Shades of Dusty Grey #A89594
Tints of Dusty Grey #A89594
RGB
CMYK
RGB Variations
Color information
#A89594 (or 0xA89594) is known color: Dusty Grey. HEX triplet: A8, 95 and 94. RGB value is (168,149,148). Sum of RGB (Red+Green+Blue) = 168+149+148=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A89594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89594 is #576A6B. Grayscale: #9A9A9A. Windows color (decimal): -5728876 or 9737640. OLE color: 9737640.
HSL color Cylindrical-coordinate representation of color #A89594: hue angle of 3º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89594 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 148 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.34 |
| HSL | 3º | 0.1% | 0.62% | - |
| HSV(B) | 3º | 0.12% | 0.66% | - |
| XYZ | 32.24 | 31.96 | 32.49 | - |
| YUV | 154.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 148 | 0 | 0.11 | 0.12 | 0.34 | 3 | 0.1 | 0.62 |
| Hex | A8 | 95 | 94 | 0 | B | C | 22 | 3 | A | 3E |
| Octal | 250 | 225 | 224 | 0 | 13 | 14 | 42 | 3 | 12 | 76 |
| Binary | 10101000 | 10010101 | 10010100 | 0 | 1011 | 1100 | 100010 | 11 | 1010 | 111110 |
Color Harmonies of #A89594
Complementary color
Monochromatic Colors of #A89594
Black with #A89594
Text Example
Text Example
White with #A89594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89594; }
p { color: rgb(168,149,148); }
H1.HeaderClassName
{
color: #A89594;
}
.AnyTagClassName
{
color: #A89594;
}
</style>
background-color css
<style>
a { background-color: #A89594; }
a { background-color: rgb(168,149,148); }
div.DivClassName
{
background-color: #A89594;
}
.BgClassName
{
background-color: #A89594;
}
</style>
border-color css
<style>
span { border-color: #A89594; }
span { border-color: rgb(168,149,148); }
td.TdClassName
{
border-color: #A89594;
}
.TagClassName
{
border-color: #A89594;
}
</style>