Shades of Shady Lady #AA95A0
Tints of Shady Lady #AA95A0
RGB
CMYK
RGB Variations
Color information
#AA95A0 (or 0xAA95A0) is known color: Shady Lady. HEX triplet: AA, 95 and A0. RGB value is (170,149,160). Sum of RGB (Red+Green+Blue) = 170+149+160=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA95A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95A0 is #556A5F. Grayscale: #9C9C9C. Windows color (decimal): -5597792 or 10524074. OLE color: 10524074.
HSL color Cylindrical-coordinate representation of color #AA95A0: hue angle of 328.57º 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 #AA95A0 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 160 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.33 |
| HSL | 328.57º | 0.11% | 0.63% | - |
| HSV(B) | 328.57º | 0.12% | 0.67% | - |
| XYZ | 33.67 | 32.58 | 37.77 | - |
| YUV | 156.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 160 | 0 | 0.12 | 0.06 | 0.33 | 328.57 | 0.11 | 0.63 |
| Hex | AA | 95 | A0 | 0 | C | 6 | 21 | 149 | B | 3F |
| Octal | 252 | 225 | 240 | 0 | 14 | 6 | 41 | 511 | 13 | 77 |
| Binary | 10101010 | 10010101 | 10100000 | 0 | 1100 | 110 | 100001 | 101001001 | 1011 | 111111 |
Color Harmonies of #AA95A0
Complementary color
Monochromatic Colors of #AA95A0
Black with #AA95A0
Text Example
Text Example
White with #AA95A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA95A0; }
p { color: rgb(170,149,160); }
H1.HeaderClassName
{
color: #AA95A0;
}
.AnyTagClassName
{
color: #AA95A0;
}
</style>
background-color css
<style>
a { background-color: #AA95A0; }
a { background-color: rgb(170,149,160); }
div.DivClassName
{
background-color: #AA95A0;
}
.BgClassName
{
background-color: #AA95A0;
}
</style>
border-color css
<style>
span { border-color: #AA95A0; }
span { border-color: rgb(170,149,160); }
td.TdClassName
{
border-color: #AA95A0;
}
.TagClassName
{
border-color: #AA95A0;
}
</style>