Shades of Shady Lady #A49A9D
Tints of Shady Lady #A49A9D
RGB
CMYK
RGB Variations
Color information
#A49A9D (or 0xA49A9D) is known color: Shady Lady. HEX triplet: A4, 9A and 9D. RGB value is (164,154,157). Sum of RGB (Red+Green+Blue) = 164+154+157=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A9D is #5B6562. Grayscale: #9D9D9D. Windows color (decimal): -5989731 or 10328740. OLE color: 10328740.
HSL color Cylindrical-coordinate representation of color #A49A9D: hue angle of 342º 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 #A49A9D is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 157 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.36 |
| HSL | 342º | 0.05% | 0.62% | - |
| HSV(B) | 342º | 0.06% | 0.64% | - |
| XYZ | 32.95 | 33.44 | 36.62 | - |
| YUV | 157.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 157 | 0 | 0.06 | 0.04 | 0.36 | 342 | 0.05 | 0.62 |
| Hex | A4 | 9A | 9D | 0 | 6 | 4 | 24 | 156 | 5 | 3E |
| Octal | 244 | 232 | 235 | 0 | 6 | 4 | 44 | 526 | 5 | 76 |
| Binary | 10100100 | 10011010 | 10011101 | 0 | 110 | 100 | 100100 | 101010110 | 101 | 111110 |
Color Harmonies of #A49A9D
Complementary color
Monochromatic Colors of #A49A9D
Black with #A49A9D
Text Example
Text Example
White with #A49A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A9D; }
p { color: rgb(164,154,157); }
H1.HeaderClassName
{
color: #A49A9D;
}
.AnyTagClassName
{
color: #A49A9D;
}
</style>
background-color css
<style>
a { background-color: #A49A9D; }
a { background-color: rgb(164,154,157); }
div.DivClassName
{
background-color: #A49A9D;
}
.BgClassName
{
background-color: #A49A9D;
}
</style>
border-color css
<style>
span { border-color: #A49A9D; }
span { border-color: rgb(164,154,157); }
td.TdClassName
{
border-color: #A49A9D;
}
.TagClassName
{
border-color: #A49A9D;
}
</style>