Shades of Shady Lady #A49AA1
Tints of Shady Lady #A49AA1
RGB
CMYK
RGB Variations
Color information
#A49AA1 (or 0xA49AA1) is known color: Shady Lady. HEX triplet: A4, 9A and A1. RGB value is (164,154,161). Sum of RGB (Red+Green+Blue) = 164+154+161=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 164 - color contains mainly: red. Hex color #A49AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA1 is #5B655E. Grayscale: #9D9D9D. Windows color (decimal): -5989727 or 10590884. OLE color: 10590884.
HSL color Cylindrical-coordinate representation of color #A49AA1: hue angle of 318º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A49AA1 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 161 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.36 |
| HSL | 318º | 0.05% | 0.62% | - |
| HSV(B) | 318º | 0.06% | 0.64% | - |
| XYZ | 33.3 | 33.58 | 38.44 | - |
| YUV | 157.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 161 | 0 | 0.06 | 0.02 | 0.36 | 318 | 0.05 | 0.62 |
| Hex | A4 | 9A | A1 | 0 | 6 | 2 | 24 | 13E | 5 | 3E |
| Octal | 244 | 232 | 241 | 0 | 6 | 2 | 44 | 476 | 5 | 76 |
| Binary | 10100100 | 10011010 | 10100001 | 0 | 110 | 10 | 100100 | 100111110 | 101 | 111110 |
Color Harmonies of #A49AA1
Complementary color
Monochromatic Colors of #A49AA1
Black with #A49AA1
Text Example
Text Example
White with #A49AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AA1; }
p { color: rgb(164,154,161); }
H1.HeaderClassName
{
color: #A49AA1;
}
.AnyTagClassName
{
color: #A49AA1;
}
</style>
background-color css
<style>
a { background-color: #A49AA1; }
a { background-color: rgb(164,154,161); }
div.DivClassName
{
background-color: #A49AA1;
}
.BgClassName
{
background-color: #A49AA1;
}
</style>
border-color css
<style>
span { border-color: #A49AA1; }
span { border-color: rgb(164,154,161); }
td.TdClassName
{
border-color: #A49AA1;
}
.TagClassName
{
border-color: #A49AA1;
}
</style>