Shades of Shady Lady #AA9A9E
Tints of Shady Lady #AA9A9E
RGB
CMYK
RGB Variations
Color information
#AA9A9E (or 0xAA9A9E) is known color: Shady Lady. HEX triplet: AA, 9A and 9E. RGB value is (170,154,158). Sum of RGB (Red+Green+Blue) = 170+154+158=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A9E is #556561. Grayscale: #9F9F9F. Windows color (decimal): -5596514 or 10394282. OLE color: 10394282.
HSL color Cylindrical-coordinate representation of color #AA9A9E: hue angle of 345º 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 #AA9A9E is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 158 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.33 |
| HSL | 345º | 0.09% | 0.64% | - |
| HSV(B) | 345º | 0.09% | 0.67% | - |
| XYZ | 34.3 | 34.13 | 37.13 | - |
| YUV | 159.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 158 | 0 | 0.09 | 0.07 | 0.33 | 345 | 0.09 | 0.64 |
| Hex | AA | 9A | 9E | 0 | 9 | 7 | 21 | 159 | 9 | 40 |
| Octal | 252 | 232 | 236 | 0 | 11 | 7 | 41 | 531 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10011110 | 0 | 1001 | 111 | 100001 | 101011001 | 1001 | 1000000 |
Color Harmonies of #AA9A9E
Complementary color
Monochromatic Colors of #AA9A9E
Black with #AA9A9E
Text Example
Text Example
White with #AA9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A9E; }
p { color: rgb(170,154,158); }
H1.HeaderClassName
{
color: #AA9A9E;
}
.AnyTagClassName
{
color: #AA9A9E;
}
</style>
background-color css
<style>
a { background-color: #AA9A9E; }
a { background-color: rgb(170,154,158); }
div.DivClassName
{
background-color: #AA9A9E;
}
.BgClassName
{
background-color: #AA9A9E;
}
</style>
border-color css
<style>
span { border-color: #AA9A9E; }
span { border-color: rgb(170,154,158); }
td.TdClassName
{
border-color: #AA9A9E;
}
.TagClassName
{
border-color: #AA9A9E;
}
</style>