Shades of Grey Olive #A49B7C
Tints of Grey Olive #A49B7C
RGB
CMYK
RGB Variations
Color information
#A49B7C (or 0xA49B7C) is known color: Grey Olive. HEX triplet: A4, 9B and 7C. RGB value is (164,155,124). Sum of RGB (Red+Green+Blue) = 164+155+124=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B7C is #5B6483. Grayscale: #9A9A9A. Windows color (decimal): -5989508 or 8166308. OLE color: 8166308.
HSL color Cylindrical-coordinate representation of color #A49B7C: hue angle of 46.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49B7C is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 124 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.36 |
| HSL | 46.5º | 0.18% | 0.56% | - |
| HSV(B) | 46.5º | 0.24% | 0.64% | - |
| XYZ | 30.67 | 32.79 | 23.78 | - |
| YUV | 154.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 124 | 0 | 0.05 | 0.24 | 0.36 | 46.5 | 0.18 | 0.56 |
| Hex | A4 | 9B | 7C | 0 | 5 | 18 | 24 | 2E | 12 | 38 |
| Octal | 244 | 233 | 174 | 0 | 5 | 30 | 44 | 56 | 22 | 70 |
| Binary | 10100100 | 10011011 | 1111100 | 0 | 101 | 11000 | 100100 | 101110 | 10010 | 111000 |
Color Harmonies of #A49B7C
Complementary color
Monochromatic Colors of #A49B7C
Black with #A49B7C
Text Example
Text Example
White with #A49B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B7C; }
p { color: rgb(164,155,124); }
H1.HeaderClassName
{
color: #A49B7C;
}
.AnyTagClassName
{
color: #A49B7C;
}
</style>
background-color css
<style>
a { background-color: #A49B7C; }
a { background-color: rgb(164,155,124); }
div.DivClassName
{
background-color: #A49B7C;
}
.BgClassName
{
background-color: #A49B7C;
}
</style>
border-color css
<style>
span { border-color: #A49B7C; }
span { border-color: rgb(164,155,124); }
td.TdClassName
{
border-color: #A49B7C;
}
.TagClassName
{
border-color: #A49B7C;
}
</style>