Shades of Shady Lady #AA9DA2
Tints of Shady Lady #AA9DA2
RGB
CMYK
RGB Variations
Color information
#AA9DA2 (or 0xAA9DA2) is known color: Shady Lady. HEX triplet: AA, 9D and A2. RGB value is (170,157,162). Sum of RGB (Red+Green+Blue) = 170+157+162=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DA2 is #55625D. Grayscale: #A1A1A1. Windows color (decimal): -5595742 or 10657194. OLE color: 10657194.
HSL color Cylindrical-coordinate representation of color #AA9DA2: hue angle of 336.92º degrees, saturation: 0.07, 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 #AA9DA2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 162 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.33 |
| HSL | 336.92º | 0.07% | 0.64% | - |
| HSV(B) | 336.92º | 0.08% | 0.67% | - |
| XYZ | 35.16 | 35.27 | 39.14 | - |
| YUV | 161.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 162 | 0 | 0.08 | 0.05 | 0.33 | 336.92 | 0.07 | 0.64 |
| Hex | AA | 9D | A2 | 0 | 8 | 5 | 21 | 151 | 7 | 40 |
| Octal | 252 | 235 | 242 | 0 | 10 | 5 | 41 | 521 | 7 | 100 |
| Binary | 10101010 | 10011101 | 10100010 | 0 | 1000 | 101 | 100001 | 101010001 | 111 | 1000000 |
Color Harmonies of #AA9DA2
Complementary color
Monochromatic Colors of #AA9DA2
Black with #AA9DA2
Text Example
Text Example
White with #AA9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DA2; }
p { color: rgb(170,157,162); }
H1.HeaderClassName
{
color: #AA9DA2;
}
.AnyTagClassName
{
color: #AA9DA2;
}
</style>
background-color css
<style>
a { background-color: #AA9DA2; }
a { background-color: rgb(170,157,162); }
div.DivClassName
{
background-color: #AA9DA2;
}
.BgClassName
{
background-color: #AA9DA2;
}
</style>
border-color css
<style>
span { border-color: #AA9DA2; }
span { border-color: rgb(170,157,162); }
td.TdClassName
{
border-color: #AA9DA2;
}
.TagClassName
{
border-color: #AA9DA2;
}
</style>