Shades of Shady Lady #AA99A2
Tints of Shady Lady #AA99A2
RGB
CMYK
RGB Variations
Color information
#AA99A2 (or 0xAA99A2) is known color: Shady Lady. HEX triplet: AA, 99 and A2. RGB value is (170,153,162). Sum of RGB (Red+Green+Blue) = 170+153+162=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A2 is #55665D. Grayscale: #9F9F9F. Windows color (decimal): -5596766 or 10656170. OLE color: 10656170.
HSL color Cylindrical-coordinate representation of color #AA99A2: hue angle of 328.24º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA99A2 is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 153 | 162 | - |
CMYK | 0 | 0.1 | 0.05 | 0.33 |
HSL | 328.24º | 0.09% | 0.63% | - |
HSV(B) | 328.24º | 0.1% | 0.67% | - |
XYZ | 34.49 | 33.94 | 38.92 | - |
YUV | 159.11 | 129.63 | 135.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 153 | 162 | 0 | 0.1 | 0.05 | 0.33 | 328.24 | 0.09 | 0.63 |
Hex | AA | 99 | A2 | 0 | A | 5 | 21 | 148 | 9 | 3F |
Octal | 252 | 231 | 242 | 0 | 12 | 5 | 41 | 510 | 11 | 77 |
Binary | 10101010 | 10011001 | 10100010 | 0 | 1010 | 101 | 100001 | 101001000 | 1001 | 111111 |
Color Harmonies of #AA99A2
Complementary color
Monochromatic Colors of #AA99A2
Black with #AA99A2
Text Example
Text Example
White with #AA99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99A2; }
p { color: rgb(170,153,162); }
H1.HeaderClassName
{
color: #AA99A2;
}
.AnyTagClassName
{
color: #AA99A2;
}
</style>
background-color css
<style>
a { background-color: #AA99A2; }
a { background-color: rgb(170,153,162); }
div.DivClassName
{
background-color: #AA99A2;
}
.BgClassName
{
background-color: #AA99A2;
}
</style>
border-color css
<style>
span { border-color: #AA99A2; }
span { border-color: rgb(170,153,162); }
td.TdClassName
{
border-color: #AA99A2;
}
.TagClassName
{
border-color: #AA99A2;
}
</style>