Shades of Shady Lady #AA9197
Tints of Shady Lady #AA9197
RGB
CMYK
RGB Variations
Color information
#AA9197 (or 0xAA9197) is known color: Shady Lady. HEX triplet: AA, 91 and 97. RGB value is (170,145,151). Sum of RGB (Red+Green+Blue) = 170+145+151=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9197 is #556E68. Grayscale: #999999. Windows color (decimal): -5598825 or 9933226. OLE color: 9933226.
HSL color Cylindrical-coordinate representation of color #AA9197: hue angle of 345.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9197 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 151 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.33 |
| HSL | 345.6º | 0.13% | 0.62% | - |
| HSV(B) | 345.6º | 0.15% | 0.67% | - |
| XYZ | 32.29 | 31.03 | 33.57 | - |
| YUV | 153.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 151 | 0 | 0.15 | 0.11 | 0.33 | 345.6 | 0.13 | 0.62 |
| Hex | AA | 91 | 97 | 0 | F | B | 21 | 15A | D | 3E |
| Octal | 252 | 221 | 227 | 0 | 17 | 13 | 41 | 532 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10010111 | 0 | 1111 | 1011 | 100001 | 101011010 | 1101 | 111110 |
Color Harmonies of #AA9197
Complementary color
Monochromatic Colors of #AA9197
Black with #AA9197
Text Example
Text Example
White with #AA9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9197; }
p { color: rgb(170,145,151); }
H1.HeaderClassName
{
color: #AA9197;
}
.AnyTagClassName
{
color: #AA9197;
}
</style>
background-color css
<style>
a { background-color: #AA9197; }
a { background-color: rgb(170,145,151); }
div.DivClassName
{
background-color: #AA9197;
}
.BgClassName
{
background-color: #AA9197;
}
</style>
border-color css
<style>
span { border-color: #AA9197; }
span { border-color: rgb(170,145,151); }
td.TdClassName
{
border-color: #AA9197;
}
.TagClassName
{
border-color: #AA9197;
}
</style>