Shades of Dusty Grey #A99B9A
Tints of Dusty Grey #A99B9A
RGB
CMYK
RGB Variations
Color information
#A99B9A (or 0xA99B9A) is known color: Dusty Grey. HEX triplet: A9, 9B and 9A. RGB value is (169,155,154). Sum of RGB (Red+Green+Blue) = 169+155+154=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B9A is #566465. Grayscale: #9F9F9F. Windows color (decimal): -5661798 or 10132393. OLE color: 10132393.
HSL color Cylindrical-coordinate representation of color #A99B9A: hue angle of 4º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99B9A is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 154 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.34 |
| HSL | 4º | 0.08% | 0.63% | - |
| HSV(B) | 4º | 0.09% | 0.66% | - |
| XYZ | 33.92 | 34.21 | 35.39 | - |
| YUV | 159.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 154 | 0 | 0.08 | 0.09 | 0.34 | 4 | 0.08 | 0.63 |
| Hex | A9 | 9B | 9A | 0 | 8 | 9 | 22 | 4 | 8 | 3F |
| Octal | 251 | 233 | 232 | 0 | 10 | 11 | 42 | 4 | 10 | 77 |
| Binary | 10101001 | 10011011 | 10011010 | 0 | 1000 | 1001 | 100010 | 100 | 1000 | 111111 |
Color Harmonies of #A99B9A
Complementary color
Monochromatic Colors of #A99B9A
Black with #A99B9A
Text Example
Text Example
White with #A99B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B9A; }
p { color: rgb(169,155,154); }
H1.HeaderClassName
{
color: #A99B9A;
}
.AnyTagClassName
{
color: #A99B9A;
}
</style>
background-color css
<style>
a { background-color: #A99B9A; }
a { background-color: rgb(169,155,154); }
div.DivClassName
{
background-color: #A99B9A;
}
.BgClassName
{
background-color: #A99B9A;
}
</style>
border-color css
<style>
span { border-color: #A99B9A; }
span { border-color: rgb(169,155,154); }
td.TdClassName
{
border-color: #A99B9A;
}
.TagClassName
{
border-color: #A99B9A;
}
</style>