Shades of Shady Lady #AA969E
Tints of Shady Lady #AA969E
RGB
CMYK
RGB Variations
Color information
#AA969E (or 0xAA969E) is known color: Shady Lady. HEX triplet: AA, 96 and 9E. RGB value is (170,150,158). Sum of RGB (Red+Green+Blue) = 170+150+158=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA969E is #556961. Grayscale: #9C9C9C. Windows color (decimal): -5597538 or 10393258. OLE color: 10393258.
HSL color Cylindrical-coordinate representation of color #AA969E: hue angle of 336º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA969E is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 158 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.33 |
| HSL | 336º | 0.11% | 0.63% | - |
| HSV(B) | 336º | 0.12% | 0.67% | - |
| XYZ | 33.66 | 32.83 | 36.91 | - |
| YUV | 156.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 158 | 0 | 0.12 | 0.07 | 0.33 | 336 | 0.11 | 0.63 |
| Hex | AA | 96 | 9E | 0 | C | 7 | 21 | 150 | B | 3F |
| Octal | 252 | 226 | 236 | 0 | 14 | 7 | 41 | 520 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10011110 | 0 | 1100 | 111 | 100001 | 101010000 | 1011 | 111111 |
Color Harmonies of #AA969E
Complementary color
Monochromatic Colors of #AA969E
Black with #AA969E
Text Example
Text Example
White with #AA969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA969E; }
p { color: rgb(170,150,158); }
H1.HeaderClassName
{
color: #AA969E;
}
.AnyTagClassName
{
color: #AA969E;
}
</style>
background-color css
<style>
a { background-color: #AA969E; }
a { background-color: rgb(170,150,158); }
div.DivClassName
{
background-color: #AA969E;
}
.BgClassName
{
background-color: #AA969E;
}
</style>
border-color css
<style>
span { border-color: #AA969E; }
span { border-color: rgb(170,150,158); }
td.TdClassName
{
border-color: #AA969E;
}
.TagClassName
{
border-color: #AA969E;
}
</style>