Shades of Malachite Green #A19A61
Tints of Malachite Green #A19A61
RGB
CMYK
RGB Variations
Color information
#A19A61 (or 0xA19A61) is known color: Malachite Green. HEX triplet: A1, 9A and 61. RGB value is (161,154,97). Sum of RGB (Red+Green+Blue) = 161+154+97=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A61 is #5E659E. Grayscale: #959595. Windows color (decimal): -6186399 or 6396577. OLE color: 6396577.
HSL color Cylindrical-coordinate representation of color #A19A61: hue angle of 53.44º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A19A61 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 97 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.37 |
| HSL | 53.44º | 0.25% | 0.51% | - |
| HSV(B) | 53.44º | 0.4% | 0.63% | - |
| XYZ | 28.41 | 31.55 | 15.9 | - |
| YUV | 149.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 97 | 0 | 0.04 | 0.40 | 0.37 | 53.44 | 0.25 | 0.51 |
| Hex | A1 | 9A | 61 | 0 | 4 | 28 | 25 | 35 | 19 | 33 |
| Octal | 241 | 232 | 141 | 0 | 4 | 50 | 45 | 65 | 31 | 63 |
| Binary | 10100001 | 10011010 | 1100001 | 0 | 100 | 101000 | 100101 | 110101 | 11001 | 110011 |
Color Harmonies of #A19A61
Complementary color
Monochromatic Colors of #A19A61
Black with #A19A61
Text Example
Text Example
White with #A19A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A61; }
p { color: rgb(161,154,97); }
H1.HeaderClassName
{
color: #A19A61;
}
.AnyTagClassName
{
color: #A19A61;
}
</style>
background-color css
<style>
a { background-color: #A19A61; }
a { background-color: rgb(161,154,97); }
div.DivClassName
{
background-color: #A19A61;
}
.BgClassName
{
background-color: #A19A61;
}
</style>
border-color css
<style>
span { border-color: #A19A61; }
span { border-color: rgb(161,154,97); }
td.TdClassName
{
border-color: #A19A61;
}
.TagClassName
{
border-color: #A19A61;
}
</style>