Shades of Shady Lady #A49EA0
Tints of Shady Lady #A49EA0
RGB
CMYK
RGB Variations
Color information
#A49EA0 (or 0xA49EA0) is known color: Shady Lady. HEX triplet: A4, 9E and A0. RGB value is (164,158,160). Sum of RGB (Red+Green+Blue) = 164+158+160=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A49EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EA0 is #5B615F. Grayscale: #A0A0A0. Windows color (decimal): -5988704 or 10526372. OLE color: 10526372.
HSL color Cylindrical-coordinate representation of color #A49EA0: hue angle of 340º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A49EA0 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 160 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.36 |
| HSL | 340º | 0.03% | 0.63% | - |
| HSV(B) | 340º | 0.04% | 0.64% | - |
| XYZ | 33.88 | 34.88 | 38.21 | - |
| YUV | 160.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 160 | 0 | 0.04 | 0.02 | 0.36 | 340 | 0.03 | 0.63 |
| Hex | A4 | 9E | A0 | 0 | 4 | 2 | 24 | 154 | 3 | 3F |
| Octal | 244 | 236 | 240 | 0 | 4 | 2 | 44 | 524 | 3 | 77 |
| Binary | 10100100 | 10011110 | 10100000 | 0 | 100 | 10 | 100100 | 101010100 | 11 | 111111 |
Color Harmonies of #A49EA0
Complementary color
Monochromatic Colors of #A49EA0
Black with #A49EA0
Text Example
Text Example
White with #A49EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EA0; }
p { color: rgb(164,158,160); }
H1.HeaderClassName
{
color: #A49EA0;
}
.AnyTagClassName
{
color: #A49EA0;
}
</style>
background-color css
<style>
a { background-color: #A49EA0; }
a { background-color: rgb(164,158,160); }
div.DivClassName
{
background-color: #A49EA0;
}
.BgClassName
{
background-color: #A49EA0;
}
</style>
border-color css
<style>
span { border-color: #A49EA0; }
span { border-color: rgb(164,158,160); }
td.TdClassName
{
border-color: #A49EA0;
}
.TagClassName
{
border-color: #A49EA0;
}
</style>