Shades of Malachite Green #A29D6A
Tints of Malachite Green #A29D6A
RGB
CMYK
RGB Variations
Color information
#A29D6A (or 0xA29D6A) is known color: Malachite Green. HEX triplet: A2, 9D and 6A. RGB value is (162,157,106). Sum of RGB (Red+Green+Blue) = 162+157+106=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D6A is #5D6295. Grayscale: #989898. Windows color (decimal): -6120086 or 6987170. OLE color: 6987170.
HSL color Cylindrical-coordinate representation of color #A29D6A: hue angle of 54.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A29D6A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 106 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.36 |
| HSL | 54.64º | 0.23% | 0.53% | - |
| HSV(B) | 54.64º | 0.35% | 0.64% | - |
| XYZ | 29.56 | 32.84 | 18.42 | - |
| YUV | 152.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 106 | 0 | 0.03 | 0.35 | 0.36 | 54.64 | 0.23 | 0.53 |
| Hex | A2 | 9D | 6A | 0 | 3 | 23 | 24 | 37 | 17 | 35 |
| Octal | 242 | 235 | 152 | 0 | 3 | 43 | 44 | 67 | 27 | 65 |
| Binary | 10100010 | 10011101 | 1101010 | 0 | 11 | 100011 | 100100 | 110111 | 10111 | 110101 |
Color Harmonies of #A29D6A
Complementary color
Monochromatic Colors of #A29D6A
Black with #A29D6A
Text Example
Text Example
White with #A29D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D6A; }
p { color: rgb(162,157,106); }
H1.HeaderClassName
{
color: #A29D6A;
}
.AnyTagClassName
{
color: #A29D6A;
}
</style>
background-color css
<style>
a { background-color: #A29D6A; }
a { background-color: rgb(162,157,106); }
div.DivClassName
{
background-color: #A29D6A;
}
.BgClassName
{
background-color: #A29D6A;
}
</style>
border-color css
<style>
span { border-color: #A29D6A; }
span { border-color: rgb(162,157,106); }
td.TdClassName
{
border-color: #A29D6A;
}
.TagClassName
{
border-color: #A29D6A;
}
</style>