Shades of Earls Green #AEA02D
Tints of Earls Green #AEA02D
RGB
CMYK
RGB Variations
Color information
#AEA02D (or 0xAEA02D) is known color: Earls Green. HEX triplet: AE, A0 and 2D. RGB value is (174,160,45). Sum of RGB (Red+Green+Blue) = 174+160+45=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA02D is #515FD2. Grayscale: #979797. Windows color (decimal): -5332947 or 2990254. OLE color: 2990254.
HSL color Cylindrical-coordinate representation of color #AEA02D: hue angle of 53.49º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEA02D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 45 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.32 |
| HSL | 53.49º | 0.59% | 0.43% | - |
| HSV(B) | 53.49º | 0.74% | 0.68% | - |
| XYZ | 30.5 | 34.33 | 7.5 | - |
| YUV | 151.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 45 | 0 | 0.08 | 0.74 | 0.32 | 53.49 | 0.59 | 0.43 |
| Hex | AE | A0 | 2D | 0 | 8 | 4A | 20 | 35 | 3B | 2B |
| Octal | 256 | 240 | 55 | 0 | 10 | 112 | 40 | 65 | 73 | 53 |
| Binary | 10101110 | 10100000 | 101101 | 0 | 1000 | 1001010 | 100000 | 110101 | 111011 | 101011 |
Color Harmonies of #AEA02D
Complementary color
Monochromatic Colors of #AEA02D
Black with #AEA02D
Text Example
Text Example
White with #AEA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA02D; }
p { color: rgb(174,160,45); }
H1.HeaderClassName
{
color: #AEA02D;
}
.AnyTagClassName
{
color: #AEA02D;
}
</style>
background-color css
<style>
a { background-color: #AEA02D; }
a { background-color: rgb(174,160,45); }
div.DivClassName
{
background-color: #AEA02D;
}
.BgClassName
{
background-color: #AEA02D;
}
</style>
border-color css
<style>
span { border-color: #AEA02D; }
span { border-color: rgb(174,160,45); }
td.TdClassName
{
border-color: #AEA02D;
}
.TagClassName
{
border-color: #AEA02D;
}
</style>