Shades of Grey Olive #A49C7B
Tints of Grey Olive #A49C7B
RGB
CMYK
RGB Variations
Color information
#A49C7B (or 0xA49C7B) is known color: Grey Olive. HEX triplet: A4, 9C and 7B. RGB value is (164,156,123). Sum of RGB (Red+Green+Blue) = 164+156+123=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C7B is #5B6384. Grayscale: #9A9A9A. Windows color (decimal): -5989253 or 8101028. OLE color: 8101028.
HSL color Cylindrical-coordinate representation of color #A49C7B: hue angle of 48.29º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A49C7B is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 123 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.36 |
| HSL | 48.29º | 0.18% | 0.56% | - |
| HSV(B) | 48.29º | 0.25% | 0.64% | - |
| XYZ | 30.77 | 33.1 | 23.51 | - |
| YUV | 154.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 123 | 0 | 0.05 | 0.25 | 0.36 | 48.29 | 0.18 | 0.56 |
| Hex | A4 | 9C | 7B | 0 | 5 | 19 | 24 | 30 | 12 | 38 |
| Octal | 244 | 234 | 173 | 0 | 5 | 31 | 44 | 60 | 22 | 70 |
| Binary | 10100100 | 10011100 | 1111011 | 0 | 101 | 11001 | 100100 | 110000 | 10010 | 111000 |
Color Harmonies of #A49C7B
Complementary color
Monochromatic Colors of #A49C7B
Black with #A49C7B
Text Example
Text Example
White with #A49C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C7B; }
p { color: rgb(164,156,123); }
H1.HeaderClassName
{
color: #A49C7B;
}
.AnyTagClassName
{
color: #A49C7B;
}
</style>
background-color css
<style>
a { background-color: #A49C7B; }
a { background-color: rgb(164,156,123); }
div.DivClassName
{
background-color: #A49C7B;
}
.BgClassName
{
background-color: #A49C7B;
}
</style>
border-color css
<style>
span { border-color: #A49C7B; }
span { border-color: rgb(164,156,123); }
td.TdClassName
{
border-color: #A49C7B;
}
.TagClassName
{
border-color: #A49C7B;
}
</style>