Shades of Shady Lady #A99AA2
Tints of Shady Lady #A99AA2
RGB
CMYK
RGB Variations
Color information
#A99AA2 (or 0xA99AA2) is known color: Shady Lady. HEX triplet: A9, 9A and A2. RGB value is (169,154,162). Sum of RGB (Red+Green+Blue) = 169+154+162=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A99AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AA2 is #56655D. Grayscale: #9F9F9F. Windows color (decimal): -5662046 or 10656425. OLE color: 10656425.
HSL color Cylindrical-coordinate representation of color #A99AA2: hue angle of 328º 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 #A99AA2 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
RGB | 169 | 154 | 162 | - |
CMYK | 0 | 0.09 | 0.04 | 0.34 |
HSL | 328º | 0.08% | 0.63% | - |
HSV(B) | 328º | 0.09% | 0.66% | - |
XYZ | 34.44 | 34.15 | 38.96 | - |
YUV | 159.4 | 129.47 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 154 | 162 | 0 | 0.09 | 0.04 | 0.34 | 328 | 0.08 | 0.63 |
Hex | A9 | 9A | A2 | 0 | 9 | 4 | 22 | 148 | 8 | 3F |
Octal | 251 | 232 | 242 | 0 | 11 | 4 | 42 | 510 | 10 | 77 |
Binary | 10101001 | 10011010 | 10100010 | 0 | 1001 | 100 | 100010 | 101001000 | 1000 | 111111 |
Color Harmonies of #A99AA2
Complementary color
Monochromatic Colors of #A99AA2
Black with #A99AA2
Text Example
Text Example
White with #A99AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99AA2; }
p { color: rgb(169,154,162); }
H1.HeaderClassName
{
color: #A99AA2;
}
.AnyTagClassName
{
color: #A99AA2;
}
</style>
background-color css
<style>
a { background-color: #A99AA2; }
a { background-color: rgb(169,154,162); }
div.DivClassName
{
background-color: #A99AA2;
}
.BgClassName
{
background-color: #A99AA2;
}
</style>
border-color css
<style>
span { border-color: #A99AA2; }
span { border-color: rgb(169,154,162); }
td.TdClassName
{
border-color: #A99AA2;
}
.TagClassName
{
border-color: #A99AA2;
}
</style>