Shades of Earls Green #ADA827
Tints of Earls Green #ADA827
RGB
CMYK
RGB Variations
Color information
#ADA827 (or 0xADA827) is known color: Earls Green. HEX triplet: AD, A8 and 27. RGB value is (173,168,39). Sum of RGB (Red+Green+Blue) = 173+168+39=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA827 is #5257D8. Grayscale: #9B9B9B. Windows color (decimal): -5396441 or 2599085. OLE color: 2599085.
HSL color Cylindrical-coordinate representation of color #ADA827: hue angle of 57.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADA827 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 39 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.32 |
| HSL | 57.76º | 0.63% | 0.42% | - |
| HSV(B) | 57.76º | 0.77% | 0.68% | - |
| XYZ | 31.6 | 37.04 | 7.4 | - |
| YUV | 154.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 39 | 0 | 0.03 | 0.77 | 0.32 | 57.76 | 0.63 | 0.42 |
| Hex | AD | A8 | 27 | 0 | 3 | 4D | 20 | 3A | 3F | 2A |
| Octal | 255 | 250 | 47 | 0 | 3 | 115 | 40 | 72 | 77 | 52 |
| Binary | 10101101 | 10101000 | 100111 | 0 | 11 | 1001101 | 100000 | 111010 | 111111 | 101010 |
Color Harmonies of #ADA827
Complementary color
Monochromatic Colors of #ADA827
Black with #ADA827
Text Example
Text Example
White with #ADA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA827; }
p { color: rgb(173,168,39); }
H1.HeaderClassName
{
color: #ADA827;
}
.AnyTagClassName
{
color: #ADA827;
}
</style>
background-color css
<style>
a { background-color: #ADA827; }
a { background-color: rgb(173,168,39); }
div.DivClassName
{
background-color: #ADA827;
}
.BgClassName
{
background-color: #ADA827;
}
</style>
border-color css
<style>
span { border-color: #ADA827; }
span { border-color: rgb(173,168,39); }
td.TdClassName
{
border-color: #ADA827;
}
.TagClassName
{
border-color: #ADA827;
}
</style>