Shades of Earls Green #AEA831
Tints of Earls Green #AEA831
RGB
CMYK
RGB Variations
Color information
#AEA831 (or 0xAEA831) is known color: Earls Green. HEX triplet: AE, A8 and 31. RGB value is (174,168,49). Sum of RGB (Red+Green+Blue) = 174+168+49=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA831 is #5157CE. Grayscale: #9C9C9C. Windows color (decimal): -5330895 or 3254446. OLE color: 3254446.
HSL color Cylindrical-coordinate representation of color #AEA831: hue angle of 57.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEA831 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 49 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.32 |
| HSL | 57.12º | 0.56% | 0.44% | - |
| HSV(B) | 57.12º | 0.72% | 0.68% | - |
| XYZ | 32.01 | 37.23 | 8.4 | - |
| YUV | 156.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 49 | 0 | 0.03 | 0.72 | 0.32 | 57.12 | 0.56 | 0.44 |
| Hex | AE | A8 | 31 | 0 | 3 | 48 | 20 | 39 | 38 | 2C |
| Octal | 256 | 250 | 61 | 0 | 3 | 110 | 40 | 71 | 70 | 54 |
| Binary | 10101110 | 10101000 | 110001 | 0 | 11 | 1001000 | 100000 | 111001 | 111000 | 101100 |
Color Harmonies of #AEA831
Complementary color
Monochromatic Colors of #AEA831
Black with #AEA831
Text Example
Text Example
White with #AEA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA831; }
p { color: rgb(174,168,49); }
H1.HeaderClassName
{
color: #AEA831;
}
.AnyTagClassName
{
color: #AEA831;
}
</style>
background-color css
<style>
a { background-color: #AEA831; }
a { background-color: rgb(174,168,49); }
div.DivClassName
{
background-color: #AEA831;
}
.BgClassName
{
background-color: #AEA831;
}
</style>
border-color css
<style>
span { border-color: #AEA831; }
span { border-color: rgb(174,168,49); }
td.TdClassName
{
border-color: #AEA831;
}
.TagClassName
{
border-color: #AEA831;
}
</style>