Shades of Earls Green #AAAC2E
Tints of Earls Green #AAAC2E
RGB
CMYK
RGB Variations
Color information
#AAAC2E (or 0xAAAC2E) is known color: Earls Green. HEX triplet: AA, AC and 2E. RGB value is (170,172,46). Sum of RGB (Red+Green+Blue) = 170+172+46=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC2E is #5553D1. Grayscale: #9D9D9D. Windows color (decimal): -5592018 or 3058858. OLE color: 3058858.
HSL color Cylindrical-coordinate representation of color #AAAC2E: hue angle of 60.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAAC2E is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 46 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.33 |
| HSL | 60.95º | 0.58% | 0.43% | - |
| HSV(B) | 60.95º | 0.73% | 0.67% | - |
| XYZ | 31.82 | 38.25 | 8.29 | - |
| YUV | 157.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 46 | 0.01 | 0 | 0.73 | 0.33 | 60.95 | 0.58 | 0.43 |
| Hex | AA | AC | 2E | 1 | 0 | 49 | 21 | 3D | 3A | 2B |
| Octal | 252 | 254 | 56 | 1 | 0 | 111 | 41 | 75 | 72 | 53 |
| Binary | 10101010 | 10101100 | 101110 | 1 | 0 | 1001001 | 100001 | 111101 | 111010 | 101011 |
Color Harmonies of #AAAC2E
Complementary color
Monochromatic Colors of #AAAC2E
Black with #AAAC2E
Text Example
Text Example
White with #AAAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC2E; }
p { color: rgb(170,172,46); }
H1.HeaderClassName
{
color: #AAAC2E;
}
.AnyTagClassName
{
color: #AAAC2E;
}
</style>
background-color css
<style>
a { background-color: #AAAC2E; }
a { background-color: rgb(170,172,46); }
div.DivClassName
{
background-color: #AAAC2E;
}
.BgClassName
{
background-color: #AAAC2E;
}
</style>
border-color css
<style>
span { border-color: #AAAC2E; }
span { border-color: rgb(170,172,46); }
td.TdClassName
{
border-color: #AAAC2E;
}
.TagClassName
{
border-color: #AAAC2E;
}
</style>