Shades of Shady Lady #A49A9E
Tints of Shady Lady #A49A9E
RGB
CMYK
RGB Variations
Color information
#A49A9E (or 0xA49A9E) is known color: Shady Lady. HEX triplet: A4, 9A and 9E. RGB value is (164,154,158). Sum of RGB (Red+Green+Blue) = 164+154+158=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A9E is #5B6561. Grayscale: #9D9D9D. Windows color (decimal): -5989730 or 10394276. OLE color: 10394276.
HSL color Cylindrical-coordinate representation of color #A49A9E: hue angle of 336º 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 #A49A9E is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 158 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.36 |
| HSL | 336º | 0.05% | 0.62% | - |
| HSV(B) | 336º | 0.06% | 0.64% | - |
| XYZ | 33.04 | 33.47 | 37.07 | - |
| YUV | 157.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 158 | 0 | 0.06 | 0.04 | 0.36 | 336 | 0.05 | 0.62 |
| Hex | A4 | 9A | 9E | 0 | 6 | 4 | 24 | 150 | 5 | 3E |
| Octal | 244 | 232 | 236 | 0 | 6 | 4 | 44 | 520 | 5 | 76 |
| Binary | 10100100 | 10011010 | 10011110 | 0 | 110 | 100 | 100100 | 101010000 | 101 | 111110 |
Color Harmonies of #A49A9E
Complementary color
Monochromatic Colors of #A49A9E
Black with #A49A9E
Text Example
Text Example
White with #A49A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A9E; }
p { color: rgb(164,154,158); }
H1.HeaderClassName
{
color: #A49A9E;
}
.AnyTagClassName
{
color: #A49A9E;
}
</style>
background-color css
<style>
a { background-color: #A49A9E; }
a { background-color: rgb(164,154,158); }
div.DivClassName
{
background-color: #A49A9E;
}
.BgClassName
{
background-color: #A49A9E;
}
</style>
border-color css
<style>
span { border-color: #A49A9E; }
span { border-color: rgb(164,154,158); }
td.TdClassName
{
border-color: #A49A9E;
}
.TagClassName
{
border-color: #A49A9E;
}
</style>