Shades of Malachite Green #A09C6C
Tints of Malachite Green #A09C6C
RGB
CMYK
RGB Variations
Color information
#A09C6C (or 0xA09C6C) is known color: Malachite Green. HEX triplet: A0, 9C and 6C. RGB value is (160,156,108). Sum of RGB (Red+Green+Blue) = 160+156+108=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C6C is #5F6393. Grayscale: #979797. Windows color (decimal): -6251412 or 7117984. OLE color: 7117984.
HSL color Cylindrical-coordinate representation of color #A09C6C: hue angle of 55.38º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A09C6C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 108 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.37 |
| HSL | 55.38º | 0.21% | 0.53% | - |
| HSV(B) | 55.38º | 0.33% | 0.63% | - |
| XYZ | 29.09 | 32.33 | 18.89 | - |
| YUV | 151.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 108 | 0 | 0.02 | 0.32 | 0.37 | 55.38 | 0.21 | 0.53 |
| Hex | A0 | 9C | 6C | 0 | 2 | 20 | 25 | 37 | 15 | 35 |
| Octal | 240 | 234 | 154 | 0 | 2 | 40 | 45 | 67 | 25 | 65 |
| Binary | 10100000 | 10011100 | 1101100 | 0 | 10 | 100000 | 100101 | 110111 | 10101 | 110101 |
Color Harmonies of #A09C6C
Complementary color
Monochromatic Colors of #A09C6C
Black with #A09C6C
Text Example
Text Example
White with #A09C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C6C; }
p { color: rgb(160,156,108); }
H1.HeaderClassName
{
color: #A09C6C;
}
.AnyTagClassName
{
color: #A09C6C;
}
</style>
background-color css
<style>
a { background-color: #A09C6C; }
a { background-color: rgb(160,156,108); }
div.DivClassName
{
background-color: #A09C6C;
}
.BgClassName
{
background-color: #A09C6C;
}
</style>
border-color css
<style>
span { border-color: #A09C6C; }
span { border-color: rgb(160,156,108); }
td.TdClassName
{
border-color: #A09C6C;
}
.TagClassName
{
border-color: #A09C6C;
}
</style>