Shades of Malachite Green #A49C64
Tints of Malachite Green #A49C64
RGB
CMYK
RGB Variations
Color information
#A49C64 (or 0xA49C64) is known color: Malachite Green. HEX triplet: A4, 9C and 64. RGB value is (164,156,100). Sum of RGB (Red+Green+Blue) = 164+156+100=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C64 is #5B639B. Grayscale: #989898. Windows color (decimal): -5989276 or 6593700. OLE color: 6593700.
HSL color Cylindrical-coordinate representation of color #A49C64: hue angle of 52.5º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A49C64 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 100 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.36 |
| HSL | 52.5º | 0.26% | 0.52% | - |
| HSV(B) | 52.5º | 0.39% | 0.64% | - |
| XYZ | 29.5 | 32.59 | 16.79 | - |
| YUV | 152.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 100 | 0 | 0.05 | 0.39 | 0.36 | 52.5 | 0.26 | 0.52 |
| Hex | A4 | 9C | 64 | 0 | 5 | 27 | 24 | 34 | 1A | 34 |
| Octal | 244 | 234 | 144 | 0 | 5 | 47 | 44 | 64 | 32 | 64 |
| Binary | 10100100 | 10011100 | 1100100 | 0 | 101 | 100111 | 100100 | 110100 | 11010 | 110100 |
Color Harmonies of #A49C64
Complementary color
Monochromatic Colors of #A49C64
Black with #A49C64
Text Example
Text Example
White with #A49C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C64; }
p { color: rgb(164,156,100); }
H1.HeaderClassName
{
color: #A49C64;
}
.AnyTagClassName
{
color: #A49C64;
}
</style>
background-color css
<style>
a { background-color: #A49C64; }
a { background-color: rgb(164,156,100); }
div.DivClassName
{
background-color: #A49C64;
}
.BgClassName
{
background-color: #A49C64;
}
</style>
border-color css
<style>
span { border-color: #A49C64; }
span { border-color: rgb(164,156,100); }
td.TdClassName
{
border-color: #A49C64;
}
.TagClassName
{
border-color: #A49C64;
}
</style>