Shades of Shady Lady #A49B9D
Tints of Shady Lady #A49B9D
RGB
CMYK
RGB Variations
Color information
#A49B9D (or 0xA49B9D) is known color: Shady Lady. HEX triplet: A4, 9B and 9D. RGB value is (164,155,157). Sum of RGB (Red+Green+Blue) = 164+155+157=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9D is #5B6462. Grayscale: #9D9D9D. Windows color (decimal): -5989475 or 10328996. OLE color: 10328996.
HSL color Cylindrical-coordinate representation of color #A49B9D: hue angle of 346.67º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A49B9D is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 157 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.36 |
| HSL | 346.67º | 0.05% | 0.63% | - |
| HSV(B) | 346.67º | 0.05% | 0.64% | - |
| XYZ | 33.12 | 33.77 | 36.67 | - |
| YUV | 157.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 157 | 0 | 0.05 | 0.04 | 0.36 | 346.67 | 0.05 | 0.63 |
| Hex | A4 | 9B | 9D | 0 | 5 | 4 | 24 | 15B | 5 | 3F |
| Octal | 244 | 233 | 235 | 0 | 5 | 4 | 44 | 533 | 5 | 77 |
| Binary | 10100100 | 10011011 | 10011101 | 0 | 101 | 100 | 100100 | 101011011 | 101 | 111111 |
Color Harmonies of #A49B9D
Complementary color
Monochromatic Colors of #A49B9D
Black with #A49B9D
Text Example
Text Example
White with #A49B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B9D; }
p { color: rgb(164,155,157); }
H1.HeaderClassName
{
color: #A49B9D;
}
.AnyTagClassName
{
color: #A49B9D;
}
</style>
background-color css
<style>
a { background-color: #A49B9D; }
a { background-color: rgb(164,155,157); }
div.DivClassName
{
background-color: #A49B9D;
}
.BgClassName
{
background-color: #A49B9D;
}
</style>
border-color css
<style>
span { border-color: #A49B9D; }
span { border-color: rgb(164,155,157); }
td.TdClassName
{
border-color: #A49B9D;
}
.TagClassName
{
border-color: #A49B9D;
}
</style>