Shades of Earls Green #AEAC11
Tints of Earls Green #AEAC11
RGB
CMYK
RGB Variations
Color information
#AEAC11 (or 0xAEAC11) is known color: Earls Green. HEX triplet: AE, AC and 11. RGB value is (174,172,17). Sum of RGB (Red+Green+Blue) = 174+172+17=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC11 is #5153EE. Grayscale: #9B9B9B. Windows color (decimal): -5329903 or 1158318. OLE color: 1158318.
HSL color Cylindrical-coordinate representation of color #AEAC11: hue angle of 59.24º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEAC11 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 17 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.32 |
| HSL | 59.24º | 0.82% | 0.37% | - |
| HSV(B) | 59.24º | 0.9% | 0.68% | - |
| XYZ | 32.31 | 38.54 | 6.27 | - |
| YUV | 154.93 | 50.16 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 17 | 0 | 0.01 | 0.90 | 0.32 | 59.24 | 0.82 | 0.37 |
| Hex | AE | AC | 11 | 0 | 1 | 5A | 20 | 3B | 52 | 25 |
| Octal | 256 | 254 | 21 | 0 | 1 | 132 | 40 | 73 | 122 | 45 |
| Binary | 10101110 | 10101100 | 10001 | 0 | 1 | 1011010 | 100000 | 111011 | 1010010 | 100101 |
Color Harmonies of #AEAC11
Complementary color
Monochromatic Colors of #AEAC11
Black with #AEAC11
Text Example
Text Example
White with #AEAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC11; }
p { color: rgb(174,172,17); }
H1.HeaderClassName
{
color: #AEAC11;
}
.AnyTagClassName
{
color: #AEAC11;
}
</style>
background-color css
<style>
a { background-color: #AEAC11; }
a { background-color: rgb(174,172,17); }
div.DivClassName
{
background-color: #AEAC11;
}
.BgClassName
{
background-color: #AEAC11;
}
</style>
border-color css
<style>
span { border-color: #AEAC11; }
span { border-color: rgb(174,172,17); }
td.TdClassName
{
border-color: #AEAC11;
}
.TagClassName
{
border-color: #AEAC11;
}
</style>