Shades of Earls Green #AAA22E
Tints of Earls Green #AAA22E
RGB
CMYK
RGB Variations
Color information
#AAA22E (or 0xAAA22E) is known color: Earls Green. HEX triplet: AA, A2 and 2E. RGB value is (170,162,46). Sum of RGB (Red+Green+Blue) = 170+162+46=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA22E is #555DD1. Grayscale: #979797. Windows color (decimal): -5594578 or 3056298. OLE color: 3056298.
HSL color Cylindrical-coordinate representation of color #AAA22E: hue angle of 56.13º 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 #AAA22E is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 46 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.33 |
| HSL | 56.13º | 0.57% | 0.42% | - |
| HSV(B) | 56.13º | 0.73% | 0.67% | - |
| XYZ | 29.99 | 34.58 | 7.68 | - |
| YUV | 151.17 | 68.65 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 46 | 0 | 0.05 | 0.73 | 0.33 | 56.13 | 0.57 | 0.42 |
| Hex | AA | A2 | 2E | 0 | 5 | 49 | 21 | 38 | 39 | 2A |
| Octal | 252 | 242 | 56 | 0 | 5 | 111 | 41 | 70 | 71 | 52 |
| Binary | 10101010 | 10100010 | 101110 | 0 | 101 | 1001001 | 100001 | 111000 | 111001 | 101010 |
Color Harmonies of #AAA22E
Complementary color
Monochromatic Colors of #AAA22E
Black with #AAA22E
Text Example
Text Example
White with #AAA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA22E; }
p { color: rgb(170,162,46); }
H1.HeaderClassName
{
color: #AAA22E;
}
.AnyTagClassName
{
color: #AAA22E;
}
</style>
background-color css
<style>
a { background-color: #AAA22E; }
a { background-color: rgb(170,162,46); }
div.DivClassName
{
background-color: #AAA22E;
}
.BgClassName
{
background-color: #AAA22E;
}
</style>
border-color css
<style>
span { border-color: #AAA22E; }
span { border-color: rgb(170,162,46); }
td.TdClassName
{
border-color: #AAA22E;
}
.TagClassName
{
border-color: #AAA22E;
}
</style>