Shades of Shady Lady #AA9AA2
Tints of Shady Lady #AA9AA2
RGB
CMYK
RGB Variations
Color information
#AA9AA2 (or 0xAA9AA2) is known color: Shady Lady. HEX triplet: AA, 9A and A2. RGB value is (170,154,162). Sum of RGB (Red+Green+Blue) = 170+154+162=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA2 is #55655D. Grayscale: #9F9F9F. Windows color (decimal): -5596510 or 10656426. OLE color: 10656426.
HSL color Cylindrical-coordinate representation of color #AA9AA2: hue angle of 330º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9AA2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 162 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.33 |
| HSL | 330º | 0.09% | 0.64% | - |
| HSV(B) | 330º | 0.09% | 0.67% | - |
| XYZ | 34.65 | 34.27 | 38.97 | - |
| YUV | 159.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 162 | 0 | 0.09 | 0.05 | 0.33 | 330 | 0.09 | 0.64 |
| Hex | AA | 9A | A2 | 0 | 9 | 5 | 21 | 14A | 9 | 40 |
| Octal | 252 | 232 | 242 | 0 | 11 | 5 | 41 | 512 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10100010 | 0 | 1001 | 101 | 100001 | 101001010 | 1001 | 1000000 |
Color Harmonies of #AA9AA2
Complementary color
Monochromatic Colors of #AA9AA2
Black with #AA9AA2
Text Example
Text Example
White with #AA9AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AA2; }
p { color: rgb(170,154,162); }
H1.HeaderClassName
{
color: #AA9AA2;
}
.AnyTagClassName
{
color: #AA9AA2;
}
</style>
background-color css
<style>
a { background-color: #AA9AA2; }
a { background-color: rgb(170,154,162); }
div.DivClassName
{
background-color: #AA9AA2;
}
.BgClassName
{
background-color: #AA9AA2;
}
</style>
border-color css
<style>
span { border-color: #AA9AA2; }
span { border-color: rgb(170,154,162); }
td.TdClassName
{
border-color: #AA9AA2;
}
.TagClassName
{
border-color: #AA9AA2;
}
</style>