Shades of Earls Green #ADA12B
Tints of Earls Green #ADA12B
RGB
CMYK
RGB Variations
Color information
#ADA12B (or 0xADA12B) is known color: Earls Green. HEX triplet: AD, A1 and 2B. RGB value is (173,161,43). Sum of RGB (Red+Green+Blue) = 173+161+43=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA12B is #525ED4. Grayscale: #979797. Windows color (decimal): -5398229 or 2859437. OLE color: 2859437.
HSL color Cylindrical-coordinate representation of color #ADA12B: hue angle of 54.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADA12B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 43 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.32 |
| HSL | 54.46º | 0.6% | 0.42% | - |
| HSV(B) | 54.46º | 0.75% | 0.68% | - |
| XYZ | 30.41 | 34.55 | 7.35 | - |
| YUV | 151.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 43 | 0 | 0.07 | 0.75 | 0.32 | 54.46 | 0.6 | 0.42 |
| Hex | AD | A1 | 2B | 0 | 7 | 4B | 20 | 36 | 3C | 2A |
| Octal | 255 | 241 | 53 | 0 | 7 | 113 | 40 | 66 | 74 | 52 |
| Binary | 10101101 | 10100001 | 101011 | 0 | 111 | 1001011 | 100000 | 110110 | 111100 | 101010 |
Color Harmonies of #ADA12B
Complementary color
Monochromatic Colors of #ADA12B
Black with #ADA12B
Text Example
Text Example
White with #ADA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA12B; }
p { color: rgb(173,161,43); }
H1.HeaderClassName
{
color: #ADA12B;
}
.AnyTagClassName
{
color: #ADA12B;
}
</style>
background-color css
<style>
a { background-color: #ADA12B; }
a { background-color: rgb(173,161,43); }
div.DivClassName
{
background-color: #ADA12B;
}
.BgClassName
{
background-color: #ADA12B;
}
</style>
border-color css
<style>
span { border-color: #ADA12B; }
span { border-color: rgb(173,161,43); }
td.TdClassName
{
border-color: #ADA12B;
}
.TagClassName
{
border-color: #ADA12B;
}
</style>