Shades of Shady Lady #AA8E98
Tints of Shady Lady #AA8E98
RGB
CMYK
RGB Variations
Color information
#AA8E98 (or 0xAA8E98) is known color: Shady Lady. HEX triplet: AA, 8E and 98. RGB value is (170,142,152). Sum of RGB (Red+Green+Blue) = 170+142+152=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E98 is #557167. Grayscale: #979797. Windows color (decimal): -5599592 or 9997994. OLE color: 9997994.
HSL color Cylindrical-coordinate representation of color #AA8E98: hue angle of 338.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA8E98 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 152 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.33 |
| HSL | 338.57º | 0.14% | 0.61% | - |
| HSV(B) | 338.57º | 0.16% | 0.67% | - |
| XYZ | 31.92 | 30.16 | 33.84 | - |
| YUV | 151.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 152 | 0 | 0.16 | 0.11 | 0.33 | 338.57 | 0.14 | 0.61 |
| Hex | AA | 8E | 98 | 0 | 10 | B | 21 | 153 | E | 3D |
| Octal | 252 | 216 | 230 | 0 | 20 | 13 | 41 | 523 | 16 | 75 |
| Binary | 10101010 | 10001110 | 10011000 | 0 | 10000 | 1011 | 100001 | 101010011 | 1110 | 111101 |
Color Harmonies of #AA8E98
Complementary color
Monochromatic Colors of #AA8E98
Black with #AA8E98
Text Example
Text Example
White with #AA8E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E98; }
p { color: rgb(170,142,152); }
H1.HeaderClassName
{
color: #AA8E98;
}
.AnyTagClassName
{
color: #AA8E98;
}
</style>
background-color css
<style>
a { background-color: #AA8E98; }
a { background-color: rgb(170,142,152); }
div.DivClassName
{
background-color: #AA8E98;
}
.BgClassName
{
background-color: #AA8E98;
}
</style>
border-color css
<style>
span { border-color: #AA8E98; }
span { border-color: rgb(170,142,152); }
td.TdClassName
{
border-color: #AA8E98;
}
.TagClassName
{
border-color: #AA8E98;
}
</style>