Shades of Malachite Green #A09C65
Tints of Malachite Green #A09C65
RGB
CMYK
RGB Variations
Color information
#A09C65 (or 0xA09C65) is known color: Malachite Green. HEX triplet: A0, 9C and 65. RGB value is (160,156,101). Sum of RGB (Red+Green+Blue) = 160+156+101=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C65 is #5F639A. Grayscale: #979797. Windows color (decimal): -6251419 or 6659232. OLE color: 6659232.
HSL color Cylindrical-coordinate representation of color #A09C65: hue angle of 55.93º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09C65 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 101 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.37 |
| HSL | 55.93º | 0.24% | 0.51% | - |
| HSV(B) | 55.93º | 0.37% | 0.63% | - |
| XYZ | 28.73 | 32.19 | 17.01 | - |
| YUV | 150.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 101 | 0 | 0.02 | 0.37 | 0.37 | 55.93 | 0.24 | 0.51 |
| Hex | A0 | 9C | 65 | 0 | 2 | 25 | 25 | 38 | 18 | 33 |
| Octal | 240 | 234 | 145 | 0 | 2 | 45 | 45 | 70 | 30 | 63 |
| Binary | 10100000 | 10011100 | 1100101 | 0 | 10 | 100101 | 100101 | 111000 | 11000 | 110011 |
Color Harmonies of #A09C65
Complementary color
Monochromatic Colors of #A09C65
Black with #A09C65
Text Example
Text Example
White with #A09C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C65; }
p { color: rgb(160,156,101); }
H1.HeaderClassName
{
color: #A09C65;
}
.AnyTagClassName
{
color: #A09C65;
}
</style>
background-color css
<style>
a { background-color: #A09C65; }
a { background-color: rgb(160,156,101); }
div.DivClassName
{
background-color: #A09C65;
}
.BgClassName
{
background-color: #A09C65;
}
</style>
border-color css
<style>
span { border-color: #A09C65; }
span { border-color: rgb(160,156,101); }
td.TdClassName
{
border-color: #A09C65;
}
.TagClassName
{
border-color: #A09C65;
}
</style>