Shades of Shady Lady #AA959A
Tints of Shady Lady #AA959A
RGB
CMYK
RGB Variations
Color information
#AA959A (or 0xAA959A) is known color: Shady Lady. HEX triplet: AA, 95 and 9A. RGB value is (170,149,154). Sum of RGB (Red+Green+Blue) = 170+149+154=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959A is #556A65. Grayscale: #9B9B9B. Windows color (decimal): -5597798 or 10130858. OLE color: 10130858.
HSL color Cylindrical-coordinate representation of color #AA959A: hue angle of 345.71º 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 #AA959A is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 154 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.33 |
| HSL | 345.71º | 0.11% | 0.63% | - |
| HSV(B) | 345.71º | 0.12% | 0.67% | - |
| XYZ | 33.16 | 32.37 | 35.07 | - |
| YUV | 155.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 154 | 0 | 0.12 | 0.09 | 0.33 | 345.71 | 0.11 | 0.63 |
| Hex | AA | 95 | 9A | 0 | C | 9 | 21 | 15A | B | 3F |
| Octal | 252 | 225 | 232 | 0 | 14 | 11 | 41 | 532 | 13 | 77 |
| Binary | 10101010 | 10010101 | 10011010 | 0 | 1100 | 1001 | 100001 | 101011010 | 1011 | 111111 |
Color Harmonies of #AA959A
Complementary color
Monochromatic Colors of #AA959A
Black with #AA959A
Text Example
Text Example
White with #AA959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA959A; }
p { color: rgb(170,149,154); }
H1.HeaderClassName
{
color: #AA959A;
}
.AnyTagClassName
{
color: #AA959A;
}
</style>
background-color css
<style>
a { background-color: #AA959A; }
a { background-color: rgb(170,149,154); }
div.DivClassName
{
background-color: #AA959A;
}
.BgClassName
{
background-color: #AA959A;
}
</style>
border-color css
<style>
span { border-color: #AA959A; }
span { border-color: rgb(170,149,154); }
td.TdClassName
{
border-color: #AA959A;
}
.TagClassName
{
border-color: #AA959A;
}
</style>