Shades of Earls Green #A8A62B
Tints of Earls Green #A8A62B
RGB
CMYK
RGB Variations
Color information
#A8A62B (or 0xA8A62B) is known color: Earls Green. HEX triplet: A8, A6 and 2B. RGB value is (168,166,43). Sum of RGB (Red+Green+Blue) = 168+166+43=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A62B is #5759D4. Grayscale: #999999. Windows color (decimal): -5724629 or 2860712. OLE color: 2860712.
HSL color Cylindrical-coordinate representation of color #A8A62B: hue angle of 59.04º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8A62B is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 43 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.34 |
| HSL | 59.04º | 0.59% | 0.41% | - |
| HSV(B) | 59.04º | 0.74% | 0.66% | - |
| XYZ | 30.22 | 35.77 | 7.6 | - |
| YUV | 152.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 43 | 0 | 0.01 | 0.74 | 0.34 | 59.04 | 0.59 | 0.41 |
| Hex | A8 | A6 | 2B | 0 | 1 | 4A | 22 | 3B | 3B | 29 |
| Octal | 250 | 246 | 53 | 0 | 1 | 112 | 42 | 73 | 73 | 51 |
| Binary | 10101000 | 10100110 | 101011 | 0 | 1 | 1001010 | 100010 | 111011 | 111011 | 101001 |
Color Harmonies of #A8A62B
Complementary color
Monochromatic Colors of #A8A62B
Black with #A8A62B
Text Example
Text Example
White with #A8A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A62B; }
p { color: rgb(168,166,43); }
H1.HeaderClassName
{
color: #A8A62B;
}
.AnyTagClassName
{
color: #A8A62B;
}
</style>
background-color css
<style>
a { background-color: #A8A62B; }
a { background-color: rgb(168,166,43); }
div.DivClassName
{
background-color: #A8A62B;
}
.BgClassName
{
background-color: #A8A62B;
}
</style>
border-color css
<style>
span { border-color: #A8A62B; }
span { border-color: rgb(168,166,43); }
td.TdClassName
{
border-color: #A8A62B;
}
.TagClassName
{
border-color: #A8A62B;
}
</style>