Shades of Earls Green #A8A52A
Tints of Earls Green #A8A52A
RGB
CMYK
RGB Variations
Color information
#A8A52A (or 0xA8A52A) is known color: Earls Green. HEX triplet: A8, A5 and 2A. RGB value is (168,165,42). Sum of RGB (Red+Green+Blue) = 168+165+42=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A52A is #575AD5. Grayscale: #989898. Windows color (decimal): -5724886 or 2794920. OLE color: 2794920.
HSL color Cylindrical-coordinate representation of color #A8A52A: hue angle of 58.57º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8A52A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 42 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.34 |
| HSL | 58.57º | 0.6% | 0.41% | - |
| HSV(B) | 58.57º | 0.75% | 0.66% | - |
| XYZ | 30.02 | 35.4 | 7.44 | - |
| YUV | 151.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 42 | 0 | 0.02 | 0.75 | 0.34 | 58.57 | 0.6 | 0.41 |
| Hex | A8 | A5 | 2A | 0 | 2 | 4B | 22 | 3B | 3C | 29 |
| Octal | 250 | 245 | 52 | 0 | 2 | 113 | 42 | 73 | 74 | 51 |
| Binary | 10101000 | 10100101 | 101010 | 0 | 10 | 1001011 | 100010 | 111011 | 111100 | 101001 |
Color Harmonies of #A8A52A
Complementary color
Monochromatic Colors of #A8A52A
Black with #A8A52A
Text Example
Text Example
White with #A8A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A52A; }
p { color: rgb(168,165,42); }
H1.HeaderClassName
{
color: #A8A52A;
}
.AnyTagClassName
{
color: #A8A52A;
}
</style>
background-color css
<style>
a { background-color: #A8A52A; }
a { background-color: rgb(168,165,42); }
div.DivClassName
{
background-color: #A8A52A;
}
.BgClassName
{
background-color: #A8A52A;
}
</style>
border-color css
<style>
span { border-color: #A8A52A; }
span { border-color: rgb(168,165,42); }
td.TdClassName
{
border-color: #A8A52A;
}
.TagClassName
{
border-color: #A8A52A;
}
</style>