Shades of Earls Green #ADA12E
Tints of Earls Green #ADA12E
RGB
CMYK
RGB Variations
Color information
#ADA12E (or 0xADA12E) is known color: Earls Green. HEX triplet: AD, A1 and 2E. RGB value is (173,161,46). Sum of RGB (Red+Green+Blue) = 173+161+46=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA12E is #525ED1. Grayscale: #979797. Windows color (decimal): -5398226 or 3056045. OLE color: 3056045.
HSL color Cylindrical-coordinate representation of color #ADA12E: hue angle of 54.33º 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 #ADA12E is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 46 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.32 |
| HSL | 54.33º | 0.58% | 0.43% | - |
| HSV(B) | 54.33º | 0.73% | 0.68% | - |
| XYZ | 30.47 | 34.57 | 7.65 | - |
| YUV | 151.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 46 | 0 | 0.07 | 0.73 | 0.32 | 54.33 | 0.58 | 0.43 |
| Hex | AD | A1 | 2E | 0 | 7 | 49 | 20 | 36 | 3A | 2B |
| Octal | 255 | 241 | 56 | 0 | 7 | 111 | 40 | 66 | 72 | 53 |
| Binary | 10101101 | 10100001 | 101110 | 0 | 111 | 1001001 | 100000 | 110110 | 111010 | 101011 |
Color Harmonies of #ADA12E
Complementary color
Monochromatic Colors of #ADA12E
Black with #ADA12E
Text Example
Text Example
White with #ADA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA12E; }
p { color: rgb(173,161,46); }
H1.HeaderClassName
{
color: #ADA12E;
}
.AnyTagClassName
{
color: #ADA12E;
}
</style>
background-color css
<style>
a { background-color: #ADA12E; }
a { background-color: rgb(173,161,46); }
div.DivClassName
{
background-color: #ADA12E;
}
.BgClassName
{
background-color: #ADA12E;
}
</style>
border-color css
<style>
span { border-color: #ADA12E; }
span { border-color: rgb(173,161,46); }
td.TdClassName
{
border-color: #ADA12E;
}
.TagClassName
{
border-color: #ADA12E;
}
</style>