Shades of Malachite Green #A09B6B
Tints of Malachite Green #A09B6B
RGB
CMYK
RGB Variations
Color information
#A09B6B (or 0xA09B6B) is known color: Malachite Green. HEX triplet: A0, 9B and 6B. RGB value is (160,155,107). Sum of RGB (Red+Green+Blue) = 160+155+107=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09B6B is #5F6494. Grayscale: #979797. Windows color (decimal): -6251669 or 7052192. OLE color: 7052192.
HSL color Cylindrical-coordinate representation of color #A09B6B: hue angle of 54.34º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09B6B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 107 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.37 |
| HSL | 54.34º | 0.22% | 0.52% | - |
| HSV(B) | 54.34º | 0.33% | 0.63% | - |
| XYZ | 28.87 | 31.98 | 18.56 | - |
| YUV | 151.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 107 | 0 | 0.03 | 0.33 | 0.37 | 54.34 | 0.22 | 0.52 |
| Hex | A0 | 9B | 6B | 0 | 3 | 21 | 25 | 36 | 16 | 34 |
| Octal | 240 | 233 | 153 | 0 | 3 | 41 | 45 | 66 | 26 | 64 |
| Binary | 10100000 | 10011011 | 1101011 | 0 | 11 | 100001 | 100101 | 110110 | 10110 | 110100 |
Color Harmonies of #A09B6B
Complementary color
Monochromatic Colors of #A09B6B
Black with #A09B6B
Text Example
Text Example
White with #A09B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B6B; }
p { color: rgb(160,155,107); }
H1.HeaderClassName
{
color: #A09B6B;
}
.AnyTagClassName
{
color: #A09B6B;
}
</style>
background-color css
<style>
a { background-color: #A09B6B; }
a { background-color: rgb(160,155,107); }
div.DivClassName
{
background-color: #A09B6B;
}
.BgClassName
{
background-color: #A09B6B;
}
</style>
border-color css
<style>
span { border-color: #A09B6B; }
span { border-color: rgb(160,155,107); }
td.TdClassName
{
border-color: #A09B6B;
}
.TagClassName
{
border-color: #A09B6B;
}
</style>