Shades of Earls Green #AEA628
Tints of Earls Green #AEA628
RGB
CMYK
RGB Variations
Color information
#AEA628 (or 0xAEA628) is known color: Earls Green. HEX triplet: AE, A6 and 28. RGB value is (174,166,40). Sum of RGB (Red+Green+Blue) = 174+166+40=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA628 is #5159D7. Grayscale: #9A9A9A. Windows color (decimal): -5331416 or 2664110. OLE color: 2664110.
HSL color Cylindrical-coordinate representation of color #AEA628: hue angle of 56.42º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEA628 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 166 | 40 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.32 |
| HSL | 56.42º | 0.63% | 0.42% | - |
| HSV(B) | 56.42º | 0.77% | 0.68% | - |
| XYZ | 31.47 | 36.42 | 7.38 | - |
| YUV | 154.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 40 | 0 | 0.05 | 0.77 | 0.32 | 56.42 | 0.63 | 0.42 |
| Hex | AE | A6 | 28 | 0 | 5 | 4D | 20 | 38 | 3F | 2A |
| Octal | 256 | 246 | 50 | 0 | 5 | 115 | 40 | 70 | 77 | 52 |
| Binary | 10101110 | 10100110 | 101000 | 0 | 101 | 1001101 | 100000 | 111000 | 111111 | 101010 |
Color Harmonies of #AEA628
Complementary color
Monochromatic Colors of #AEA628
Black with #AEA628
Text Example
Text Example
White with #AEA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA628; }
p { color: rgb(174,166,40); }
H1.HeaderClassName
{
color: #AEA628;
}
.AnyTagClassName
{
color: #AEA628;
}
</style>
background-color css
<style>
a { background-color: #AEA628; }
a { background-color: rgb(174,166,40); }
div.DivClassName
{
background-color: #AEA628;
}
.BgClassName
{
background-color: #AEA628;
}
</style>
border-color css
<style>
span { border-color: #AEA628; }
span { border-color: rgb(174,166,40); }
td.TdClassName
{
border-color: #AEA628;
}
.TagClassName
{
border-color: #AEA628;
}
</style>