Shades of Earls Green #AEAB29
Tints of Earls Green #AEAB29
RGB
CMYK
RGB Variations
Color information
#AEAB29 (or 0xAEAB29) is known color: Earls Green. HEX triplet: AE, AB and 29. RGB value is (174,171,41). Sum of RGB (Red+Green+Blue) = 174+171+41=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB29 is #5154D6. Grayscale: #9D9D9D. Windows color (decimal): -5330135 or 2730926. OLE color: 2730926.
HSL color Cylindrical-coordinate representation of color #AEAB29: hue angle of 58.65º 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 #AEAB29 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 41 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.32 |
| HSL | 58.65º | 0.62% | 0.42% | - |
| HSV(B) | 58.65º | 0.76% | 0.68% | - |
| XYZ | 32.42 | 38.28 | 7.78 | - |
| YUV | 157.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 41 | 0 | 0.02 | 0.76 | 0.32 | 58.65 | 0.62 | 0.42 |
| Hex | AE | AB | 29 | 0 | 2 | 4C | 20 | 3B | 3E | 2A |
| Octal | 256 | 253 | 51 | 0 | 2 | 114 | 40 | 73 | 76 | 52 |
| Binary | 10101110 | 10101011 | 101001 | 0 | 10 | 1001100 | 100000 | 111011 | 111110 | 101010 |
Color Harmonies of #AEAB29
Complementary color
Monochromatic Colors of #AEAB29
Black with #AEAB29
Text Example
Text Example
White with #AEAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB29; }
p { color: rgb(174,171,41); }
H1.HeaderClassName
{
color: #AEAB29;
}
.AnyTagClassName
{
color: #AEAB29;
}
</style>
background-color css
<style>
a { background-color: #AEAB29; }
a { background-color: rgb(174,171,41); }
div.DivClassName
{
background-color: #AEAB29;
}
.BgClassName
{
background-color: #AEAB29;
}
</style>
border-color css
<style>
span { border-color: #AEAB29; }
span { border-color: rgb(174,171,41); }
td.TdClassName
{
border-color: #AEAB29;
}
.TagClassName
{
border-color: #AEAB29;
}
</style>