Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Dusty Gray | A08F8E | #A08F8E | 160, 143, 142 | 62.75, 56.08, 55.69 | 0, 10.63, 11.25, 37.25 | 3.3333333333333, 11.25, 62.745098039216 |
Color #a08f8e is Dusty Gray. In RGB: 62.75, 56.08, 55.69. In CMYK: 0, 10.63, 11.25, 37.25.
div { background: #a08f8e; color: #000; }
div { background: #a08f8e; color: #fff; }
div { background: linear-gradient(to bottom, #867574 0%, #BBA9A8 100%); color: #000; }
div { background: linear-gradient(to bottom, #BBA9A8 0%, #867574 100%); color: #000; }
div { background: linear-gradient(to bottom, #867574 0%, #BBA9A8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BBA9A8 0%, #867574 100%); color: #fff; }
div { border: 1px solid #a08f8e; }
div { border: 5px solid #a08f8e; }
div { border: 1px dashed #a08f8e; }
div { border: 5px dashed #a08f8e; }
div { border: 1px dotted #a08f8e; }
div { border: 5px dotted #a08f8e; }