Shades of Earls Green #ADAA2E
Tints of Earls Green #ADAA2E
RGB
CMYK
RGB Variations
Color information
#ADAA2E (or 0xADAA2E) is known color: Earls Green. HEX triplet: AD, AA and 2E. RGB value is (173,170,46). Sum of RGB (Red+Green+Blue) = 173+170+46=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA2E is #5255D1. Grayscale: #9D9D9D. Windows color (decimal): -5395922 or 3058349. OLE color: 3058349.
HSL color Cylindrical-coordinate representation of color #ADAA2E: hue angle of 58.58º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADAA2E is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 46 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.32 |
| HSL | 58.58º | 0.58% | 0.43% | - |
| HSV(B) | 58.58º | 0.73% | 0.68% | - |
| XYZ | 32.1 | 37.83 | 8.19 | - |
| YUV | 156.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 46 | 0 | 0.02 | 0.73 | 0.32 | 58.58 | 0.58 | 0.43 |
| Hex | AD | AA | 2E | 0 | 2 | 49 | 20 | 3B | 3A | 2B |
| Octal | 255 | 252 | 56 | 0 | 2 | 111 | 40 | 73 | 72 | 53 |
| Binary | 10101101 | 10101010 | 101110 | 0 | 10 | 1001001 | 100000 | 111011 | 111010 | 101011 |
Color Harmonies of #ADAA2E
Complementary color
Monochromatic Colors of #ADAA2E
Black with #ADAA2E
Text Example
Text Example
White with #ADAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA2E; }
p { color: rgb(173,170,46); }
H1.HeaderClassName
{
color: #ADAA2E;
}
.AnyTagClassName
{
color: #ADAA2E;
}
</style>
background-color css
<style>
a { background-color: #ADAA2E; }
a { background-color: rgb(173,170,46); }
div.DivClassName
{
background-color: #ADAA2E;
}
.BgClassName
{
background-color: #ADAA2E;
}
</style>
border-color css
<style>
span { border-color: #ADAA2E; }
span { border-color: rgb(173,170,46); }
td.TdClassName
{
border-color: #ADAA2E;
}
.TagClassName
{
border-color: #ADAA2E;
}
</style>