Shades of Shady Lady #A49DA0
Tints of Shady Lady #A49DA0
RGB
CMYK
RGB Variations
Color information
#A49DA0 (or 0xA49DA0) is known color: Shady Lady. HEX triplet: A4, 9D and A0. RGB value is (164,157,160). Sum of RGB (Red+Green+Blue) = 164+157+160=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 164 - color contains mainly: red. Hex color #A49DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DA0 is #5B625F. Grayscale: #9F9F9F. Windows color (decimal): -5988960 or 10526116. OLE color: 10526116.
HSL color Cylindrical-coordinate representation of color #A49DA0: hue angle of 334.29º degrees, saturation: 0.04, 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 #A49DA0 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 160 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.36 |
| HSL | 334.29º | 0.04% | 0.63% | - |
| HSV(B) | 334.29º | 0.04% | 0.64% | - |
| XYZ | 33.71 | 34.54 | 38.15 | - |
| YUV | 159.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 160 | 0 | 0.04 | 0.02 | 0.36 | 334.29 | 0.04 | 0.63 |
| Hex | A4 | 9D | A0 | 0 | 4 | 2 | 24 | 14E | 4 | 3F |
| Octal | 244 | 235 | 240 | 0 | 4 | 2 | 44 | 516 | 4 | 77 |
| Binary | 10100100 | 10011101 | 10100000 | 0 | 100 | 10 | 100100 | 101001110 | 100 | 111111 |
Color Harmonies of #A49DA0
Complementary color
Monochromatic Colors of #A49DA0
Black with #A49DA0
Text Example
Text Example
White with #A49DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DA0; }
p { color: rgb(164,157,160); }
H1.HeaderClassName
{
color: #A49DA0;
}
.AnyTagClassName
{
color: #A49DA0;
}
</style>
background-color css
<style>
a { background-color: #A49DA0; }
a { background-color: rgb(164,157,160); }
div.DivClassName
{
background-color: #A49DA0;
}
.BgClassName
{
background-color: #A49DA0;
}
</style>
border-color css
<style>
span { border-color: #A49DA0; }
span { border-color: rgb(164,157,160); }
td.TdClassName
{
border-color: #A49DA0;
}
.TagClassName
{
border-color: #A49DA0;
}
</style>