Shades of Earls Green #ADA32F
Tints of Earls Green #ADA32F
RGB
CMYK
RGB Variations
Color information
#ADA32F (or 0xADA32F) is known color: Earls Green. HEX triplet: AD, A3 and 2F. RGB value is (173,163,47). Sum of RGB (Red+Green+Blue) = 173+163+47=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA32F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA32F is #525CD0. Grayscale: #999999. Windows color (decimal): -5397713 or 3122093. OLE color: 3122093.
HSL color Cylindrical-coordinate representation of color #ADA32F: hue angle of 55.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADA32F is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 47 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.32 |
| HSL | 55.24º | 0.57% | 0.43% | - |
| HSV(B) | 55.24º | 0.73% | 0.68% | - |
| XYZ | 30.84 | 35.28 | 7.87 | - |
| YUV | 152.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 47 | 0 | 0.06 | 0.73 | 0.32 | 55.24 | 0.57 | 0.43 |
| Hex | AD | A3 | 2F | 0 | 6 | 49 | 20 | 37 | 39 | 2B |
| Octal | 255 | 243 | 57 | 0 | 6 | 111 | 40 | 67 | 71 | 53 |
| Binary | 10101101 | 10100011 | 101111 | 0 | 110 | 1001001 | 100000 | 110111 | 111001 | 101011 |
Color Harmonies of #ADA32F
Complementary color
Monochromatic Colors of #ADA32F
Black with #ADA32F
Text Example
Text Example
White with #ADA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA32F; }
p { color: rgb(173,163,47); }
H1.HeaderClassName
{
color: #ADA32F;
}
.AnyTagClassName
{
color: #ADA32F;
}
</style>
background-color css
<style>
a { background-color: #ADA32F; }
a { background-color: rgb(173,163,47); }
div.DivClassName
{
background-color: #ADA32F;
}
.BgClassName
{
background-color: #ADA32F;
}
</style>
border-color css
<style>
span { border-color: #ADA32F; }
span { border-color: rgb(173,163,47); }
td.TdClassName
{
border-color: #ADA32F;
}
.TagClassName
{
border-color: #ADA32F;
}
</style>