Shades of Earls Green #AEAD21
Tints of Earls Green #AEAD21
RGB
CMYK
RGB Variations
Color information
#AEAD21 (or 0xAEAD21) is known color: Earls Green. HEX triplet: AE, AD and 21. RGB value is (174,173,33). Sum of RGB (Red+Green+Blue) = 174+173+33=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD21 is #5152DE. Grayscale: #9D9D9D. Windows color (decimal): -5329631 or 2207150. OLE color: 2207150.
HSL color Cylindrical-coordinate representation of color #AEAD21: hue angle of 59.57º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEAD21 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 33 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.32 |
| HSL | 59.57º | 0.68% | 0.41% | - |
| HSV(B) | 59.57º | 0.81% | 0.68% | - |
| XYZ | 32.67 | 39 | 7.24 | - |
| YUV | 157.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 33 | 0 | 0.01 | 0.81 | 0.32 | 59.57 | 0.68 | 0.41 |
| Hex | AE | AD | 21 | 0 | 1 | 51 | 20 | 3C | 44 | 29 |
| Octal | 256 | 255 | 41 | 0 | 1 | 121 | 40 | 74 | 104 | 51 |
| Binary | 10101110 | 10101101 | 100001 | 0 | 1 | 1010001 | 100000 | 111100 | 1000100 | 101001 |
Color Harmonies of #AEAD21
Complementary color
Monochromatic Colors of #AEAD21
Black with #AEAD21
Text Example
Text Example
White with #AEAD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD21; }
p { color: rgb(174,173,33); }
H1.HeaderClassName
{
color: #AEAD21;
}
.AnyTagClassName
{
color: #AEAD21;
}
</style>
background-color css
<style>
a { background-color: #AEAD21; }
a { background-color: rgb(174,173,33); }
div.DivClassName
{
background-color: #AEAD21;
}
.BgClassName
{
background-color: #AEAD21;
}
</style>
border-color css
<style>
span { border-color: #AEAD21; }
span { border-color: rgb(174,173,33); }
td.TdClassName
{
border-color: #AEAD21;
}
.TagClassName
{
border-color: #AEAD21;
}
</style>