Shades of Malachite Green #A09B6C
Tints of Malachite Green #A09B6C
RGB
CMYK
RGB Variations
Color information
#A09B6C (or 0xA09B6C) is known color: Malachite Green. HEX triplet: A0, 9B and 6C. RGB value is (160,155,108). Sum of RGB (Red+Green+Blue) = 160+155+108=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09B6C is #5F6493. Grayscale: #979797. Windows color (decimal): -6251668 or 7117728. OLE color: 7117728.
HSL color Cylindrical-coordinate representation of color #A09B6C: hue angle of 54.23º 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 #A09B6C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 108 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.37 |
| HSL | 54.23º | 0.21% | 0.53% | - |
| HSV(B) | 54.23º | 0.33% | 0.63% | - |
| XYZ | 28.93 | 32 | 18.84 | - |
| YUV | 151.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 108 | 0 | 0.03 | 0.32 | 0.37 | 54.23 | 0.21 | 0.53 |
| Hex | A0 | 9B | 6C | 0 | 3 | 20 | 25 | 36 | 15 | 35 |
| Octal | 240 | 233 | 154 | 0 | 3 | 40 | 45 | 66 | 25 | 65 |
| Binary | 10100000 | 10011011 | 1101100 | 0 | 11 | 100000 | 100101 | 110110 | 10101 | 110101 |
Color Harmonies of #A09B6C
Complementary color
Monochromatic Colors of #A09B6C
Black with #A09B6C
Text Example
Text Example
White with #A09B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B6C; }
p { color: rgb(160,155,108); }
H1.HeaderClassName
{
color: #A09B6C;
}
.AnyTagClassName
{
color: #A09B6C;
}
</style>
background-color css
<style>
a { background-color: #A09B6C; }
a { background-color: rgb(160,155,108); }
div.DivClassName
{
background-color: #A09B6C;
}
.BgClassName
{
background-color: #A09B6C;
}
</style>
border-color css
<style>
span { border-color: #A09B6C; }
span { border-color: rgb(160,155,108); }
td.TdClassName
{
border-color: #A09B6C;
}
.TagClassName
{
border-color: #A09B6C;
}
</style>