Shades of Malachite Green #A29F6F
Tints of Malachite Green #A29F6F
RGB
CMYK
RGB Variations
Color information
#A29F6F (or 0xA29F6F) is known color: Malachite Green. HEX triplet: A2, 9F and 6F. RGB value is (162,159,111). Sum of RGB (Red+Green+Blue) = 162+159+111=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F6F is #5D6090. Grayscale: #9A9A9A. Windows color (decimal): -6119569 or 7315362. OLE color: 7315362.
HSL color Cylindrical-coordinate representation of color #A29F6F: hue angle of 56.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A29F6F is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 111 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.36 |
| HSL | 56.47º | 0.22% | 0.54% | - |
| HSV(B) | 56.47º | 0.31% | 0.64% | - |
| XYZ | 30.17 | 33.63 | 19.94 | - |
| YUV | 154.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 111 | 0 | 0.02 | 0.31 | 0.36 | 56.47 | 0.22 | 0.54 |
| Hex | A2 | 9F | 6F | 0 | 2 | 1F | 24 | 38 | 16 | 36 |
| Octal | 242 | 237 | 157 | 0 | 2 | 37 | 44 | 70 | 26 | 66 |
| Binary | 10100010 | 10011111 | 1101111 | 0 | 10 | 11111 | 100100 | 111000 | 10110 | 110110 |
Color Harmonies of #A29F6F
Complementary color
Monochromatic Colors of #A29F6F
Black with #A29F6F
Text Example
Text Example
White with #A29F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F6F; }
p { color: rgb(162,159,111); }
H1.HeaderClassName
{
color: #A29F6F;
}
.AnyTagClassName
{
color: #A29F6F;
}
</style>
background-color css
<style>
a { background-color: #A29F6F; }
a { background-color: rgb(162,159,111); }
div.DivClassName
{
background-color: #A29F6F;
}
.BgClassName
{
background-color: #A29F6F;
}
</style>
border-color css
<style>
span { border-color: #A29F6F; }
span { border-color: rgb(162,159,111); }
td.TdClassName
{
border-color: #A29F6F;
}
.TagClassName
{
border-color: #A29F6F;
}
</style>