Shades of Earls Green #AEAB1E
Tints of Earls Green #AEAB1E
RGB
CMYK
RGB Variations
Color information
#AEAB1E (or 0xAEAB1E) is known color: Earls Green. HEX triplet: AE, AB and 1E. RGB value is (174,171,30). Sum of RGB (Red+Green+Blue) = 174+171+30=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB1E is #5154E1. Grayscale: #9C9C9C. Windows color (decimal): -5330146 or 2010030. OLE color: 2010030.
HSL color Cylindrical-coordinate representation of color #AEAB1E: hue angle of 58.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEAB1E is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 30 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.32 |
| HSL | 58.75º | 0.71% | 0.4% | - |
| HSV(B) | 58.75º | 0.83% | 0.68% | - |
| XYZ | 32.25 | 38.22 | 6.91 | - |
| YUV | 155.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 30 | 0 | 0.02 | 0.83 | 0.32 | 58.75 | 0.71 | 0.4 |
| Hex | AE | AB | 1E | 0 | 2 | 53 | 20 | 3B | 47 | 28 |
| Octal | 256 | 253 | 36 | 0 | 2 | 123 | 40 | 73 | 107 | 50 |
| Binary | 10101110 | 10101011 | 11110 | 0 | 10 | 1010011 | 100000 | 111011 | 1000111 | 101000 |
Color Harmonies of #AEAB1E
Complementary color
Monochromatic Colors of #AEAB1E
Black with #AEAB1E
Text Example
Text Example
White with #AEAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB1E; }
p { color: rgb(174,171,30); }
H1.HeaderClassName
{
color: #AEAB1E;
}
.AnyTagClassName
{
color: #AEAB1E;
}
</style>
background-color css
<style>
a { background-color: #AEAB1E; }
a { background-color: rgb(174,171,30); }
div.DivClassName
{
background-color: #AEAB1E;
}
.BgClassName
{
background-color: #AEAB1E;
}
</style>
border-color css
<style>
span { border-color: #AEAB1E; }
span { border-color: rgb(174,171,30); }
td.TdClassName
{
border-color: #AEAB1E;
}
.TagClassName
{
border-color: #AEAB1E;
}
</style>