Shades of Earls Green #AEAB1C
Tints of Earls Green #AEAB1C
RGB
CMYK
RGB Variations
Color information
#AEAB1C (or 0xAEAB1C) is known color: Earls Green. HEX triplet: AE, AB and 1C. RGB value is (174,171,28). Sum of RGB (Red+Green+Blue) = 174+171+28=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB1C is #5154E3. Grayscale: #9C9C9C. Windows color (decimal): -5330148 or 1878958. OLE color: 1878958.
HSL color Cylindrical-coordinate representation of color #AEAB1C: hue angle of 58.77º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEAB1C is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 28 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.32 |
| HSL | 58.77º | 0.72% | 0.4% | - |
| HSV(B) | 58.77º | 0.84% | 0.68% | - |
| XYZ | 32.23 | 38.21 | 6.77 | - |
| YUV | 155.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 28 | 0 | 0.02 | 0.84 | 0.32 | 58.77 | 0.72 | 0.4 |
| Hex | AE | AB | 1C | 0 | 2 | 54 | 20 | 3B | 48 | 28 |
| Octal | 256 | 253 | 34 | 0 | 2 | 124 | 40 | 73 | 110 | 50 |
| Binary | 10101110 | 10101011 | 11100 | 0 | 10 | 1010100 | 100000 | 111011 | 1001000 | 101000 |
Color Harmonies of #AEAB1C
Complementary color
Monochromatic Colors of #AEAB1C
Black with #AEAB1C
Text Example
Text Example
White with #AEAB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB1C; }
p { color: rgb(174,171,28); }
H1.HeaderClassName
{
color: #AEAB1C;
}
.AnyTagClassName
{
color: #AEAB1C;
}
</style>
background-color css
<style>
a { background-color: #AEAB1C; }
a { background-color: rgb(174,171,28); }
div.DivClassName
{
background-color: #AEAB1C;
}
.BgClassName
{
background-color: #AEAB1C;
}
</style>
border-color css
<style>
span { border-color: #AEAB1C; }
span { border-color: rgb(174,171,28); }
td.TdClassName
{
border-color: #AEAB1C;
}
.TagClassName
{
border-color: #AEAB1C;
}
</style>