Shades of Grey Olive #A49B7E
Tints of Grey Olive #A49B7E
RGB
CMYK
RGB Variations
Color information
#A49B7E (or 0xA49B7E) is known color: Grey Olive. HEX triplet: A4, 9B and 7E. RGB value is (164,155,126). Sum of RGB (Red+Green+Blue) = 164+155+126=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B7E is #5B6481. Grayscale: #9A9A9A. Windows color (decimal): -5989506 or 8297380. OLE color: 8297380.
HSL color Cylindrical-coordinate representation of color #A49B7E: hue angle of 45.79º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A49B7E is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 126 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.36 |
| HSL | 45.79º | 0.17% | 0.57% | - |
| HSV(B) | 45.79º | 0.23% | 0.64% | - |
| XYZ | 30.8 | 32.84 | 24.45 | - |
| YUV | 154.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 126 | 0 | 0.05 | 0.23 | 0.36 | 45.79 | 0.17 | 0.57 |
| Hex | A4 | 9B | 7E | 0 | 5 | 17 | 24 | 2E | 11 | 39 |
| Octal | 244 | 233 | 176 | 0 | 5 | 27 | 44 | 56 | 21 | 71 |
| Binary | 10100100 | 10011011 | 1111110 | 0 | 101 | 10111 | 100100 | 101110 | 10001 | 111001 |
Color Harmonies of #A49B7E
Complementary color
Monochromatic Colors of #A49B7E
Black with #A49B7E
Text Example
Text Example
White with #A49B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B7E; }
p { color: rgb(164,155,126); }
H1.HeaderClassName
{
color: #A49B7E;
}
.AnyTagClassName
{
color: #A49B7E;
}
</style>
background-color css
<style>
a { background-color: #A49B7E; }
a { background-color: rgb(164,155,126); }
div.DivClassName
{
background-color: #A49B7E;
}
.BgClassName
{
background-color: #A49B7E;
}
</style>
border-color css
<style>
span { border-color: #A49B7E; }
span { border-color: rgb(164,155,126); }
td.TdClassName
{
border-color: #A49B7E;
}
.TagClassName
{
border-color: #A49B7E;
}
</style>