Shades of Malachite Green #A49C5E
Tints of Malachite Green #A49C5E
RGB
CMYK
RGB Variations
Color information
#A49C5E (or 0xA49C5E) is known color: Malachite Green. HEX triplet: A4, 9C and 5E. RGB value is (164,156,94). Sum of RGB (Red+Green+Blue) = 164+156+94=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C5E is #5B63A1. Grayscale: #979797. Windows color (decimal): -5989282 or 6200484. OLE color: 6200484.
HSL color Cylindrical-coordinate representation of color #A49C5E: hue angle of 53.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A49C5E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 94 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.36 |
| HSL | 53.14º | 0.28% | 0.51% | - |
| HSV(B) | 53.14º | 0.43% | 0.64% | - |
| XYZ | 29.22 | 32.48 | 15.32 | - |
| YUV | 151.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 94 | 0 | 0.05 | 0.43 | 0.36 | 53.14 | 0.28 | 0.51 |
| Hex | A4 | 9C | 5E | 0 | 5 | 2B | 24 | 35 | 1C | 33 |
| Octal | 244 | 234 | 136 | 0 | 5 | 53 | 44 | 65 | 34 | 63 |
| Binary | 10100100 | 10011100 | 1011110 | 0 | 101 | 101011 | 100100 | 110101 | 11100 | 110011 |
Color Harmonies of #A49C5E
Complementary color
Monochromatic Colors of #A49C5E
Black with #A49C5E
Text Example
Text Example
White with #A49C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C5E; }
p { color: rgb(164,156,94); }
H1.HeaderClassName
{
color: #A49C5E;
}
.AnyTagClassName
{
color: #A49C5E;
}
</style>
background-color css
<style>
a { background-color: #A49C5E; }
a { background-color: rgb(164,156,94); }
div.DivClassName
{
background-color: #A49C5E;
}
.BgClassName
{
background-color: #A49C5E;
}
</style>
border-color css
<style>
span { border-color: #A49C5E; }
span { border-color: rgb(164,156,94); }
td.TdClassName
{
border-color: #A49C5E;
}
.TagClassName
{
border-color: #A49C5E;
}
</style>