Shades of Earls Green #AEAC2A
Tints of Earls Green #AEAC2A
RGB
CMYK
RGB Variations
Color information
#AEAC2A (or 0xAEAC2A) is known color: Earls Green. HEX triplet: AE, AC and 2A. RGB value is (174,172,42). Sum of RGB (Red+Green+Blue) = 174+172+42=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC2A is #5153D5. Grayscale: #9E9E9E. Windows color (decimal): -5329878 or 2796718. OLE color: 2796718.
HSL color Cylindrical-coordinate representation of color #AEAC2A: hue angle of 59.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEAC2A is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 42 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.32 |
| HSL | 59.09º | 0.61% | 0.42% | - |
| HSV(B) | 59.09º | 0.76% | 0.68% | - |
| XYZ | 32.63 | 38.67 | 7.94 | - |
| YUV | 157.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 42 | 0 | 0.01 | 0.76 | 0.32 | 59.09 | 0.61 | 0.42 |
| Hex | AE | AC | 2A | 0 | 1 | 4C | 20 | 3B | 3D | 2A |
| Octal | 256 | 254 | 52 | 0 | 1 | 114 | 40 | 73 | 75 | 52 |
| Binary | 10101110 | 10101100 | 101010 | 0 | 1 | 1001100 | 100000 | 111011 | 111101 | 101010 |
Color Harmonies of #AEAC2A
Complementary color
Monochromatic Colors of #AEAC2A
Black with #AEAC2A
Text Example
Text Example
White with #AEAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC2A; }
p { color: rgb(174,172,42); }
H1.HeaderClassName
{
color: #AEAC2A;
}
.AnyTagClassName
{
color: #AEAC2A;
}
</style>
background-color css
<style>
a { background-color: #AEAC2A; }
a { background-color: rgb(174,172,42); }
div.DivClassName
{
background-color: #AEAC2A;
}
.BgClassName
{
background-color: #AEAC2A;
}
</style>
border-color css
<style>
span { border-color: #AEAC2A; }
span { border-color: rgb(174,172,42); }
td.TdClassName
{
border-color: #AEAC2A;
}
.TagClassName
{
border-color: #AEAC2A;
}
</style>