Shades of Earls Green #AFA029
Tints of Earls Green #AFA029
RGB
CMYK
RGB Variations
Color information
#AFA029 (or 0xAFA029) is known color: Earls Green. HEX triplet: AF, A0 and 29. RGB value is (175,160,41). Sum of RGB (Red+Green+Blue) = 175+160+41=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA029 is #505FD6. Grayscale: #979797. Windows color (decimal): -5267415 or 2728111. OLE color: 2728111.
HSL color Cylindrical-coordinate representation of color #AFA029: hue angle of 53.28º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFA029 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 41 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.31 |
| HSL | 53.28º | 0.62% | 0.42% | - |
| HSV(B) | 53.28º | 0.77% | 0.69% | - |
| XYZ | 30.65 | 34.42 | 7.13 | - |
| YUV | 150.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 41 | 0 | 0.09 | 0.77 | 0.31 | 53.28 | 0.62 | 0.42 |
| Hex | AF | A0 | 29 | 0 | 9 | 4D | 1F | 35 | 3E | 2A |
| Octal | 257 | 240 | 51 | 0 | 11 | 115 | 37 | 65 | 76 | 52 |
| Binary | 10101111 | 10100000 | 101001 | 0 | 1001 | 1001101 | 11111 | 110101 | 111110 | 101010 |
Color Harmonies of #AFA029
Complementary color
Monochromatic Colors of #AFA029
Black with #AFA029
Text Example
Text Example
White with #AFA029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA029; }
p { color: rgb(175,160,41); }
H1.HeaderClassName
{
color: #AFA029;
}
.AnyTagClassName
{
color: #AFA029;
}
</style>
background-color css
<style>
a { background-color: #AFA029; }
a { background-color: rgb(175,160,41); }
div.DivClassName
{
background-color: #AFA029;
}
.BgClassName
{
background-color: #AFA029;
}
</style>
border-color css
<style>
span { border-color: #AFA029; }
span { border-color: rgb(175,160,41); }
td.TdClassName
{
border-color: #AFA029;
}
.TagClassName
{
border-color: #AFA029;
}
</style>