Shades of Shady Lady #AA929E
Tints of Shady Lady #AA929E
RGB
CMYK
RGB Variations
Color information
#AA929E (or 0xAA929E) is known color: Shady Lady. HEX triplet: AA, 92 and 9E. RGB value is (170,146,158). Sum of RGB (Red+Green+Blue) = 170+146+158=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA929E is #556D61. Grayscale: #9A9A9A. Windows color (decimal): -5598562 or 10392234. OLE color: 10392234.
HSL color Cylindrical-coordinate representation of color #AA929E: hue angle of 330º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA929E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 158 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.33 |
| HSL | 330º | 0.12% | 0.62% | - |
| HSV(B) | 330º | 0.14% | 0.67% | - |
| XYZ | 33.03 | 31.57 | 36.7 | - |
| YUV | 154.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 158 | 0 | 0.14 | 0.07 | 0.33 | 330 | 0.12 | 0.62 |
| Hex | AA | 92 | 9E | 0 | E | 7 | 21 | 14A | C | 3E |
| Octal | 252 | 222 | 236 | 0 | 16 | 7 | 41 | 512 | 14 | 76 |
| Binary | 10101010 | 10010010 | 10011110 | 0 | 1110 | 111 | 100001 | 101001010 | 1100 | 111110 |
Color Harmonies of #AA929E
Complementary color
Monochromatic Colors of #AA929E
Black with #AA929E
Text Example
Text Example
White with #AA929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA929E; }
p { color: rgb(170,146,158); }
H1.HeaderClassName
{
color: #AA929E;
}
.AnyTagClassName
{
color: #AA929E;
}
</style>
background-color css
<style>
a { background-color: #AA929E; }
a { background-color: rgb(170,146,158); }
div.DivClassName
{
background-color: #AA929E;
}
.BgClassName
{
background-color: #AA929E;
}
</style>
border-color css
<style>
span { border-color: #AA929E; }
span { border-color: rgb(170,146,158); }
td.TdClassName
{
border-color: #AA929E;
}
.TagClassName
{
border-color: #AA929E;
}
</style>