Shades of Shady Lady #AA9AA0
Tints of Shady Lady #AA9AA0
RGB
CMYK
RGB Variations
Color information
#AA9AA0 (or 0xAA9AA0) is known color: Shady Lady. HEX triplet: AA, 9A and A0. RGB value is (170,154,160). Sum of RGB (Red+Green+Blue) = 170+154+160=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA0 is #55655F. Grayscale: #9F9F9F. Windows color (decimal): -5596512 or 10525354. OLE color: 10525354.
HSL color Cylindrical-coordinate representation of color #AA9AA0: hue angle of 337.5º 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 #AA9AA0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 160 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.33 |
| HSL | 337.5º | 0.09% | 0.64% | - |
| HSV(B) | 337.5º | 0.09% | 0.67% | - |
| XYZ | 34.48 | 34.2 | 38.04 | - |
| YUV | 159.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 160 | 0 | 0.09 | 0.06 | 0.33 | 337.5 | 0.09 | 0.64 |
| Hex | AA | 9A | A0 | 0 | 9 | 6 | 21 | 152 | 9 | 40 |
| Octal | 252 | 232 | 240 | 0 | 11 | 6 | 41 | 522 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10100000 | 0 | 1001 | 110 | 100001 | 101010010 | 1001 | 1000000 |
Color Harmonies of #AA9AA0
Complementary color
Monochromatic Colors of #AA9AA0
Black with #AA9AA0
Text Example
Text Example
White with #AA9AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AA0; }
p { color: rgb(170,154,160); }
H1.HeaderClassName
{
color: #AA9AA0;
}
.AnyTagClassName
{
color: #AA9AA0;
}
</style>
background-color css
<style>
a { background-color: #AA9AA0; }
a { background-color: rgb(170,154,160); }
div.DivClassName
{
background-color: #AA9AA0;
}
.BgClassName
{
background-color: #AA9AA0;
}
</style>
border-color css
<style>
span { border-color: #AA9AA0; }
span { border-color: rgb(170,154,160); }
td.TdClassName
{
border-color: #AA9AA0;
}
.TagClassName
{
border-color: #AA9AA0;
}
</style>