Shades of Earls Green #ADA82F
Tints of Earls Green #ADA82F
RGB
CMYK
RGB Variations
Color information
#ADA82F (or 0xADA82F) is known color: Earls Green. HEX triplet: AD, A8 and 2F. RGB value is (173,168,47). Sum of RGB (Red+Green+Blue) = 173+168+47=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA82F is #5257D0. Grayscale: #9C9C9C. Windows color (decimal): -5396433 or 3123373. OLE color: 3123373.
HSL color Cylindrical-coordinate representation of color #ADA82F: hue angle of 57.62º 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 #ADA82F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 47 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.32 |
| HSL | 57.62º | 0.57% | 0.43% | - |
| HSV(B) | 57.62º | 0.73% | 0.68% | - |
| XYZ | 31.75 | 37.09 | 8.18 | - |
| YUV | 155.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 47 | 0 | 0.03 | 0.73 | 0.32 | 57.62 | 0.57 | 0.43 |
| Hex | AD | A8 | 2F | 0 | 3 | 49 | 20 | 3A | 39 | 2B |
| Octal | 255 | 250 | 57 | 0 | 3 | 111 | 40 | 72 | 71 | 53 |
| Binary | 10101101 | 10101000 | 101111 | 0 | 11 | 1001001 | 100000 | 111010 | 111001 | 101011 |
Color Harmonies of #ADA82F
Complementary color
Monochromatic Colors of #ADA82F
Black with #ADA82F
Text Example
Text Example
White with #ADA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA82F; }
p { color: rgb(173,168,47); }
H1.HeaderClassName
{
color: #ADA82F;
}
.AnyTagClassName
{
color: #ADA82F;
}
</style>
background-color css
<style>
a { background-color: #ADA82F; }
a { background-color: rgb(173,168,47); }
div.DivClassName
{
background-color: #ADA82F;
}
.BgClassName
{
background-color: #ADA82F;
}
</style>
border-color css
<style>
span { border-color: #ADA82F; }
span { border-color: rgb(173,168,47); }
td.TdClassName
{
border-color: #ADA82F;
}
.TagClassName
{
border-color: #ADA82F;
}
</style>