Shades of Shady Lady #AA9AA4
Tints of Shady Lady #AA9AA4
RGB
CMYK
RGB Variations
Color information
#AA9AA4 (or 0xAA9AA4) is known color: Shady Lady. HEX triplet: AA, 9A and A4. RGB value is (170,154,164). Sum of RGB (Red+Green+Blue) = 170+154+164=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA4 is #55655B. Grayscale: #9F9F9F. Windows color (decimal): -5596508 or 10787498. OLE color: 10787498.
HSL color Cylindrical-coordinate representation of color #AA9AA4: hue angle of 322.5º 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 #AA9AA4 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 164 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.33 |
| HSL | 322.5º | 0.09% | 0.64% | - |
| HSV(B) | 322.5º | 0.09% | 0.67% | - |
| XYZ | 34.83 | 34.34 | 39.91 | - |
| YUV | 159.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 164 | 0 | 0.09 | 0.04 | 0.33 | 322.5 | 0.09 | 0.64 |
| Hex | AA | 9A | A4 | 0 | 9 | 4 | 21 | 142 | 9 | 40 |
| Octal | 252 | 232 | 244 | 0 | 11 | 4 | 41 | 502 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10100100 | 0 | 1001 | 100 | 100001 | 101000010 | 1001 | 1000000 |
Color Harmonies of #AA9AA4
Complementary color
Monochromatic Colors of #AA9AA4
Black with #AA9AA4
Text Example
Text Example
White with #AA9AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AA4; }
p { color: rgb(170,154,164); }
H1.HeaderClassName
{
color: #AA9AA4;
}
.AnyTagClassName
{
color: #AA9AA4;
}
</style>
background-color css
<style>
a { background-color: #AA9AA4; }
a { background-color: rgb(170,154,164); }
div.DivClassName
{
background-color: #AA9AA4;
}
.BgClassName
{
background-color: #AA9AA4;
}
</style>
border-color css
<style>
span { border-color: #AA9AA4; }
span { border-color: rgb(170,154,164); }
td.TdClassName
{
border-color: #AA9AA4;
}
.TagClassName
{
border-color: #AA9AA4;
}
</style>