Shades of Dusty Grey #A99897
Tints of Dusty Grey #A99897
RGB
CMYK
RGB Variations
Color information
#A99897 (or 0xA99897) is known color: Dusty Grey. HEX triplet: A9, 98 and 97. RGB value is (169,152,151). Sum of RGB (Red+Green+Blue) = 169+152+151=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A99897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99897 is #566768. Grayscale: #9C9C9C. Windows color (decimal): -5662569 or 9935017. OLE color: 9935017.
HSL color Cylindrical-coordinate representation of color #A99897: hue angle of 3.33º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99897 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 151 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.34 |
| HSL | 3.33º | 0.09% | 0.63% | - |
| HSV(B) | 3.33º | 0.11% | 0.66% | - |
| XYZ | 33.18 | 33.13 | 33.92 | - |
| YUV | 156.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 151 | 0 | 0.10 | 0.11 | 0.34 | 3.33 | 0.09 | 0.63 |
| Hex | A9 | 98 | 97 | 0 | A | B | 22 | 3 | 9 | 3F |
| Octal | 251 | 230 | 227 | 0 | 12 | 13 | 42 | 3 | 11 | 77 |
| Binary | 10101001 | 10011000 | 10010111 | 0 | 1010 | 1011 | 100010 | 11 | 1001 | 111111 |
Color Harmonies of #A99897
Complementary color
Monochromatic Colors of #A99897
Black with #A99897
Text Example
Text Example
White with #A99897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99897; }
p { color: rgb(169,152,151); }
H1.HeaderClassName
{
color: #A99897;
}
.AnyTagClassName
{
color: #A99897;
}
</style>
background-color css
<style>
a { background-color: #A99897; }
a { background-color: rgb(169,152,151); }
div.DivClassName
{
background-color: #A99897;
}
.BgClassName
{
background-color: #A99897;
}
</style>
border-color css
<style>
span { border-color: #A99897; }
span { border-color: rgb(169,152,151); }
td.TdClassName
{
border-color: #A99897;
}
.TagClassName
{
border-color: #A99897;
}
</style>