Shades of Earls Green #AEA52D
Tints of Earls Green #AEA52D
RGB
CMYK
RGB Variations
Color information
#AEA52D (or 0xAEA52D) is known color: Earls Green. HEX triplet: AE, A5 and 2D. RGB value is (174,165,45). Sum of RGB (Red+Green+Blue) = 174+165+45=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA52D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA52D is #515AD2. Grayscale: #9A9A9A. Windows color (decimal): -5331667 or 2991534. OLE color: 2991534.
HSL color Cylindrical-coordinate representation of color #AEA52D: hue angle of 55.81º 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 #AEA52D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 45 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.32 |
| HSL | 55.81º | 0.59% | 0.43% | - |
| HSV(B) | 55.81º | 0.74% | 0.68% | - |
| XYZ | 31.38 | 36.1 | 7.8 | - |
| YUV | 154.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 45 | 0 | 0.05 | 0.74 | 0.32 | 55.81 | 0.59 | 0.43 |
| Hex | AE | A5 | 2D | 0 | 5 | 4A | 20 | 38 | 3B | 2B |
| Octal | 256 | 245 | 55 | 0 | 5 | 112 | 40 | 70 | 73 | 53 |
| Binary | 10101110 | 10100101 | 101101 | 0 | 101 | 1001010 | 100000 | 111000 | 111011 | 101011 |
Color Harmonies of #AEA52D
Complementary color
Monochromatic Colors of #AEA52D
Black with #AEA52D
Text Example
Text Example
White with #AEA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA52D; }
p { color: rgb(174,165,45); }
H1.HeaderClassName
{
color: #AEA52D;
}
.AnyTagClassName
{
color: #AEA52D;
}
</style>
background-color css
<style>
a { background-color: #AEA52D; }
a { background-color: rgb(174,165,45); }
div.DivClassName
{
background-color: #AEA52D;
}
.BgClassName
{
background-color: #AEA52D;
}
</style>
border-color css
<style>
span { border-color: #AEA52D; }
span { border-color: rgb(174,165,45); }
td.TdClassName
{
border-color: #AEA52D;
}
.TagClassName
{
border-color: #AEA52D;
}
</style>