Shades of Malachite Green #A19F70
Tints of Malachite Green #A19F70
RGB
CMYK
RGB Variations
Color information
#A19F70 (or 0xA19F70) is known color: Malachite Green. HEX triplet: A1, 9F and 70. RGB value is (161,159,112). Sum of RGB (Red+Green+Blue) = 161+159+112=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19F70 is #5E608F. Grayscale: #9A9A9A. Windows color (decimal): -6185104 or 7380897. OLE color: 7380897.
HSL color Cylindrical-coordinate representation of color #A19F70: hue angle of 57.55º 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 #A19F70 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 112 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.37 |
| HSL | 57.55º | 0.21% | 0.54% | - |
| HSV(B) | 57.55º | 0.3% | 0.63% | - |
| XYZ | 30.02 | 33.54 | 20.22 | - |
| YUV | 154.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 112 | 0 | 0.01 | 0.30 | 0.37 | 57.55 | 0.21 | 0.54 |
| Hex | A1 | 9F | 70 | 0 | 1 | 1E | 25 | 3A | 15 | 36 |
| Octal | 241 | 237 | 160 | 0 | 1 | 36 | 45 | 72 | 25 | 66 |
| Binary | 10100001 | 10011111 | 1110000 | 0 | 1 | 11110 | 100101 | 111010 | 10101 | 110110 |
Color Harmonies of #A19F70
Complementary color
Monochromatic Colors of #A19F70
Black with #A19F70
Text Example
Text Example
White with #A19F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F70; }
p { color: rgb(161,159,112); }
H1.HeaderClassName
{
color: #A19F70;
}
.AnyTagClassName
{
color: #A19F70;
}
</style>
background-color css
<style>
a { background-color: #A19F70; }
a { background-color: rgb(161,159,112); }
div.DivClassName
{
background-color: #A19F70;
}
.BgClassName
{
background-color: #A19F70;
}
</style>
border-color css
<style>
span { border-color: #A19F70; }
span { border-color: rgb(161,159,112); }
td.TdClassName
{
border-color: #A19F70;
}
.TagClassName
{
border-color: #A19F70;
}
</style>