Shades of Shady Lady #A998A0
Tints of Shady Lady #A998A0
RGB
CMYK
RGB Variations
Color information
#A998A0 (or 0xA998A0) is known color: Shady Lady. HEX triplet: A9, 98 and A0. RGB value is (169,152,160). Sum of RGB (Red+Green+Blue) = 169+152+160=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 169 - color contains mainly: red. Hex color #A998A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998A0 is #56675F. Grayscale: #9D9D9D. Windows color (decimal): -5662560 or 10524841. OLE color: 10524841.
HSL color Cylindrical-coordinate representation of color #A998A0: hue angle of 331.76º 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 #A998A0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 160 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.34 |
| HSL | 331.76º | 0.09% | 0.63% | - |
| HSV(B) | 331.76º | 0.1% | 0.66% | - |
| XYZ | 33.94 | 33.43 | 37.92 | - |
| YUV | 158 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 160 | 0 | 0.10 | 0.05 | 0.34 | 331.76 | 0.09 | 0.63 |
| Hex | A9 | 98 | A0 | 0 | A | 5 | 22 | 14C | 9 | 3F |
| Octal | 251 | 230 | 240 | 0 | 12 | 5 | 42 | 514 | 11 | 77 |
| Binary | 10101001 | 10011000 | 10100000 | 0 | 1010 | 101 | 100010 | 101001100 | 1001 | 111111 |
Color Harmonies of #A998A0
Complementary color
Monochromatic Colors of #A998A0
Black with #A998A0
Text Example
Text Example
White with #A998A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998A0; }
p { color: rgb(169,152,160); }
H1.HeaderClassName
{
color: #A998A0;
}
.AnyTagClassName
{
color: #A998A0;
}
</style>
background-color css
<style>
a { background-color: #A998A0; }
a { background-color: rgb(169,152,160); }
div.DivClassName
{
background-color: #A998A0;
}
.BgClassName
{
background-color: #A998A0;
}
</style>
border-color css
<style>
span { border-color: #A998A0; }
span { border-color: rgb(169,152,160); }
td.TdClassName
{
border-color: #A998A0;
}
.TagClassName
{
border-color: #A998A0;
}
</style>