Shades of Earls Green #ADA52A
Tints of Earls Green #ADA52A
RGB
CMYK
RGB Variations
Color information
#ADA52A (or 0xADA52A) is known color: Earls Green. HEX triplet: AD, A5 and 2A. RGB value is (173,165,42). Sum of RGB (Red+Green+Blue) = 173+165+42=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA52A is #525AD5. Grayscale: #999999. Windows color (decimal): -5397206 or 2794925. OLE color: 2794925.
HSL color Cylindrical-coordinate representation of color #ADA52A: hue angle of 56.34º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADA52A is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 42 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.32 |
| HSL | 56.34º | 0.61% | 0.42% | - |
| HSV(B) | 56.34º | 0.76% | 0.68% | - |
| XYZ | 31.11 | 35.96 | 7.49 | - |
| YUV | 153.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 42 | 0 | 0.05 | 0.76 | 0.32 | 56.34 | 0.61 | 0.42 |
| Hex | AD | A5 | 2A | 0 | 5 | 4C | 20 | 38 | 3D | 2A |
| Octal | 255 | 245 | 52 | 0 | 5 | 114 | 40 | 70 | 75 | 52 |
| Binary | 10101101 | 10100101 | 101010 | 0 | 101 | 1001100 | 100000 | 111000 | 111101 | 101010 |
Color Harmonies of #ADA52A
Complementary color
Monochromatic Colors of #ADA52A
Black with #ADA52A
Text Example
Text Example
White with #ADA52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA52A; }
p { color: rgb(173,165,42); }
H1.HeaderClassName
{
color: #ADA52A;
}
.AnyTagClassName
{
color: #ADA52A;
}
</style>
background-color css
<style>
a { background-color: #ADA52A; }
a { background-color: rgb(173,165,42); }
div.DivClassName
{
background-color: #ADA52A;
}
.BgClassName
{
background-color: #ADA52A;
}
</style>
border-color css
<style>
span { border-color: #ADA52A; }
span { border-color: rgb(173,165,42); }
td.TdClassName
{
border-color: #ADA52A;
}
.TagClassName
{
border-color: #ADA52A;
}
</style>