Shades of Earls Green #AEAC21
Tints of Earls Green #AEAC21
RGB
CMYK
RGB Variations
Color information
#AEAC21 (or 0xAEAC21) is known color: Earls Green. HEX triplet: AE, AC and 21. RGB value is (174,172,33). Sum of RGB (Red+Green+Blue) = 174+172+33=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC21 is #5153DE. Grayscale: #9D9D9D. Windows color (decimal): -5329887 or 2206894. OLE color: 2206894.
HSL color Cylindrical-coordinate representation of color #AEAC21: hue angle of 59.15º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEAC21 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 33 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.32 |
| HSL | 59.15º | 0.68% | 0.41% | - |
| HSV(B) | 59.15º | 0.81% | 0.68% | - |
| XYZ | 32.48 | 38.61 | 7.18 | - |
| YUV | 156.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 33 | 0 | 0.01 | 0.81 | 0.32 | 59.15 | 0.68 | 0.41 |
| Hex | AE | AC | 21 | 0 | 1 | 51 | 20 | 3B | 44 | 29 |
| Octal | 256 | 254 | 41 | 0 | 1 | 121 | 40 | 73 | 104 | 51 |
| Binary | 10101110 | 10101100 | 100001 | 0 | 1 | 1010001 | 100000 | 111011 | 1000100 | 101001 |
Color Harmonies of #AEAC21
Complementary color
Monochromatic Colors of #AEAC21
Black with #AEAC21
Text Example
Text Example
White with #AEAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC21; }
p { color: rgb(174,172,33); }
H1.HeaderClassName
{
color: #AEAC21;
}
.AnyTagClassName
{
color: #AEAC21;
}
</style>
background-color css
<style>
a { background-color: #AEAC21; }
a { background-color: rgb(174,172,33); }
div.DivClassName
{
background-color: #AEAC21;
}
.BgClassName
{
background-color: #AEAC21;
}
</style>
border-color css
<style>
span { border-color: #AEAC21; }
span { border-color: rgb(174,172,33); }
td.TdClassName
{
border-color: #AEAC21;
}
.TagClassName
{
border-color: #AEAC21;
}
</style>