Shades of Earls Green #A6AC2A
Tints of Earls Green #A6AC2A
RGB
CMYK
RGB Variations
Color information
#A6AC2A (or 0xA6AC2A) is known color: Earls Green. HEX triplet: A6, AC and 2A. RGB value is (166,172,42). Sum of RGB (Red+Green+Blue) = 166+172+42=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AC2A is #5953D5. Grayscale: #9B9B9B. Windows color (decimal): -5854166 or 2796710. OLE color: 2796710.
HSL color Cylindrical-coordinate representation of color #A6AC2A: hue angle of 62.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6AC2A is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 172 | 42 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.33 |
| HSL | 62.77º | 0.61% | 0.42% | - |
| HSV(B) | 62.77º | 0.76% | 0.67% | - |
| XYZ | 30.9 | 37.78 | 7.85 | - |
| YUV | 155.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 42 | 0.03 | 0 | 0.76 | 0.33 | 62.77 | 0.61 | 0.42 |
| Hex | A6 | AC | 2A | 3 | 0 | 4C | 21 | 3F | 3D | 2A |
| Octal | 246 | 254 | 52 | 3 | 0 | 114 | 41 | 77 | 75 | 52 |
| Binary | 10100110 | 10101100 | 101010 | 11 | 0 | 1001100 | 100001 | 111111 | 111101 | 101010 |
Color Harmonies of #A6AC2A
Complementary color
Monochromatic Colors of #A6AC2A
Black with #A6AC2A
Text Example
Text Example
White with #A6AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AC2A; }
p { color: rgb(166,172,42); }
H1.HeaderClassName
{
color: #A6AC2A;
}
.AnyTagClassName
{
color: #A6AC2A;
}
</style>
background-color css
<style>
a { background-color: #A6AC2A; }
a { background-color: rgb(166,172,42); }
div.DivClassName
{
background-color: #A6AC2A;
}
.BgClassName
{
background-color: #A6AC2A;
}
</style>
border-color css
<style>
span { border-color: #A6AC2A; }
span { border-color: rgb(166,172,42); }
td.TdClassName
{
border-color: #A6AC2A;
}
.TagClassName
{
border-color: #A6AC2A;
}
</style>