Shades of Earls Green #AEAB10
Tints of Earls Green #AEAB10
RGB
CMYK
RGB Variations
Color information
#AEAB10 (or 0xAEAB10) is known color: Earls Green. HEX triplet: AE, AB and 10. RGB value is (174,171,16). Sum of RGB (Red+Green+Blue) = 174+171+16=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB10 is #5154EF. Grayscale: #9A9A9A. Windows color (decimal): -5330160 or 1092526. OLE color: 1092526.
HSL color Cylindrical-coordinate representation of color #AEAB10: hue angle of 58.86º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEAB10 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 16 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.32 |
| HSL | 58.86º | 0.83% | 0.37% | - |
| HSV(B) | 58.86º | 0.91% | 0.68% | - |
| XYZ | 32.11 | 38.16 | 6.16 | - |
| YUV | 154.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 16 | 0 | 0.02 | 0.91 | 0.32 | 58.86 | 0.83 | 0.37 |
| Hex | AE | AB | 10 | 0 | 2 | 5B | 20 | 3B | 53 | 25 |
| Octal | 256 | 253 | 20 | 0 | 2 | 133 | 40 | 73 | 123 | 45 |
| Binary | 10101110 | 10101011 | 10000 | 0 | 10 | 1011011 | 100000 | 111011 | 1010011 | 100101 |
Color Harmonies of #AEAB10
Complementary color
Monochromatic Colors of #AEAB10
Black with #AEAB10
Text Example
Text Example
White with #AEAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB10; }
p { color: rgb(174,171,16); }
H1.HeaderClassName
{
color: #AEAB10;
}
.AnyTagClassName
{
color: #AEAB10;
}
</style>
background-color css
<style>
a { background-color: #AEAB10; }
a { background-color: rgb(174,171,16); }
div.DivClassName
{
background-color: #AEAB10;
}
.BgClassName
{
background-color: #AEAB10;
}
</style>
border-color css
<style>
span { border-color: #AEAB10; }
span { border-color: rgb(174,171,16); }
td.TdClassName
{
border-color: #AEAB10;
}
.TagClassName
{
border-color: #AEAB10;
}
</style>