Shades of Earls Green #ADA621
Tints of Earls Green #ADA621
RGB
CMYK
RGB Variations
Color information
#ADA621 (or 0xADA621) is known color: Earls Green. HEX triplet: AD, A6 and 21. RGB value is (173,166,33). Sum of RGB (Red+Green+Blue) = 173+166+33=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA621 is #5259DE. Grayscale: #999999. Windows color (decimal): -5396959 or 2205357. OLE color: 2205357.
HSL color Cylindrical-coordinate representation of color #ADA621: hue angle of 57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADA621 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 33 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.32 |
| HSL | 57º | 0.68% | 0.4% | - |
| HSV(B) | 57º | 0.81% | 0.68% | - |
| XYZ | 31.14 | 36.27 | 6.8 | - |
| YUV | 152.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 33 | 0 | 0.04 | 0.81 | 0.32 | 57 | 0.68 | 0.4 |
| Hex | AD | A6 | 21 | 0 | 4 | 51 | 20 | 39 | 44 | 28 |
| Octal | 255 | 246 | 41 | 0 | 4 | 121 | 40 | 71 | 104 | 50 |
| Binary | 10101101 | 10100110 | 100001 | 0 | 100 | 1010001 | 100000 | 111001 | 1000100 | 101000 |
Color Harmonies of #ADA621
Complementary color
Monochromatic Colors of #ADA621
Black with #ADA621
Text Example
Text Example
White with #ADA621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA621; }
p { color: rgb(173,166,33); }
H1.HeaderClassName
{
color: #ADA621;
}
.AnyTagClassName
{
color: #ADA621;
}
</style>
background-color css
<style>
a { background-color: #ADA621; }
a { background-color: rgb(173,166,33); }
div.DivClassName
{
background-color: #ADA621;
}
.BgClassName
{
background-color: #ADA621;
}
</style>
border-color css
<style>
span { border-color: #ADA621; }
span { border-color: rgb(173,166,33); }
td.TdClassName
{
border-color: #ADA621;
}
.TagClassName
{
border-color: #ADA621;
}
</style>