Shades of Shady Lady #AA9CA2
Tints of Shady Lady #AA9CA2
RGB
CMYK
RGB Variations
Color information
#AA9CA2 (or 0xAA9CA2) is known color: Shady Lady. HEX triplet: AA, 9C and A2. RGB value is (170,156,162). Sum of RGB (Red+Green+Blue) = 170+156+162=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CA2 is #55635D. Grayscale: #A0A0A0. Windows color (decimal): -5595998 or 10656938. OLE color: 10656938.
HSL color Cylindrical-coordinate representation of color #AA9CA2: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9CA2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 162 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.33 |
| HSL | 334.29º | 0.08% | 0.64% | - |
| HSV(B) | 334.29º | 0.08% | 0.67% | - |
| XYZ | 34.99 | 34.93 | 39.08 | - |
| YUV | 160.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 162 | 0 | 0.08 | 0.05 | 0.33 | 334.29 | 0.08 | 0.64 |
| Hex | AA | 9C | A2 | 0 | 8 | 5 | 21 | 14E | 8 | 40 |
| Octal | 252 | 234 | 242 | 0 | 10 | 5 | 41 | 516 | 10 | 100 |
| Binary | 10101010 | 10011100 | 10100010 | 0 | 1000 | 101 | 100001 | 101001110 | 1000 | 1000000 |
Color Harmonies of #AA9CA2
Complementary color
Monochromatic Colors of #AA9CA2
Black with #AA9CA2
Text Example
Text Example
White with #AA9CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CA2; }
p { color: rgb(170,156,162); }
H1.HeaderClassName
{
color: #AA9CA2;
}
.AnyTagClassName
{
color: #AA9CA2;
}
</style>
background-color css
<style>
a { background-color: #AA9CA2; }
a { background-color: rgb(170,156,162); }
div.DivClassName
{
background-color: #AA9CA2;
}
.BgClassName
{
background-color: #AA9CA2;
}
</style>
border-color css
<style>
span { border-color: #AA9CA2; }
span { border-color: rgb(170,156,162); }
td.TdClassName
{
border-color: #AA9CA2;
}
.TagClassName
{
border-color: #AA9CA2;
}
</style>