Shades of Malachite Green #A4A16D
Tints of Malachite Green #A4A16D
RGB
CMYK
RGB Variations
Color information
#A4A16D (or 0xA4A16D) is known color: Malachite Green. HEX triplet: A4, A1 and 6D. RGB value is (164,161,109). Sum of RGB (Red+Green+Blue) = 164+161+109=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A16D is #5B5E92. Grayscale: #9C9C9C. Windows color (decimal): -5987987 or 7184804. OLE color: 7184804.
HSL color Cylindrical-coordinate representation of color #A4A16D: hue angle of 56.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4A16D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 161 | 109 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.36 |
| HSL | 56.73º | 0.23% | 0.54% | - |
| HSV(B) | 56.73º | 0.34% | 0.64% | - |
| XYZ | 30.82 | 34.49 | 19.5 | - |
| YUV | 155.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 109 | 0 | 0.02 | 0.34 | 0.36 | 56.73 | 0.23 | 0.54 |
| Hex | A4 | A1 | 6D | 0 | 2 | 22 | 24 | 39 | 17 | 36 |
| Octal | 244 | 241 | 155 | 0 | 2 | 42 | 44 | 71 | 27 | 66 |
| Binary | 10100100 | 10100001 | 1101101 | 0 | 10 | 100010 | 100100 | 111001 | 10111 | 110110 |
Color Harmonies of #A4A16D
Complementary color
Monochromatic Colors of #A4A16D
Black with #A4A16D
Text Example
Text Example
White with #A4A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A16D; }
p { color: rgb(164,161,109); }
H1.HeaderClassName
{
color: #A4A16D;
}
.AnyTagClassName
{
color: #A4A16D;
}
</style>
background-color css
<style>
a { background-color: #A4A16D; }
a { background-color: rgb(164,161,109); }
div.DivClassName
{
background-color: #A4A16D;
}
.BgClassName
{
background-color: #A4A16D;
}
</style>
border-color css
<style>
span { border-color: #A4A16D; }
span { border-color: rgb(164,161,109); }
td.TdClassName
{
border-color: #A4A16D;
}
.TagClassName
{
border-color: #A4A16D;
}
</style>