Shades of Malachite Green #A29C64
Tints of Malachite Green #A29C64
RGB
CMYK
RGB Variations
Color information
#A29C64 (or 0xA29C64) is known color: Malachite Green. HEX triplet: A2, 9C and 64. RGB value is (162,156,100). Sum of RGB (Red+Green+Blue) = 162+156+100=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C64 is #5D639B. Grayscale: #979797. Windows color (decimal): -6120348 or 6593698. OLE color: 6593698.
HSL color Cylindrical-coordinate representation of color #A29C64: hue angle of 54.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29C64 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 100 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.36 |
| HSL | 54.19º | 0.25% | 0.51% | - |
| HSV(B) | 54.19º | 0.38% | 0.64% | - |
| XYZ | 29.09 | 32.38 | 16.77 | - |
| YUV | 151.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 100 | 0 | 0.04 | 0.38 | 0.36 | 54.19 | 0.25 | 0.51 |
| Hex | A2 | 9C | 64 | 0 | 4 | 26 | 24 | 36 | 19 | 33 |
| Octal | 242 | 234 | 144 | 0 | 4 | 46 | 44 | 66 | 31 | 63 |
| Binary | 10100010 | 10011100 | 1100100 | 0 | 100 | 100110 | 100100 | 110110 | 11001 | 110011 |
Color Harmonies of #A29C64
Complementary color
Monochromatic Colors of #A29C64
Black with #A29C64
Text Example
Text Example
White with #A29C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C64; }
p { color: rgb(162,156,100); }
H1.HeaderClassName
{
color: #A29C64;
}
.AnyTagClassName
{
color: #A29C64;
}
</style>
background-color css
<style>
a { background-color: #A29C64; }
a { background-color: rgb(162,156,100); }
div.DivClassName
{
background-color: #A29C64;
}
.BgClassName
{
background-color: #A29C64;
}
</style>
border-color css
<style>
span { border-color: #A29C64; }
span { border-color: rgb(162,156,100); }
td.TdClassName
{
border-color: #A29C64;
}
.TagClassName
{
border-color: #A29C64;
}
</style>