Shades of Shady Lady #A49B9C
Tints of Shady Lady #A49B9C
RGB
CMYK
RGB Variations
Color information
#A49B9C (or 0xA49B9C) is known color: Shady Lady. HEX triplet: A4, 9B and 9C. RGB value is (164,155,156). Sum of RGB (Red+Green+Blue) = 164+155+156=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9C is #5B6463. Grayscale: #9D9D9D. Windows color (decimal): -5989476 or 10263460. OLE color: 10263460.
HSL color Cylindrical-coordinate representation of color #A49B9C: hue angle of 353.33º 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 #A49B9C is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
RGB | 164 | 155 | 156 | - |
CMYK | 0 | 0.05 | 0.05 | 0.36 |
HSL | 353.33º | 0.05% | 0.63% | - |
HSV(B) | 353.33º | 0.05% | 0.64% | - |
XYZ | 33.03 | 33.74 | 36.22 | - |
YUV | 157.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 155 | 156 | 0 | 0.05 | 0.05 | 0.36 | 353.33 | 0.05 | 0.63 |
Hex | A4 | 9B | 9C | 0 | 5 | 5 | 24 | 161 | 5 | 3F |
Octal | 244 | 233 | 234 | 0 | 5 | 5 | 44 | 541 | 5 | 77 |
Binary | 10100100 | 10011011 | 10011100 | 0 | 101 | 101 | 100100 | 101100001 | 101 | 111111 |
Color Harmonies of #A49B9C
Complementary color
Monochromatic Colors of #A49B9C
Black with #A49B9C
Text Example
Text Example
White with #A49B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B9C; }
p { color: rgb(164,155,156); }
H1.HeaderClassName
{
color: #A49B9C;
}
.AnyTagClassName
{
color: #A49B9C;
}
</style>
background-color css
<style>
a { background-color: #A49B9C; }
a { background-color: rgb(164,155,156); }
div.DivClassName
{
background-color: #A49B9C;
}
.BgClassName
{
background-color: #A49B9C;
}
</style>
border-color css
<style>
span { border-color: #A49B9C; }
span { border-color: rgb(164,155,156); }
td.TdClassName
{
border-color: #A49B9C;
}
.TagClassName
{
border-color: #A49B9C;
}
</style>