Shades of Dusty Grey #A99A98
Tints of Dusty Grey #A99A98
RGB
CMYK
RGB Variations
Color information
#A99A98 (or 0xA99A98) is known color: Dusty Grey. HEX triplet: A9, 9A and 98. RGB value is (169,154,152). Sum of RGB (Red+Green+Blue) = 169+154+152=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A98 is #566567. Grayscale: #9E9E9E. Windows color (decimal): -5662056 or 10001065. OLE color: 10001065.
HSL color Cylindrical-coordinate representation of color #A99A98: hue angle of 7.06º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A99A98 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 152 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.34 |
| HSL | 7.06º | 0.09% | 0.63% | - |
| HSV(B) | 7.06º | 0.1% | 0.66% | - |
| XYZ | 33.59 | 33.81 | 34.46 | - |
| YUV | 158.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 152 | 0 | 0.09 | 0.10 | 0.34 | 7.06 | 0.09 | 0.63 |
| Hex | A9 | 9A | 98 | 0 | 9 | A | 22 | 7 | 9 | 3F |
| Octal | 251 | 232 | 230 | 0 | 11 | 12 | 42 | 7 | 11 | 77 |
| Binary | 10101001 | 10011010 | 10011000 | 0 | 1001 | 1010 | 100010 | 111 | 1001 | 111111 |
Color Harmonies of #A99A98
Complementary color
Monochromatic Colors of #A99A98
Black with #A99A98
Text Example
Text Example
White with #A99A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A98; }
p { color: rgb(169,154,152); }
H1.HeaderClassName
{
color: #A99A98;
}
.AnyTagClassName
{
color: #A99A98;
}
</style>
background-color css
<style>
a { background-color: #A99A98; }
a { background-color: rgb(169,154,152); }
div.DivClassName
{
background-color: #A99A98;
}
.BgClassName
{
background-color: #A99A98;
}
</style>
border-color css
<style>
span { border-color: #A99A98; }
span { border-color: rgb(169,154,152); }
td.TdClassName
{
border-color: #A99A98;
}
.TagClassName
{
border-color: #A99A98;
}
</style>