Shades of Earls Green #ADA829
Tints of Earls Green #ADA829
RGB
CMYK
RGB Variations
Color information
#ADA829 (or 0xADA829) is known color: Earls Green. HEX triplet: AD, A8 and 29. RGB value is (173,168,41). Sum of RGB (Red+Green+Blue) = 173+168+41=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA829 is #5257D6. Grayscale: #9B9B9B. Windows color (decimal): -5396439 or 2730157. OLE color: 2730157.
HSL color Cylindrical-coordinate representation of color #ADA829: hue angle of 57.73º degrees, saturation: 0.62, 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 #ADA829 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 41 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.32 |
| HSL | 57.73º | 0.62% | 0.42% | - |
| HSV(B) | 57.73º | 0.76% | 0.68% | - |
| XYZ | 31.64 | 37.05 | 7.58 | - |
| YUV | 155.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 41 | 0 | 0.03 | 0.76 | 0.32 | 57.73 | 0.62 | 0.42 |
| Hex | AD | A8 | 29 | 0 | 3 | 4C | 20 | 3A | 3E | 2A |
| Octal | 255 | 250 | 51 | 0 | 3 | 114 | 40 | 72 | 76 | 52 |
| Binary | 10101101 | 10101000 | 101001 | 0 | 11 | 1001100 | 100000 | 111010 | 111110 | 101010 |
Color Harmonies of #ADA829
Complementary color
Monochromatic Colors of #ADA829
Black with #ADA829
Text Example
Text Example
White with #ADA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA829; }
p { color: rgb(173,168,41); }
H1.HeaderClassName
{
color: #ADA829;
}
.AnyTagClassName
{
color: #ADA829;
}
</style>
background-color css
<style>
a { background-color: #ADA829; }
a { background-color: rgb(173,168,41); }
div.DivClassName
{
background-color: #ADA829;
}
.BgClassName
{
background-color: #ADA829;
}
</style>
border-color css
<style>
span { border-color: #ADA829; }
span { border-color: rgb(173,168,41); }
td.TdClassName
{
border-color: #ADA829;
}
.TagClassName
{
border-color: #ADA829;
}
</style>