Shades of Earls Green #AEAC2C
Tints of Earls Green #AEAC2C
RGB
CMYK
RGB Variations
Color information
#AEAC2C (or 0xAEAC2C) is known color: Earls Green. HEX triplet: AE, AC and 2C. RGB value is (174,172,44). Sum of RGB (Red+Green+Blue) = 174+172+44=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC2C is #5153D3. Grayscale: #9E9E9E. Windows color (decimal): -5329876 or 2927790. OLE color: 2927790.
HSL color Cylindrical-coordinate representation of color #AEAC2C: hue angle of 59.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEAC2C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 44 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.32 |
| HSL | 59.08º | 0.6% | 0.43% | - |
| HSV(B) | 59.08º | 0.75% | 0.68% | - |
| XYZ | 32.66 | 38.69 | 8.13 | - |
| YUV | 158.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 44 | 0 | 0.01 | 0.75 | 0.32 | 59.08 | 0.6 | 0.43 |
| Hex | AE | AC | 2C | 0 | 1 | 4B | 20 | 3B | 3C | 2B |
| Octal | 256 | 254 | 54 | 0 | 1 | 113 | 40 | 73 | 74 | 53 |
| Binary | 10101110 | 10101100 | 101100 | 0 | 1 | 1001011 | 100000 | 111011 | 111100 | 101011 |
Color Harmonies of #AEAC2C
Complementary color
Monochromatic Colors of #AEAC2C
Black with #AEAC2C
Text Example
Text Example
White with #AEAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC2C; }
p { color: rgb(174,172,44); }
H1.HeaderClassName
{
color: #AEAC2C;
}
.AnyTagClassName
{
color: #AEAC2C;
}
</style>
background-color css
<style>
a { background-color: #AEAC2C; }
a { background-color: rgb(174,172,44); }
div.DivClassName
{
background-color: #AEAC2C;
}
.BgClassName
{
background-color: #AEAC2C;
}
</style>
border-color css
<style>
span { border-color: #AEAC2C; }
span { border-color: rgb(174,172,44); }
td.TdClassName
{
border-color: #AEAC2C;
}
.TagClassName
{
border-color: #AEAC2C;
}
</style>