Shades of Earls Green #ADA52E
Tints of Earls Green #ADA52E
RGB
CMYK
RGB Variations
Color information
#ADA52E (or 0xADA52E) is known color: Earls Green. HEX triplet: AD, A5 and 2E. RGB value is (173,165,46). Sum of RGB (Red+Green+Blue) = 173+165+46=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA52E is #525AD1. Grayscale: #9A9A9A. Windows color (decimal): -5397202 or 3057069. OLE color: 3057069.
HSL color Cylindrical-coordinate representation of color #ADA52E: hue angle of 56.22º 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 #ADA52E is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 46 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.32 |
| HSL | 56.22º | 0.58% | 0.43% | - |
| HSV(B) | 56.22º | 0.73% | 0.68% | - |
| XYZ | 31.18 | 35.99 | 7.89 | - |
| YUV | 153.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 46 | 0 | 0.05 | 0.73 | 0.32 | 56.22 | 0.58 | 0.43 |
| Hex | AD | A5 | 2E | 0 | 5 | 49 | 20 | 38 | 3A | 2B |
| Octal | 255 | 245 | 56 | 0 | 5 | 111 | 40 | 70 | 72 | 53 |
| Binary | 10101101 | 10100101 | 101110 | 0 | 101 | 1001001 | 100000 | 111000 | 111010 | 101011 |
Color Harmonies of #ADA52E
Complementary color
Monochromatic Colors of #ADA52E
Black with #ADA52E
Text Example
Text Example
White with #ADA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA52E; }
p { color: rgb(173,165,46); }
H1.HeaderClassName
{
color: #ADA52E;
}
.AnyTagClassName
{
color: #ADA52E;
}
</style>
background-color css
<style>
a { background-color: #ADA52E; }
a { background-color: rgb(173,165,46); }
div.DivClassName
{
background-color: #ADA52E;
}
.BgClassName
{
background-color: #ADA52E;
}
</style>
border-color css
<style>
span { border-color: #ADA52E; }
span { border-color: rgb(173,165,46); }
td.TdClassName
{
border-color: #ADA52E;
}
.TagClassName
{
border-color: #ADA52E;
}
</style>