Shades of Earls Green #ADA22C
Tints of Earls Green #ADA22C
RGB
CMYK
RGB Variations
Color information
#ADA22C (or 0xADA22C) is known color: Earls Green. HEX triplet: AD, A2 and 2C. RGB value is (173,162,44). Sum of RGB (Red+Green+Blue) = 173+162+44=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA22C is #525DD3. Grayscale: #989898. Windows color (decimal): -5397972 or 2925229. OLE color: 2925229.
HSL color Cylindrical-coordinate representation of color #ADA22C: hue angle of 54.88º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADA22C is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 44 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.32 |
| HSL | 54.88º | 0.59% | 0.43% | - |
| HSV(B) | 54.88º | 0.75% | 0.68% | - |
| XYZ | 30.61 | 34.91 | 7.51 | - |
| YUV | 151.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 44 | 0 | 0.06 | 0.75 | 0.32 | 54.88 | 0.59 | 0.43 |
| Hex | AD | A2 | 2C | 0 | 6 | 4B | 20 | 37 | 3B | 2B |
| Octal | 255 | 242 | 54 | 0 | 6 | 113 | 40 | 67 | 73 | 53 |
| Binary | 10101101 | 10100010 | 101100 | 0 | 110 | 1001011 | 100000 | 110111 | 111011 | 101011 |
Color Harmonies of #ADA22C
Complementary color
Monochromatic Colors of #ADA22C
Black with #ADA22C
Text Example
Text Example
White with #ADA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA22C; }
p { color: rgb(173,162,44); }
H1.HeaderClassName
{
color: #ADA22C;
}
.AnyTagClassName
{
color: #ADA22C;
}
</style>
background-color css
<style>
a { background-color: #ADA22C; }
a { background-color: rgb(173,162,44); }
div.DivClassName
{
background-color: #ADA22C;
}
.BgClassName
{
background-color: #ADA22C;
}
</style>
border-color css
<style>
span { border-color: #ADA22C; }
span { border-color: rgb(173,162,44); }
td.TdClassName
{
border-color: #ADA22C;
}
.TagClassName
{
border-color: #ADA22C;
}
</style>