Shades of Earls Green #A8AA2E
Tints of Earls Green #A8AA2E
RGB
CMYK
RGB Variations
Color information
#A8AA2E (or 0xA8AA2E) is known color: Earls Green. HEX triplet: A8, AA and 2E. RGB value is (168,170,46). Sum of RGB (Red+Green+Blue) = 168+170+46=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA2E is #5755D1. Grayscale: #9B9B9B. Windows color (decimal): -5723602 or 3058344. OLE color: 3058344.
HSL color Cylindrical-coordinate representation of color #A8AA2E: hue angle of 60.97º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8AA2E is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 46 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.33 |
| HSL | 60.97º | 0.57% | 0.42% | - |
| HSV(B) | 60.97º | 0.73% | 0.67% | - |
| XYZ | 31.02 | 37.27 | 8.14 | - |
| YUV | 155.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 46 | 0.01 | 0 | 0.73 | 0.33 | 60.97 | 0.57 | 0.42 |
| Hex | A8 | AA | 2E | 1 | 0 | 49 | 21 | 3D | 39 | 2A |
| Octal | 250 | 252 | 56 | 1 | 0 | 111 | 41 | 75 | 71 | 52 |
| Binary | 10101000 | 10101010 | 101110 | 1 | 0 | 1001001 | 100001 | 111101 | 111001 | 101010 |
Color Harmonies of #A8AA2E
Complementary color
Monochromatic Colors of #A8AA2E
Black with #A8AA2E
Text Example
Text Example
White with #A8AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA2E; }
p { color: rgb(168,170,46); }
H1.HeaderClassName
{
color: #A8AA2E;
}
.AnyTagClassName
{
color: #A8AA2E;
}
</style>
background-color css
<style>
a { background-color: #A8AA2E; }
a { background-color: rgb(168,170,46); }
div.DivClassName
{
background-color: #A8AA2E;
}
.BgClassName
{
background-color: #A8AA2E;
}
</style>
border-color css
<style>
span { border-color: #A8AA2E; }
span { border-color: rgb(168,170,46); }
td.TdClassName
{
border-color: #A8AA2E;
}
.TagClassName
{
border-color: #A8AA2E;
}
</style>