Shades of Earls Green #AEAC2E
Tints of Earls Green #AEAC2E
RGB
CMYK
RGB Variations
Color information
#AEAC2E (or 0xAEAC2E) is known color: Earls Green. HEX triplet: AE, AC and 2E. RGB value is (174,172,46). Sum of RGB (Red+Green+Blue) = 174+172+46=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC2E is #5153D1. Grayscale: #9E9E9E. Windows color (decimal): -5329874 or 3058862. OLE color: 3058862.
HSL color Cylindrical-coordinate representation of color #AEAC2E: hue angle of 59.06º degrees, saturation: 0.58, 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 #AEAC2E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 46 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.32 |
| HSL | 59.06º | 0.58% | 0.43% | - |
| HSV(B) | 59.06º | 0.74% | 0.68% | - |
| XYZ | 32.7 | 38.7 | 8.33 | - |
| YUV | 158.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 46 | 0 | 0.01 | 0.74 | 0.32 | 59.06 | 0.58 | 0.43 |
| Hex | AE | AC | 2E | 0 | 1 | 4A | 20 | 3B | 3A | 2B |
| Octal | 256 | 254 | 56 | 0 | 1 | 112 | 40 | 73 | 72 | 53 |
| Binary | 10101110 | 10101100 | 101110 | 0 | 1 | 1001010 | 100000 | 111011 | 111010 | 101011 |
Color Harmonies of #AEAC2E
Complementary color
Monochromatic Colors of #AEAC2E
Black with #AEAC2E
Text Example
Text Example
White with #AEAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC2E; }
p { color: rgb(174,172,46); }
H1.HeaderClassName
{
color: #AEAC2E;
}
.AnyTagClassName
{
color: #AEAC2E;
}
</style>
background-color css
<style>
a { background-color: #AEAC2E; }
a { background-color: rgb(174,172,46); }
div.DivClassName
{
background-color: #AEAC2E;
}
.BgClassName
{
background-color: #AEAC2E;
}
</style>
border-color css
<style>
span { border-color: #AEAC2E; }
span { border-color: rgb(174,172,46); }
td.TdClassName
{
border-color: #AEAC2E;
}
.TagClassName
{
border-color: #AEAC2E;
}
</style>