Shades of Earls Green #AEAC26
Tints of Earls Green #AEAC26
RGB
CMYK
RGB Variations
Color information
#AEAC26 (or 0xAEAC26) is known color: Earls Green. HEX triplet: AE, AC and 26. RGB value is (174,172,38). Sum of RGB (Red+Green+Blue) = 174+172+38=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC26 is #5153D9. Grayscale: #9D9D9D. Windows color (decimal): -5329882 or 2534574. OLE color: 2534574.
HSL color Cylindrical-coordinate representation of color #AEAC26: hue angle of 59.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEAC26 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 38 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.32 |
| HSL | 59.12º | 0.64% | 0.42% | - |
| HSV(B) | 59.12º | 0.78% | 0.68% | - |
| XYZ | 32.56 | 38.64 | 7.58 | - |
| YUV | 157.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 38 | 0 | 0.01 | 0.78 | 0.32 | 59.12 | 0.64 | 0.42 |
| Hex | AE | AC | 26 | 0 | 1 | 4E | 20 | 3B | 40 | 2A |
| Octal | 256 | 254 | 46 | 0 | 1 | 116 | 40 | 73 | 100 | 52 |
| Binary | 10101110 | 10101100 | 100110 | 0 | 1 | 1001110 | 100000 | 111011 | 1000000 | 101010 |
Color Harmonies of #AEAC26
Complementary color
Monochromatic Colors of #AEAC26
Black with #AEAC26
Text Example
Text Example
White with #AEAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC26; }
p { color: rgb(174,172,38); }
H1.HeaderClassName
{
color: #AEAC26;
}
.AnyTagClassName
{
color: #AEAC26;
}
</style>
background-color css
<style>
a { background-color: #AEAC26; }
a { background-color: rgb(174,172,38); }
div.DivClassName
{
background-color: #AEAC26;
}
.BgClassName
{
background-color: #AEAC26;
}
</style>
border-color css
<style>
span { border-color: #AEAC26; }
span { border-color: rgb(174,172,38); }
td.TdClassName
{
border-color: #AEAC26;
}
.TagClassName
{
border-color: #AEAC26;
}
</style>