Shades of Malachite Green #A29D6C
Tints of Malachite Green #A29D6C
RGB
CMYK
RGB Variations
Color information
#A29D6C (or 0xA29D6C) is known color: Malachite Green. HEX triplet: A2, 9D and 6C. RGB value is (162,157,108). Sum of RGB (Red+Green+Blue) = 162+157+108=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D6C is #5D6293. Grayscale: #999999. Windows color (decimal): -6120084 or 7118242. OLE color: 7118242.
HSL color Cylindrical-coordinate representation of color #A29D6C: hue angle of 54.44º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29D6C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 108 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.36 |
| HSL | 54.44º | 0.23% | 0.53% | - |
| HSV(B) | 54.44º | 0.33% | 0.64% | - |
| XYZ | 29.66 | 32.88 | 18.97 | - |
| YUV | 152.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 108 | 0 | 0.03 | 0.33 | 0.36 | 54.44 | 0.23 | 0.53 |
| Hex | A2 | 9D | 6C | 0 | 3 | 21 | 24 | 36 | 16 | 35 |
| Octal | 242 | 235 | 154 | 0 | 3 | 41 | 44 | 66 | 26 | 65 |
| Binary | 10100010 | 10011101 | 1101100 | 0 | 11 | 100001 | 100100 | 110110 | 10110 | 110101 |
Color Harmonies of #A29D6C
Complementary color
Monochromatic Colors of #A29D6C
Black with #A29D6C
Text Example
Text Example
White with #A29D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D6C; }
p { color: rgb(162,157,108); }
H1.HeaderClassName
{
color: #A29D6C;
}
.AnyTagClassName
{
color: #A29D6C;
}
</style>
background-color css
<style>
a { background-color: #A29D6C; }
a { background-color: rgb(162,157,108); }
div.DivClassName
{
background-color: #A29D6C;
}
.BgClassName
{
background-color: #A29D6C;
}
</style>
border-color css
<style>
span { border-color: #A29D6C; }
span { border-color: rgb(162,157,108); }
td.TdClassName
{
border-color: #A29D6C;
}
.TagClassName
{
border-color: #A29D6C;
}
</style>