Shades of Earls Green #AEAD12
Tints of Earls Green #AEAD12
RGB
CMYK
RGB Variations
Color information
#AEAD12 (or 0xAEAD12) is known color: Earls Green. HEX triplet: AE, AD and 12. RGB value is (174,173,18). Sum of RGB (Red+Green+Blue) = 174+173+18=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD12 is #5152ED. Grayscale: #9C9C9C. Windows color (decimal): -5329646 or 1224110. OLE color: 1224110.
HSL color Cylindrical-coordinate representation of color #AEAD12: hue angle of 59.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEAD12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 18 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.32 |
| HSL | 59.62º | 0.81% | 0.38% | - |
| HSV(B) | 59.62º | 0.9% | 0.68% | - |
| XYZ | 32.51 | 38.93 | 6.37 | - |
| YUV | 155.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 18 | 0 | 0.01 | 0.90 | 0.32 | 59.62 | 0.81 | 0.38 |
| Hex | AE | AD | 12 | 0 | 1 | 5A | 20 | 3C | 51 | 26 |
| Octal | 256 | 255 | 22 | 0 | 1 | 132 | 40 | 74 | 121 | 46 |
| Binary | 10101110 | 10101101 | 10010 | 0 | 1 | 1011010 | 100000 | 111100 | 1010001 | 100110 |
Color Harmonies of #AEAD12
Complementary color
Monochromatic Colors of #AEAD12
Black with #AEAD12
Text Example
Text Example
White with #AEAD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD12; }
p { color: rgb(174,173,18); }
H1.HeaderClassName
{
color: #AEAD12;
}
.AnyTagClassName
{
color: #AEAD12;
}
</style>
background-color css
<style>
a { background-color: #AEAD12; }
a { background-color: rgb(174,173,18); }
div.DivClassName
{
background-color: #AEAD12;
}
.BgClassName
{
background-color: #AEAD12;
}
</style>
border-color css
<style>
span { border-color: #AEAD12; }
span { border-color: rgb(174,173,18); }
td.TdClassName
{
border-color: #AEAD12;
}
.TagClassName
{
border-color: #AEAD12;
}
</style>