Shades of Shady Lady #AA959D
Tints of Shady Lady #AA959D
RGB
CMYK
RGB Variations
Color information
#AA959D (or 0xAA959D) is known color: Shady Lady. HEX triplet: AA, 95 and 9D. RGB value is (170,149,157). Sum of RGB (Red+Green+Blue) = 170+149+157=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959D is #556A62. Grayscale: #9C9C9C. Windows color (decimal): -5597795 or 10327466. OLE color: 10327466.
HSL color Cylindrical-coordinate representation of color #AA959D: hue angle of 337.14º 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 #AA959D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 157 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.33 |
| HSL | 337.14º | 0.11% | 0.63% | - |
| HSV(B) | 337.14º | 0.12% | 0.67% | - |
| XYZ | 33.41 | 32.48 | 36.41 | - |
| YUV | 156.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 157 | 0 | 0.12 | 0.08 | 0.33 | 337.14 | 0.11 | 0.63 |
| Hex | AA | 95 | 9D | 0 | C | 8 | 21 | 151 | B | 3F |
| Octal | 252 | 225 | 235 | 0 | 14 | 10 | 41 | 521 | 13 | 77 |
| Binary | 10101010 | 10010101 | 10011101 | 0 | 1100 | 1000 | 100001 | 101010001 | 1011 | 111111 |
Color Harmonies of #AA959D
Complementary color
Monochromatic Colors of #AA959D
Black with #AA959D
Text Example
Text Example
White with #AA959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA959D; }
p { color: rgb(170,149,157); }
H1.HeaderClassName
{
color: #AA959D;
}
.AnyTagClassName
{
color: #AA959D;
}
</style>
background-color css
<style>
a { background-color: #AA959D; }
a { background-color: rgb(170,149,157); }
div.DivClassName
{
background-color: #AA959D;
}
.BgClassName
{
background-color: #AA959D;
}
</style>
border-color css
<style>
span { border-color: #AA959D; }
span { border-color: rgb(170,149,157); }
td.TdClassName
{
border-color: #AA959D;
}
.TagClassName
{
border-color: #AA959D;
}
</style>