Shades of Shady Lady #AA8C94
Tints of Shady Lady #AA8C94
RGB
CMYK
RGB Variations
Color information
#AA8C94 (or 0xAA8C94) is known color: Shady Lady. HEX triplet: AA, 8C and 94. RGB value is (170,140,148). Sum of RGB (Red+Green+Blue) = 170+140+148=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C94 is #55736B. Grayscale: #959595. Windows color (decimal): -5600108 or 9735338. OLE color: 9735338.
HSL color Cylindrical-coordinate representation of color #AA8C94: hue angle of 344º 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 #AA8C94 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 148 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.33 |
| HSL | 344º | 0.15% | 0.61% | - |
| HSV(B) | 344º | 0.18% | 0.67% | - |
| XYZ | 31.3 | 29.44 | 32.05 | - |
| YUV | 149.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 148 | 0 | 0.18 | 0.13 | 0.33 | 344 | 0.15 | 0.61 |
| Hex | AA | 8C | 94 | 0 | 12 | D | 21 | 158 | F | 3D |
| Octal | 252 | 214 | 224 | 0 | 22 | 15 | 41 | 530 | 17 | 75 |
| Binary | 10101010 | 10001100 | 10010100 | 0 | 10010 | 1101 | 100001 | 101011000 | 1111 | 111101 |
Color Harmonies of #AA8C94
Complementary color
Monochromatic Colors of #AA8C94
Black with #AA8C94
Text Example
Text Example
White with #AA8C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C94; }
p { color: rgb(170,140,148); }
H1.HeaderClassName
{
color: #AA8C94;
}
.AnyTagClassName
{
color: #AA8C94;
}
</style>
background-color css
<style>
a { background-color: #AA8C94; }
a { background-color: rgb(170,140,148); }
div.DivClassName
{
background-color: #AA8C94;
}
.BgClassName
{
background-color: #AA8C94;
}
</style>
border-color css
<style>
span { border-color: #AA8C94; }
span { border-color: rgb(170,140,148); }
td.TdClassName
{
border-color: #AA8C94;
}
.TagClassName
{
border-color: #AA8C94;
}
</style>