Shades of Shady Lady #AA9AA1
Tints of Shady Lady #AA9AA1
RGB
CMYK
RGB Variations
Color information
#AA9AA1 (or 0xAA9AA1) is known color: Shady Lady. HEX triplet: AA, 9A and A1. RGB value is (170,154,161). Sum of RGB (Red+Green+Blue) = 170+154+161=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA1 is #55655E. Grayscale: #9F9F9F. Windows color (decimal): -5596511 or 10590890. OLE color: 10590890.
HSL color Cylindrical-coordinate representation of color #AA9AA1: hue angle of 333.75º 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 #AA9AA1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 161 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.33 |
| HSL | 333.75º | 0.09% | 0.64% | - |
| HSV(B) | 333.75º | 0.09% | 0.67% | - |
| XYZ | 34.57 | 34.23 | 38.5 | - |
| YUV | 159.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 161 | 0 | 0.09 | 0.05 | 0.33 | 333.75 | 0.09 | 0.64 |
| Hex | AA | 9A | A1 | 0 | 9 | 5 | 21 | 14E | 9 | 40 |
| Octal | 252 | 232 | 241 | 0 | 11 | 5 | 41 | 516 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10100001 | 0 | 1001 | 101 | 100001 | 101001110 | 1001 | 1000000 |
Color Harmonies of #AA9AA1
Complementary color
Monochromatic Colors of #AA9AA1
Black with #AA9AA1
Text Example
Text Example
White with #AA9AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AA1; }
p { color: rgb(170,154,161); }
H1.HeaderClassName
{
color: #AA9AA1;
}
.AnyTagClassName
{
color: #AA9AA1;
}
</style>
background-color css
<style>
a { background-color: #AA9AA1; }
a { background-color: rgb(170,154,161); }
div.DivClassName
{
background-color: #AA9AA1;
}
.BgClassName
{
background-color: #AA9AA1;
}
</style>
border-color css
<style>
span { border-color: #AA9AA1; }
span { border-color: rgb(170,154,161); }
td.TdClassName
{
border-color: #AA9AA1;
}
.TagClassName
{
border-color: #AA9AA1;
}
</style>