Shades of Earls Green #A7A330
Tints of Earls Green #A7A330
RGB
CMYK
RGB Variations
Color information
#A7A330 (or 0xA7A330) is known color: Earls Green. HEX triplet: A7, A3 and 30. RGB value is (167,163,48). Sum of RGB (Red+Green+Blue) = 167+163+48=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A330 is #585CCF. Grayscale: #979797. Windows color (decimal): -5790928 or 3187623. OLE color: 3187623.
HSL color Cylindrical-coordinate representation of color #A7A330: hue angle of 57.98º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7A330 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 163 | 48 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.35 |
| HSL | 57.98º | 0.55% | 0.42% | - |
| HSV(B) | 57.98º | 0.71% | 0.65% | - |
| XYZ | 29.57 | 34.62 | 7.92 | - |
| YUV | 151.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 48 | 0 | 0.02 | 0.71 | 0.35 | 57.98 | 0.55 | 0.42 |
| Hex | A7 | A3 | 30 | 0 | 2 | 47 | 23 | 3A | 37 | 2A |
| Octal | 247 | 243 | 60 | 0 | 2 | 107 | 43 | 72 | 67 | 52 |
| Binary | 10100111 | 10100011 | 110000 | 0 | 10 | 1000111 | 100011 | 111010 | 110111 | 101010 |
Color Harmonies of #A7A330
Complementary color
Monochromatic Colors of #A7A330
Black with #A7A330
Text Example
Text Example
White with #A7A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A330; }
p { color: rgb(167,163,48); }
H1.HeaderClassName
{
color: #A7A330;
}
.AnyTagClassName
{
color: #A7A330;
}
</style>
background-color css
<style>
a { background-color: #A7A330; }
a { background-color: rgb(167,163,48); }
div.DivClassName
{
background-color: #A7A330;
}
.BgClassName
{
background-color: #A7A330;
}
</style>
border-color css
<style>
span { border-color: #A7A330; }
span { border-color: rgb(167,163,48); }
td.TdClassName
{
border-color: #A7A330;
}
.TagClassName
{
border-color: #A7A330;
}
</style>