Shades of Shady Lady #AA8C97
Tints of Shady Lady #AA8C97
RGB
CMYK
RGB Variations
Color information
#AA8C97 (or 0xAA8C97) is known color: Shady Lady. HEX triplet: AA, 8C and 97. RGB value is (170,140,151). Sum of RGB (Red+Green+Blue) = 170+140+151=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C97 is #557368. Grayscale: #969696. Windows color (decimal): -5600105 or 9931946. OLE color: 9931946.
HSL color Cylindrical-coordinate representation of color #AA8C97: hue angle of 338º 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 #AA8C97 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 151 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.33 |
| HSL | 338º | 0.15% | 0.61% | - |
| HSV(B) | 338º | 0.18% | 0.67% | - |
| XYZ | 31.54 | 29.54 | 33.32 | - |
| YUV | 150.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 151 | 0 | 0.18 | 0.11 | 0.33 | 338 | 0.15 | 0.61 |
| Hex | AA | 8C | 97 | 0 | 12 | B | 21 | 152 | F | 3D |
| Octal | 252 | 214 | 227 | 0 | 22 | 13 | 41 | 522 | 17 | 75 |
| Binary | 10101010 | 10001100 | 10010111 | 0 | 10010 | 1011 | 100001 | 101010010 | 1111 | 111101 |
Color Harmonies of #AA8C97
Complementary color
Monochromatic Colors of #AA8C97
Black with #AA8C97
Text Example
Text Example
White with #AA8C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C97; }
p { color: rgb(170,140,151); }
H1.HeaderClassName
{
color: #AA8C97;
}
.AnyTagClassName
{
color: #AA8C97;
}
</style>
background-color css
<style>
a { background-color: #AA8C97; }
a { background-color: rgb(170,140,151); }
div.DivClassName
{
background-color: #AA8C97;
}
.BgClassName
{
background-color: #AA8C97;
}
</style>
border-color css
<style>
span { border-color: #AA8C97; }
span { border-color: rgb(170,140,151); }
td.TdClassName
{
border-color: #AA8C97;
}
.TagClassName
{
border-color: #AA8C97;
}
</style>