Shades of Malachite Green #A6A067
Tints of Malachite Green #A6A067
RGB
CMYK
RGB Variations
Color information
#A6A067 (or 0xA6A067) is known color: Malachite Green. HEX triplet: A6, A0 and 67. RGB value is (166,160,103). Sum of RGB (Red+Green+Blue) = 166+160+103=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A067 is #595F98. Grayscale: #9B9B9B. Windows color (decimal): -5857177 or 6791334. OLE color: 6791334.
HSL color Cylindrical-coordinate representation of color #A6A067: hue angle of 54.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6A067 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 103 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.35 |
| HSL | 54.29º | 0.26% | 0.53% | - |
| HSV(B) | 54.29º | 0.38% | 0.65% | - |
| XYZ | 30.74 | 34.23 | 17.82 | - |
| YUV | 155.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 103 | 0 | 0.04 | 0.38 | 0.35 | 54.29 | 0.26 | 0.53 |
| Hex | A6 | A0 | 67 | 0 | 4 | 26 | 23 | 36 | 1A | 35 |
| Octal | 246 | 240 | 147 | 0 | 4 | 46 | 43 | 66 | 32 | 65 |
| Binary | 10100110 | 10100000 | 1100111 | 0 | 100 | 100110 | 100011 | 110110 | 11010 | 110101 |
Color Harmonies of #A6A067
Complementary color
Monochromatic Colors of #A6A067
Black with #A6A067
Text Example
Text Example
White with #A6A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A067; }
p { color: rgb(166,160,103); }
H1.HeaderClassName
{
color: #A6A067;
}
.AnyTagClassName
{
color: #A6A067;
}
</style>
background-color css
<style>
a { background-color: #A6A067; }
a { background-color: rgb(166,160,103); }
div.DivClassName
{
background-color: #A6A067;
}
.BgClassName
{
background-color: #A6A067;
}
</style>
border-color css
<style>
span { border-color: #A6A067; }
span { border-color: rgb(166,160,103); }
td.TdClassName
{
border-color: #A6A067;
}
.TagClassName
{
border-color: #A6A067;
}
</style>