Shades of Shady Lady #AA919E
Tints of Shady Lady #AA919E
RGB
CMYK
RGB Variations
Color information
#AA919E (or 0xAA919E) is known color: Shady Lady. HEX triplet: AA, 91 and 9E. RGB value is (170,145,158). Sum of RGB (Red+Green+Blue) = 170+145+158=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA919E is #556E61. Grayscale: #999999. Windows color (decimal): -5598818 or 10391978. OLE color: 10391978.
HSL color Cylindrical-coordinate representation of color #AA919E: hue angle of 328.8º 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 #AA919E is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 158 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.33 |
| HSL | 328.8º | 0.13% | 0.62% | - |
| HSV(B) | 328.8º | 0.15% | 0.67% | - |
| XYZ | 32.87 | 31.27 | 36.65 | - |
| YUV | 153.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 158 | 0 | 0.15 | 0.07 | 0.33 | 328.8 | 0.13 | 0.62 |
| Hex | AA | 91 | 9E | 0 | F | 7 | 21 | 149 | D | 3E |
| Octal | 252 | 221 | 236 | 0 | 17 | 7 | 41 | 511 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10011110 | 0 | 1111 | 111 | 100001 | 101001001 | 1101 | 111110 |
Color Harmonies of #AA919E
Complementary color
Monochromatic Colors of #AA919E
Black with #AA919E
Text Example
Text Example
White with #AA919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA919E; }
p { color: rgb(170,145,158); }
H1.HeaderClassName
{
color: #AA919E;
}
.AnyTagClassName
{
color: #AA919E;
}
</style>
background-color css
<style>
a { background-color: #AA919E; }
a { background-color: rgb(170,145,158); }
div.DivClassName
{
background-color: #AA919E;
}
.BgClassName
{
background-color: #AA919E;
}
</style>
border-color css
<style>
span { border-color: #AA919E; }
span { border-color: rgb(170,145,158); }
td.TdClassName
{
border-color: #AA919E;
}
.TagClassName
{
border-color: #AA919E;
}
</style>