Shades of Earls Green #A7A52E
Tints of Earls Green #A7A52E
RGB
CMYK
RGB Variations
Color information
#A7A52E (or 0xA7A52E) is known color: Earls Green. HEX triplet: A7, A5 and 2E. RGB value is (167,165,46). Sum of RGB (Red+Green+Blue) = 167+165+46=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A52E is #585AD1. Grayscale: #989898. Windows color (decimal): -5790418 or 3057063. OLE color: 3057063.
HSL color Cylindrical-coordinate representation of color #A7A52E: hue angle of 59.01º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7A52E is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 46 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.35 |
| HSL | 59.01º | 0.57% | 0.42% | - |
| HSV(B) | 59.01º | 0.72% | 0.65% | - |
| XYZ | 29.88 | 35.32 | 7.83 | - |
| YUV | 152.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 46 | 0 | 0.01 | 0.72 | 0.35 | 59.01 | 0.57 | 0.42 |
| Hex | A7 | A5 | 2E | 0 | 1 | 48 | 23 | 3B | 39 | 2A |
| Octal | 247 | 245 | 56 | 0 | 1 | 110 | 43 | 73 | 71 | 52 |
| Binary | 10100111 | 10100101 | 101110 | 0 | 1 | 1001000 | 100011 | 111011 | 111001 | 101010 |
Color Harmonies of #A7A52E
Complementary color
Monochromatic Colors of #A7A52E
Black with #A7A52E
Text Example
Text Example
White with #A7A52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A52E; }
p { color: rgb(167,165,46); }
H1.HeaderClassName
{
color: #A7A52E;
}
.AnyTagClassName
{
color: #A7A52E;
}
</style>
background-color css
<style>
a { background-color: #A7A52E; }
a { background-color: rgb(167,165,46); }
div.DivClassName
{
background-color: #A7A52E;
}
.BgClassName
{
background-color: #A7A52E;
}
</style>
border-color css
<style>
span { border-color: #A7A52E; }
span { border-color: rgb(167,165,46); }
td.TdClassName
{
border-color: #A7A52E;
}
.TagClassName
{
border-color: #A7A52E;
}
</style>