Shades of Earls Green #A7A52D
Tints of Earls Green #A7A52D
RGB
CMYK
RGB Variations
Color information
#A7A52D (or 0xA7A52D) is known color: Earls Green. HEX triplet: A7, A5 and 2D. RGB value is (167,165,45). Sum of RGB (Red+Green+Blue) = 167+165+45=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A52D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A52D is #585AD2. Grayscale: #989898. Windows color (decimal): -5790419 or 2991527. OLE color: 2991527.
HSL color Cylindrical-coordinate representation of color #A7A52D: hue angle of 59.02º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7A52D is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 45 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.35 |
| HSL | 59.02º | 0.58% | 0.42% | - |
| HSV(B) | 59.02º | 0.73% | 0.65% | - |
| XYZ | 29.87 | 35.32 | 7.73 | - |
| YUV | 151.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 45 | 0 | 0.01 | 0.73 | 0.35 | 59.02 | 0.58 | 0.42 |
| Hex | A7 | A5 | 2D | 0 | 1 | 49 | 23 | 3B | 3A | 2A |
| Octal | 247 | 245 | 55 | 0 | 1 | 111 | 43 | 73 | 72 | 52 |
| Binary | 10100111 | 10100101 | 101101 | 0 | 1 | 1001001 | 100011 | 111011 | 111010 | 101010 |
Color Harmonies of #A7A52D
Complementary color
Monochromatic Colors of #A7A52D
Black with #A7A52D
Text Example
Text Example
White with #A7A52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A52D; }
p { color: rgb(167,165,45); }
H1.HeaderClassName
{
color: #A7A52D;
}
.AnyTagClassName
{
color: #A7A52D;
}
</style>
background-color css
<style>
a { background-color: #A7A52D; }
a { background-color: rgb(167,165,45); }
div.DivClassName
{
background-color: #A7A52D;
}
.BgClassName
{
background-color: #A7A52D;
}
</style>
border-color css
<style>
span { border-color: #A7A52D; }
span { border-color: rgb(167,165,45); }
td.TdClassName
{
border-color: #A7A52D;
}
.TagClassName
{
border-color: #A7A52D;
}
</style>