Shades of Earls Green #AAAE29
Tints of Earls Green #AAAE29
RGB
CMYK
RGB Variations
Color information
#AAAE29 (or 0xAAAE29) is known color: Earls Green. HEX triplet: AA, AE and 29. RGB value is (170,174,41). Sum of RGB (Red+Green+Blue) = 170+174+41=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE29 is #5551D6. Grayscale: #9E9E9E. Windows color (decimal): -5591511 or 2731690. OLE color: 2731690.
HSL color Cylindrical-coordinate representation of color #AAAE29: hue angle of 61.8º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAAE29 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 41 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.32 |
| HSL | 61.8º | 0.62% | 0.42% | - |
| HSV(B) | 61.8º | 0.76% | 0.68% | - |
| XYZ | 32.11 | 38.98 | 7.93 | - |
| YUV | 157.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 41 | 0.02 | 0 | 0.76 | 0.32 | 61.8 | 0.62 | 0.42 |
| Hex | AA | AE | 29 | 2 | 0 | 4C | 20 | 3E | 3E | 2A |
| Octal | 252 | 256 | 51 | 2 | 0 | 114 | 40 | 76 | 76 | 52 |
| Binary | 10101010 | 10101110 | 101001 | 10 | 0 | 1001100 | 100000 | 111110 | 111110 | 101010 |
Color Harmonies of #AAAE29
Complementary color
Monochromatic Colors of #AAAE29
Black with #AAAE29
Text Example
Text Example
White with #AAAE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE29; }
p { color: rgb(170,174,41); }
H1.HeaderClassName
{
color: #AAAE29;
}
.AnyTagClassName
{
color: #AAAE29;
}
</style>
background-color css
<style>
a { background-color: #AAAE29; }
a { background-color: rgb(170,174,41); }
div.DivClassName
{
background-color: #AAAE29;
}
.BgClassName
{
background-color: #AAAE29;
}
</style>
border-color css
<style>
span { border-color: #AAAE29; }
span { border-color: rgb(170,174,41); }
td.TdClassName
{
border-color: #AAAE29;
}
.TagClassName
{
border-color: #AAAE29;
}
</style>