Shades of Earls Green #ADA22F
Tints of Earls Green #ADA22F
RGB
CMYK
RGB Variations
Color information
#ADA22F (or 0xADA22F) is known color: Earls Green. HEX triplet: AD, A2 and 2F. RGB value is (173,162,47). Sum of RGB (Red+Green+Blue) = 173+162+47=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA22F is #525DD0. Grayscale: #989898. Windows color (decimal): -5397969 or 3121837. OLE color: 3121837.
HSL color Cylindrical-coordinate representation of color #ADA22F: hue angle of 54.76º 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 #ADA22F is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 47 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.32 |
| HSL | 54.76º | 0.57% | 0.43% | - |
| HSV(B) | 54.76º | 0.73% | 0.68% | - |
| XYZ | 30.67 | 34.93 | 7.82 | - |
| YUV | 152.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 47 | 0 | 0.06 | 0.73 | 0.32 | 54.76 | 0.57 | 0.43 |
| Hex | AD | A2 | 2F | 0 | 6 | 49 | 20 | 37 | 39 | 2B |
| Octal | 255 | 242 | 57 | 0 | 6 | 111 | 40 | 67 | 71 | 53 |
| Binary | 10101101 | 10100010 | 101111 | 0 | 110 | 1001001 | 100000 | 110111 | 111001 | 101011 |
Color Harmonies of #ADA22F
Complementary color
Monochromatic Colors of #ADA22F
Black with #ADA22F
Text Example
Text Example
White with #ADA22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA22F; }
p { color: rgb(173,162,47); }
H1.HeaderClassName
{
color: #ADA22F;
}
.AnyTagClassName
{
color: #ADA22F;
}
</style>
background-color css
<style>
a { background-color: #ADA22F; }
a { background-color: rgb(173,162,47); }
div.DivClassName
{
background-color: #ADA22F;
}
.BgClassName
{
background-color: #ADA22F;
}
</style>
border-color css
<style>
span { border-color: #ADA22F; }
span { border-color: rgb(173,162,47); }
td.TdClassName
{
border-color: #ADA22F;
}
.TagClassName
{
border-color: #ADA22F;
}
</style>