Shades of Earls Green #ADA52F
Tints of Earls Green #ADA52F
RGB
CMYK
RGB Variations
Color information
#ADA52F (or 0xADA52F) is known color: Earls Green. HEX triplet: AD, A5 and 2F. RGB value is (173,165,47). Sum of RGB (Red+Green+Blue) = 173+165+47=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA52F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA52F is #525AD0. Grayscale: #9A9A9A. Windows color (decimal): -5397201 or 3122605. OLE color: 3122605.
HSL color Cylindrical-coordinate representation of color #ADA52F: hue angle of 56.19º degrees, saturation: 0.57, 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 #ADA52F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 47 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.32 |
| HSL | 56.19º | 0.57% | 0.43% | - |
| HSV(B) | 56.19º | 0.73% | 0.68% | - |
| XYZ | 31.2 | 36 | 7.99 | - |
| YUV | 153.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 47 | 0 | 0.05 | 0.73 | 0.32 | 56.19 | 0.57 | 0.43 |
| Hex | AD | A5 | 2F | 0 | 5 | 49 | 20 | 38 | 39 | 2B |
| Octal | 255 | 245 | 57 | 0 | 5 | 111 | 40 | 70 | 71 | 53 |
| Binary | 10101101 | 10100101 | 101111 | 0 | 101 | 1001001 | 100000 | 111000 | 111001 | 101011 |
Color Harmonies of #ADA52F
Complementary color
Monochromatic Colors of #ADA52F
Black with #ADA52F
Text Example
Text Example
White with #ADA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA52F; }
p { color: rgb(173,165,47); }
H1.HeaderClassName
{
color: #ADA52F;
}
.AnyTagClassName
{
color: #ADA52F;
}
</style>
background-color css
<style>
a { background-color: #ADA52F; }
a { background-color: rgb(173,165,47); }
div.DivClassName
{
background-color: #ADA52F;
}
.BgClassName
{
background-color: #ADA52F;
}
</style>
border-color css
<style>
span { border-color: #ADA52F; }
span { border-color: rgb(173,165,47); }
td.TdClassName
{
border-color: #ADA52F;
}
.TagClassName
{
border-color: #ADA52F;
}
</style>