Shades of Shady Lady #AA8E9C
Tints of Shady Lady #AA8E9C
RGB
CMYK
RGB Variations
Color information
#AA8E9C (or 0xAA8E9C) is known color: Shady Lady. HEX triplet: AA, 8E and 9C. RGB value is (170,142,156). Sum of RGB (Red+Green+Blue) = 170+142+156=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E9C is #557163. Grayscale: #979797. Windows color (decimal): -5599588 or 10260138. OLE color: 10260138.
HSL color Cylindrical-coordinate representation of color #AA8E9C: hue angle of 330º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA8E9C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 156 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.33 |
| HSL | 330º | 0.14% | 0.61% | - |
| HSV(B) | 330º | 0.16% | 0.67% | - |
| XYZ | 32.25 | 30.29 | 35.6 | - |
| YUV | 151.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 156 | 0 | 0.16 | 0.08 | 0.33 | 330 | 0.14 | 0.61 |
| Hex | AA | 8E | 9C | 0 | 10 | 8 | 21 | 14A | E | 3D |
| Octal | 252 | 216 | 234 | 0 | 20 | 10 | 41 | 512 | 16 | 75 |
| Binary | 10101010 | 10001110 | 10011100 | 0 | 10000 | 1000 | 100001 | 101001010 | 1110 | 111101 |
Color Harmonies of #AA8E9C
Complementary color
Monochromatic Colors of #AA8E9C
Black with #AA8E9C
Text Example
Text Example
White with #AA8E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E9C; }
p { color: rgb(170,142,156); }
H1.HeaderClassName
{
color: #AA8E9C;
}
.AnyTagClassName
{
color: #AA8E9C;
}
</style>
background-color css
<style>
a { background-color: #AA8E9C; }
a { background-color: rgb(170,142,156); }
div.DivClassName
{
background-color: #AA8E9C;
}
.BgClassName
{
background-color: #AA8E9C;
}
</style>
border-color css
<style>
span { border-color: #AA8E9C; }
span { border-color: rgb(170,142,156); }
td.TdClassName
{
border-color: #AA8E9C;
}
.TagClassName
{
border-color: #AA8E9C;
}
</style>