Shades of Malachite Green #A19C61
Tints of Malachite Green #A19C61
RGB
CMYK
RGB Variations
Color information
#A19C61 (or 0xA19C61) is known color: Malachite Green. HEX triplet: A1, 9C and 61. RGB value is (161,156,97). Sum of RGB (Red+Green+Blue) = 161+156+97=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C61 is #5E639E. Grayscale: #979797. Windows color (decimal): -6185887 or 6397089. OLE color: 6397089.
HSL color Cylindrical-coordinate representation of color #A19C61: hue angle of 55.31º 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 #A19C61 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 97 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.37 |
| HSL | 55.31º | 0.25% | 0.51% | - |
| HSV(B) | 55.31º | 0.4% | 0.63% | - |
| XYZ | 28.74 | 32.22 | 16.01 | - |
| YUV | 150.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 97 | 0 | 0.03 | 0.40 | 0.37 | 55.31 | 0.25 | 0.51 |
| Hex | A1 | 9C | 61 | 0 | 3 | 28 | 25 | 37 | 19 | 33 |
| Octal | 241 | 234 | 141 | 0 | 3 | 50 | 45 | 67 | 31 | 63 |
| Binary | 10100001 | 10011100 | 1100001 | 0 | 11 | 101000 | 100101 | 110111 | 11001 | 110011 |
Color Harmonies of #A19C61
Complementary color
Monochromatic Colors of #A19C61
Black with #A19C61
Text Example
Text Example
White with #A19C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C61; }
p { color: rgb(161,156,97); }
H1.HeaderClassName
{
color: #A19C61;
}
.AnyTagClassName
{
color: #A19C61;
}
</style>
background-color css
<style>
a { background-color: #A19C61; }
a { background-color: rgb(161,156,97); }
div.DivClassName
{
background-color: #A19C61;
}
.BgClassName
{
background-color: #A19C61;
}
</style>
border-color css
<style>
span { border-color: #A19C61; }
span { border-color: rgb(161,156,97); }
td.TdClassName
{
border-color: #A19C61;
}
.TagClassName
{
border-color: #A19C61;
}
</style>