Shades of Malachite Green #A19D70
Tints of Malachite Green #A19D70
RGB
CMYK
RGB Variations
Color information
#A19D70 (or 0xA19D70) is known color: Malachite Green. HEX triplet: A1, 9D and 70. RGB value is (161,157,112). Sum of RGB (Red+Green+Blue) = 161+157+112=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D70 is #5E628F. Grayscale: #999999. Windows color (decimal): -6185616 or 7380385. OLE color: 7380385.
HSL color Cylindrical-coordinate representation of color #A19D70: hue angle of 55.1º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19D70 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 112 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.37 |
| HSL | 55.1º | 0.21% | 0.54% | - |
| HSV(B) | 55.1º | 0.3% | 0.63% | - |
| XYZ | 29.68 | 32.86 | 20.11 | - |
| YUV | 153.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 112 | 0 | 0.02 | 0.30 | 0.37 | 55.1 | 0.21 | 0.54 |
| Hex | A1 | 9D | 70 | 0 | 2 | 1E | 25 | 37 | 15 | 36 |
| Octal | 241 | 235 | 160 | 0 | 2 | 36 | 45 | 67 | 25 | 66 |
| Binary | 10100001 | 10011101 | 1110000 | 0 | 10 | 11110 | 100101 | 110111 | 10101 | 110110 |
Color Harmonies of #A19D70
Complementary color
Monochromatic Colors of #A19D70
Black with #A19D70
Text Example
Text Example
White with #A19D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D70; }
p { color: rgb(161,157,112); }
H1.HeaderClassName
{
color: #A19D70;
}
.AnyTagClassName
{
color: #A19D70;
}
</style>
background-color css
<style>
a { background-color: #A19D70; }
a { background-color: rgb(161,157,112); }
div.DivClassName
{
background-color: #A19D70;
}
.BgClassName
{
background-color: #A19D70;
}
</style>
border-color css
<style>
span { border-color: #A19D70; }
span { border-color: rgb(161,157,112); }
td.TdClassName
{
border-color: #A19D70;
}
.TagClassName
{
border-color: #A19D70;
}
</style>