Shades of Shady Lady #AA959C
Tints of Shady Lady #AA959C
RGB
CMYK
RGB Variations
Color information
#AA959C (or 0xAA959C) is known color: Shady Lady. HEX triplet: AA, 95 and 9C. RGB value is (170,149,156). Sum of RGB (Red+Green+Blue) = 170+149+156=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959C is #556A63. Grayscale: #9C9C9C. Windows color (decimal): -5597796 or 10261930. OLE color: 10261930.
HSL color Cylindrical-coordinate representation of color #AA959C: hue angle of 340º 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 #AA959C is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 156 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.33 |
| HSL | 340º | 0.11% | 0.63% | - |
| HSV(B) | 340º | 0.12% | 0.67% | - |
| XYZ | 33.33 | 32.44 | 35.96 | - |
| YUV | 156.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 156 | 0 | 0.12 | 0.08 | 0.33 | 340 | 0.11 | 0.63 |
| Hex | AA | 95 | 9C | 0 | C | 8 | 21 | 154 | B | 3F |
| Octal | 252 | 225 | 234 | 0 | 14 | 10 | 41 | 524 | 13 | 77 |
| Binary | 10101010 | 10010101 | 10011100 | 0 | 1100 | 1000 | 100001 | 101010100 | 1011 | 111111 |
Color Harmonies of #AA959C
Complementary color
Monochromatic Colors of #AA959C
Black with #AA959C
Text Example
Text Example
White with #AA959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA959C; }
p { color: rgb(170,149,156); }
H1.HeaderClassName
{
color: #AA959C;
}
.AnyTagClassName
{
color: #AA959C;
}
</style>
background-color css
<style>
a { background-color: #AA959C; }
a { background-color: rgb(170,149,156); }
div.DivClassName
{
background-color: #AA959C;
}
.BgClassName
{
background-color: #AA959C;
}
</style>
border-color css
<style>
span { border-color: #AA959C; }
span { border-color: rgb(170,149,156); }
td.TdClassName
{
border-color: #AA959C;
}
.TagClassName
{
border-color: #AA959C;
}
</style>