Shades of Earls Green #ADA327
Tints of Earls Green #ADA327
RGB
CMYK
RGB Variations
Color information
#ADA327 (or 0xADA327) is known color: Earls Green. HEX triplet: AD, A3 and 27. RGB value is (173,163,39). Sum of RGB (Red+Green+Blue) = 173+163+39=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA327 is #525CD8. Grayscale: #989898. Windows color (decimal): -5397721 or 2597805. OLE color: 2597805.
HSL color Cylindrical-coordinate representation of color #ADA327: hue angle of 55.52º 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 #ADA327 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 39 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.32 |
| HSL | 55.52º | 0.63% | 0.42% | - |
| HSV(B) | 55.52º | 0.77% | 0.68% | - |
| XYZ | 30.7 | 35.23 | 7.1 | - |
| YUV | 151.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 39 | 0 | 0.06 | 0.77 | 0.32 | 55.52 | 0.63 | 0.42 |
| Hex | AD | A3 | 27 | 0 | 6 | 4D | 20 | 38 | 3F | 2A |
| Octal | 255 | 243 | 47 | 0 | 6 | 115 | 40 | 70 | 77 | 52 |
| Binary | 10101101 | 10100011 | 100111 | 0 | 110 | 1001101 | 100000 | 111000 | 111111 | 101010 |
Color Harmonies of #ADA327
Complementary color
Monochromatic Colors of #ADA327
Black with #ADA327
Text Example
Text Example
White with #ADA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA327; }
p { color: rgb(173,163,39); }
H1.HeaderClassName
{
color: #ADA327;
}
.AnyTagClassName
{
color: #ADA327;
}
</style>
background-color css
<style>
a { background-color: #ADA327; }
a { background-color: rgb(173,163,39); }
div.DivClassName
{
background-color: #ADA327;
}
.BgClassName
{
background-color: #ADA327;
}
</style>
border-color css
<style>
span { border-color: #ADA327; }
span { border-color: rgb(173,163,39); }
td.TdClassName
{
border-color: #ADA327;
}
.TagClassName
{
border-color: #ADA327;
}
</style>