Shades of Earls Green #ADAA2C
Tints of Earls Green #ADAA2C
RGB
CMYK
RGB Variations
Color information
#ADAA2C (or 0xADAA2C) is known color: Earls Green. HEX triplet: AD, AA and 2C. RGB value is (173,170,44). Sum of RGB (Red+Green+Blue) = 173+170+44=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA2C is #5255D3. Grayscale: #9D9D9D. Windows color (decimal): -5395924 or 2927277. OLE color: 2927277.
HSL color Cylindrical-coordinate representation of color #ADAA2C: hue angle of 58.6º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADAA2C is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 44 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.32 |
| HSL | 58.6º | 0.59% | 0.43% | - |
| HSV(B) | 58.6º | 0.75% | 0.68% | - |
| XYZ | 32.06 | 37.82 | 7.99 | - |
| YUV | 156.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 44 | 0 | 0.02 | 0.75 | 0.32 | 58.6 | 0.59 | 0.43 |
| Hex | AD | AA | 2C | 0 | 2 | 4B | 20 | 3B | 3B | 2B |
| Octal | 255 | 252 | 54 | 0 | 2 | 113 | 40 | 73 | 73 | 53 |
| Binary | 10101101 | 10101010 | 101100 | 0 | 10 | 1001011 | 100000 | 111011 | 111011 | 101011 |
Color Harmonies of #ADAA2C
Complementary color
Monochromatic Colors of #ADAA2C
Black with #ADAA2C
Text Example
Text Example
White with #ADAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA2C; }
p { color: rgb(173,170,44); }
H1.HeaderClassName
{
color: #ADAA2C;
}
.AnyTagClassName
{
color: #ADAA2C;
}
</style>
background-color css
<style>
a { background-color: #ADAA2C; }
a { background-color: rgb(173,170,44); }
div.DivClassName
{
background-color: #ADAA2C;
}
.BgClassName
{
background-color: #ADAA2C;
}
</style>
border-color css
<style>
span { border-color: #ADAA2C; }
span { border-color: rgb(173,170,44); }
td.TdClassName
{
border-color: #ADAA2C;
}
.TagClassName
{
border-color: #ADAA2C;
}
</style>