Shades of Shady Lady #AA8C95
Tints of Shady Lady #AA8C95
RGB
CMYK
RGB Variations
Color information
#AA8C95 (or 0xAA8C95) is known color: Shady Lady. HEX triplet: AA, 8C and 95. RGB value is (170,140,149). Sum of RGB (Red+Green+Blue) = 170+140+149=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C95 is #55736A. Grayscale: #959595. Windows color (decimal): -5600107 or 9800874. OLE color: 9800874.
HSL color Cylindrical-coordinate representation of color #AA8C95: hue angle of 342º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8C95 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 149 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.33 |
| HSL | 342º | 0.15% | 0.61% | - |
| HSV(B) | 342º | 0.18% | 0.67% | - |
| XYZ | 31.38 | 29.47 | 32.47 | - |
| YUV | 150 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 149 | 0 | 0.18 | 0.12 | 0.33 | 342 | 0.15 | 0.61 |
| Hex | AA | 8C | 95 | 0 | 12 | C | 21 | 156 | F | 3D |
| Octal | 252 | 214 | 225 | 0 | 22 | 14 | 41 | 526 | 17 | 75 |
| Binary | 10101010 | 10001100 | 10010101 | 0 | 10010 | 1100 | 100001 | 101010110 | 1111 | 111101 |
Color Harmonies of #AA8C95
Complementary color
Monochromatic Colors of #AA8C95
Black with #AA8C95
Text Example
Text Example
White with #AA8C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C95; }
p { color: rgb(170,140,149); }
H1.HeaderClassName
{
color: #AA8C95;
}
.AnyTagClassName
{
color: #AA8C95;
}
</style>
background-color css
<style>
a { background-color: #AA8C95; }
a { background-color: rgb(170,140,149); }
div.DivClassName
{
background-color: #AA8C95;
}
.BgClassName
{
background-color: #AA8C95;
}
</style>
border-color css
<style>
span { border-color: #AA8C95; }
span { border-color: rgb(170,140,149); }
td.TdClassName
{
border-color: #AA8C95;
}
.TagClassName
{
border-color: #AA8C95;
}
</style>