Shades of Malachite Green #A29D5D
Tints of Malachite Green #A29D5D
RGB
CMYK
RGB Variations
Color information
#A29D5D (or 0xA29D5D) is known color: Malachite Green. HEX triplet: A2, 9D and 5D. RGB value is (162,157,93). Sum of RGB (Red+Green+Blue) = 162+157+93=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D5D is #5D62A2. Grayscale: #979797. Windows color (decimal): -6120099 or 6135202. OLE color: 6135202.
HSL color Cylindrical-coordinate representation of color #A29D5D: hue angle of 55.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A29D5D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 93 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.36 |
| HSL | 55.65º | 0.27% | 0.5% | - |
| HSV(B) | 55.65º | 0.43% | 0.64% | - |
| XYZ | 28.93 | 32.59 | 15.12 | - |
| YUV | 151.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 93 | 0 | 0.03 | 0.43 | 0.36 | 55.65 | 0.27 | 0.5 |
| Hex | A2 | 9D | 5D | 0 | 3 | 2B | 24 | 38 | 1B | 32 |
| Octal | 242 | 235 | 135 | 0 | 3 | 53 | 44 | 70 | 33 | 62 |
| Binary | 10100010 | 10011101 | 1011101 | 0 | 11 | 101011 | 100100 | 111000 | 11011 | 110010 |
Color Harmonies of #A29D5D
Complementary color
Monochromatic Colors of #A29D5D
Black with #A29D5D
Text Example
Text Example
White with #A29D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D5D; }
p { color: rgb(162,157,93); }
H1.HeaderClassName
{
color: #A29D5D;
}
.AnyTagClassName
{
color: #A29D5D;
}
</style>
background-color css
<style>
a { background-color: #A29D5D; }
a { background-color: rgb(162,157,93); }
div.DivClassName
{
background-color: #A29D5D;
}
.BgClassName
{
background-color: #A29D5D;
}
</style>
border-color css
<style>
span { border-color: #A29D5D; }
span { border-color: rgb(162,157,93); }
td.TdClassName
{
border-color: #A29D5D;
}
.TagClassName
{
border-color: #A29D5D;
}
</style>