Shades of Earls Green #A7A62A
Tints of Earls Green #A7A62A
RGB
CMYK
RGB Variations
Color information
#A7A62A (or 0xA7A62A) is known color: Earls Green. HEX triplet: A7, A6 and 2A. RGB value is (167,166,42). Sum of RGB (Red+Green+Blue) = 167+166+42=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A62A is #5859D5. Grayscale: #989898. Windows color (decimal): -5790166 or 2795175. OLE color: 2795175.
HSL color Cylindrical-coordinate representation of color #A7A62A: hue angle of 59.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7A62A is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 166 | 42 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.35 |
| HSL | 59.52º | 0.6% | 0.41% | - |
| HSV(B) | 59.52º | 0.75% | 0.65% | - |
| XYZ | 29.99 | 35.66 | 7.49 | - |
| YUV | 152.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 166 | 42 | 0 | 0.01 | 0.75 | 0.35 | 59.52 | 0.6 | 0.41 |
| Hex | A7 | A6 | 2A | 0 | 1 | 4B | 23 | 3C | 3C | 29 |
| Octal | 247 | 246 | 52 | 0 | 1 | 113 | 43 | 74 | 74 | 51 |
| Binary | 10100111 | 10100110 | 101010 | 0 | 1 | 1001011 | 100011 | 111100 | 111100 | 101001 |
Color Harmonies of #A7A62A
Complementary color
Monochromatic Colors of #A7A62A
Black with #A7A62A
Text Example
Text Example
White with #A7A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A62A; }
p { color: rgb(167,166,42); }
H1.HeaderClassName
{
color: #A7A62A;
}
.AnyTagClassName
{
color: #A7A62A;
}
</style>
background-color css
<style>
a { background-color: #A7A62A; }
a { background-color: rgb(167,166,42); }
div.DivClassName
{
background-color: #A7A62A;
}
.BgClassName
{
background-color: #A7A62A;
}
</style>
border-color css
<style>
span { border-color: #A7A62A; }
span { border-color: rgb(167,166,42); }
td.TdClassName
{
border-color: #A7A62A;
}
.TagClassName
{
border-color: #A7A62A;
}
</style>