Shades of Malachite Green #A09B61
Tints of Malachite Green #A09B61
RGB
CMYK
RGB Variations
Color information
#A09B61 (or 0xA09B61) is known color: Malachite Green. HEX triplet: A0, 9B and 61. RGB value is (160,155,97). Sum of RGB (Red+Green+Blue) = 160+155+97=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09B61 is #5F649E. Grayscale: #969696. Windows color (decimal): -6251679 or 6396832. OLE color: 6396832.
HSL color Cylindrical-coordinate representation of color #A09B61: hue angle of 55.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A09B61 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 97 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.37 |
| HSL | 55.24º | 0.25% | 0.5% | - |
| HSV(B) | 55.24º | 0.39% | 0.63% | - |
| XYZ | 28.38 | 31.78 | 15.95 | - |
| YUV | 149.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 97 | 0 | 0.03 | 0.39 | 0.37 | 55.24 | 0.25 | 0.5 |
| Hex | A0 | 9B | 61 | 0 | 3 | 27 | 25 | 37 | 19 | 32 |
| Octal | 240 | 233 | 141 | 0 | 3 | 47 | 45 | 67 | 31 | 62 |
| Binary | 10100000 | 10011011 | 1100001 | 0 | 11 | 100111 | 100101 | 110111 | 11001 | 110010 |
Color Harmonies of #A09B61
Complementary color
Monochromatic Colors of #A09B61
Black with #A09B61
Text Example
Text Example
White with #A09B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B61; }
p { color: rgb(160,155,97); }
H1.HeaderClassName
{
color: #A09B61;
}
.AnyTagClassName
{
color: #A09B61;
}
</style>
background-color css
<style>
a { background-color: #A09B61; }
a { background-color: rgb(160,155,97); }
div.DivClassName
{
background-color: #A09B61;
}
.BgClassName
{
background-color: #A09B61;
}
</style>
border-color css
<style>
span { border-color: #A09B61; }
span { border-color: rgb(160,155,97); }
td.TdClassName
{
border-color: #A09B61;
}
.TagClassName
{
border-color: #A09B61;
}
</style>