Shades of Shady Lady #AA919D
Tints of Shady Lady #AA919D
RGB
CMYK
RGB Variations
Color information
#AA919D (or 0xAA919D) is known color: Shady Lady. HEX triplet: AA, 91 and 9D. RGB value is (170,145,157). Sum of RGB (Red+Green+Blue) = 170+145+157=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA919D is #556E62. Grayscale: #999999. Windows color (decimal): -5598819 or 10326442. OLE color: 10326442.
HSL color Cylindrical-coordinate representation of color #AA919D: hue angle of 331.2º 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 #AA919D is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 157 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.33 |
| HSL | 331.2º | 0.13% | 0.62% | - |
| HSV(B) | 331.2º | 0.15% | 0.67% | - |
| XYZ | 32.79 | 31.23 | 36.2 | - |
| YUV | 153.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 157 | 0 | 0.15 | 0.08 | 0.33 | 331.2 | 0.13 | 0.62 |
| Hex | AA | 91 | 9D | 0 | F | 8 | 21 | 14B | D | 3E |
| Octal | 252 | 221 | 235 | 0 | 17 | 10 | 41 | 513 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10011101 | 0 | 1111 | 1000 | 100001 | 101001011 | 1101 | 111110 |
Color Harmonies of #AA919D
Complementary color
Monochromatic Colors of #AA919D
Black with #AA919D
Text Example
Text Example
White with #AA919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA919D; }
p { color: rgb(170,145,157); }
H1.HeaderClassName
{
color: #AA919D;
}
.AnyTagClassName
{
color: #AA919D;
}
</style>
background-color css
<style>
a { background-color: #AA919D; }
a { background-color: rgb(170,145,157); }
div.DivClassName
{
background-color: #AA919D;
}
.BgClassName
{
background-color: #AA919D;
}
</style>
border-color css
<style>
span { border-color: #AA919D; }
span { border-color: rgb(170,145,157); }
td.TdClassName
{
border-color: #AA919D;
}
.TagClassName
{
border-color: #AA919D;
}
</style>