Shades of Malachite Green #A49D62
Tints of Malachite Green #A49D62
RGB
CMYK
RGB Variations
Color information
#A49D62 (or 0xA49D62) is known color: Malachite Green. HEX triplet: A4, 9D and 62. RGB value is (164,157,98). Sum of RGB (Red+Green+Blue) = 164+157+98=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D62 is #5B629D. Grayscale: #989898. Windows color (decimal): -5989022 or 6462884. OLE color: 6462884.
HSL color Cylindrical-coordinate representation of color #A49D62: hue angle of 53.64º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49D62 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 98 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.36 |
| HSL | 53.64º | 0.27% | 0.51% | - |
| HSV(B) | 53.64º | 0.4% | 0.64% | - |
| XYZ | 29.57 | 32.89 | 16.34 | - |
| YUV | 152.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 98 | 0 | 0.04 | 0.40 | 0.36 | 53.64 | 0.27 | 0.51 |
| Hex | A4 | 9D | 62 | 0 | 4 | 28 | 24 | 36 | 1B | 33 |
| Octal | 244 | 235 | 142 | 0 | 4 | 50 | 44 | 66 | 33 | 63 |
| Binary | 10100100 | 10011101 | 1100010 | 0 | 100 | 101000 | 100100 | 110110 | 11011 | 110011 |
Color Harmonies of #A49D62
Complementary color
Monochromatic Colors of #A49D62
Black with #A49D62
Text Example
Text Example
White with #A49D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D62; }
p { color: rgb(164,157,98); }
H1.HeaderClassName
{
color: #A49D62;
}
.AnyTagClassName
{
color: #A49D62;
}
</style>
background-color css
<style>
a { background-color: #A49D62; }
a { background-color: rgb(164,157,98); }
div.DivClassName
{
background-color: #A49D62;
}
.BgClassName
{
background-color: #A49D62;
}
</style>
border-color css
<style>
span { border-color: #A49D62; }
span { border-color: rgb(164,157,98); }
td.TdClassName
{
border-color: #A49D62;
}
.TagClassName
{
border-color: #A49D62;
}
</style>