Shades of Shady Lady #AA999E
Tints of Shady Lady #AA999E
RGB
CMYK
RGB Variations
Color information
#AA999E (or 0xAA999E) is known color: Shady Lady. HEX triplet: AA, 99 and 9E. RGB value is (170,153,158). Sum of RGB (Red+Green+Blue) = 170+153+158=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999E is #556661. Grayscale: #9E9E9E. Windows color (decimal): -5596770 or 10394026. OLE color: 10394026.
HSL color Cylindrical-coordinate representation of color #AA999E: hue angle of 342.35º 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 #AA999E is Cyan = 0, Magento = 0.1, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 158 | - |
| CMYK | 0 | 0.1 | 0.07 | 0.33 |
| HSL | 342.35º | 0.09% | 0.63% | - |
| HSV(B) | 342.35º | 0.1% | 0.67% | - |
| XYZ | 34.14 | 33.8 | 37.07 | - |
| YUV | 158.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 158 | 0 | 0.1 | 0.07 | 0.33 | 342.35 | 0.09 | 0.63 |
| Hex | AA | 99 | 9E | 0 | A | 7 | 21 | 156 | 9 | 3F |
| Octal | 252 | 231 | 236 | 0 | 12 | 7 | 41 | 526 | 11 | 77 |
| Binary | 10101010 | 10011001 | 10011110 | 0 | 1010 | 111 | 100001 | 101010110 | 1001 | 111111 |
Color Harmonies of #AA999E
Complementary color
Monochromatic Colors of #AA999E
Black with #AA999E
Text Example
Text Example
White with #AA999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA999E; }
p { color: rgb(170,153,158); }
H1.HeaderClassName
{
color: #AA999E;
}
.AnyTagClassName
{
color: #AA999E;
}
</style>
background-color css
<style>
a { background-color: #AA999E; }
a { background-color: rgb(170,153,158); }
div.DivClassName
{
background-color: #AA999E;
}
.BgClassName
{
background-color: #AA999E;
}
</style>
border-color css
<style>
span { border-color: #AA999E; }
span { border-color: rgb(170,153,158); }
td.TdClassName
{
border-color: #AA999E;
}
.TagClassName
{
border-color: #AA999E;
}
</style>