Shades of Earls Green #AAAA2E
Tints of Earls Green #AAAA2E
RGB
CMYK
RGB Variations
Color information
#AAAA2E (or 0xAAAA2E) is known color: Earls Green. HEX triplet: AA, AA and 2E. RGB value is (170,170,46). Sum of RGB (Red+Green+Blue) = 170+170+46=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA2E is #5555D1. Grayscale: #9C9C9C. Windows color (decimal): -5592530 or 3058346. OLE color: 3058346.
HSL color Cylindrical-coordinate representation of color #AAAA2E: hue angle of 60º 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 #AAAA2E is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 46 | - |
| CMYK | 0 | 0 | 0.73 | 0.33 |
| HSL | 60º | 0.57% | 0.42% | - |
| HSV(B) | 60º | 0.73% | 0.67% | - |
| XYZ | 31.45 | 37.49 | 8.16 | - |
| YUV | 155.86 | 66 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 46 | 0 | 0 | 0.73 | 0.33 | 60 | 0.57 | 0.42 |
| Hex | AA | AA | 2E | 0 | 0 | 49 | 21 | 3C | 39 | 2A |
| Octal | 252 | 252 | 56 | 0 | 0 | 111 | 41 | 74 | 71 | 52 |
| Binary | 10101010 | 10101010 | 101110 | 0 | 0 | 1001001 | 100001 | 111100 | 111001 | 101010 |
Color Harmonies of #AAAA2E
Complementary color
Monochromatic Colors of #AAAA2E
Black with #AAAA2E
Text Example
Text Example
White with #AAAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA2E; }
p { color: rgb(170,170,46); }
H1.HeaderClassName
{
color: #AAAA2E;
}
.AnyTagClassName
{
color: #AAAA2E;
}
</style>
background-color css
<style>
a { background-color: #AAAA2E; }
a { background-color: rgb(170,170,46); }
div.DivClassName
{
background-color: #AAAA2E;
}
.BgClassName
{
background-color: #AAAA2E;
}
</style>
border-color css
<style>
span { border-color: #AAAA2E; }
span { border-color: rgb(170,170,46); }
td.TdClassName
{
border-color: #AAAA2E;
}
.TagClassName
{
border-color: #AAAA2E;
}
</style>