Shades of Earls Green #AEAE2D
Tints of Earls Green #AEAE2D
RGB
CMYK
RGB Variations
Color information
#AEAE2D (or 0xAEAE2D) is known color: Earls Green. HEX triplet: AE, AE and 2D. RGB value is (174,174,45). Sum of RGB (Red+Green+Blue) = 174+174+45=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE2D is #5151D2. Grayscale: #9F9F9F. Windows color (decimal): -5329363 or 2993838. OLE color: 2993838.
HSL color Cylindrical-coordinate representation of color #AEAE2D: hue angle of 60º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEAE2D is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 45 | - |
| CMYK | 0 | 0 | 0.74 | 0.32 |
| HSL | 60º | 0.59% | 0.43% | - |
| HSV(B) | 60º | 0.74% | 0.68% | - |
| XYZ | 33.07 | 39.46 | 8.36 | - |
| YUV | 159.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 45 | 0 | 0 | 0.74 | 0.32 | 60 | 0.59 | 0.43 |
| Hex | AE | AE | 2D | 0 | 0 | 4A | 20 | 3C | 3B | 2B |
| Octal | 256 | 256 | 55 | 0 | 0 | 112 | 40 | 74 | 73 | 53 |
| Binary | 10101110 | 10101110 | 101101 | 0 | 0 | 1001010 | 100000 | 111100 | 111011 | 101011 |
Color Harmonies of #AEAE2D
Complementary color
Monochromatic Colors of #AEAE2D
Black with #AEAE2D
Text Example
Text Example
White with #AEAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE2D; }
p { color: rgb(174,174,45); }
H1.HeaderClassName
{
color: #AEAE2D;
}
.AnyTagClassName
{
color: #AEAE2D;
}
</style>
background-color css
<style>
a { background-color: #AEAE2D; }
a { background-color: rgb(174,174,45); }
div.DivClassName
{
background-color: #AEAE2D;
}
.BgClassName
{
background-color: #AEAE2D;
}
</style>
border-color css
<style>
span { border-color: #AEAE2D; }
span { border-color: rgb(174,174,45); }
td.TdClassName
{
border-color: #AEAE2D;
}
.TagClassName
{
border-color: #AEAE2D;
}
</style>