Shades of Earls Green #AFA028
Tints of Earls Green #AFA028
RGB
CMYK
RGB Variations
Color information
#AFA028 (or 0xAFA028) is known color: Earls Green. HEX triplet: AF, A0 and 28. RGB value is (175,160,40). Sum of RGB (Red+Green+Blue) = 175+160+40=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA028 is #505FD7. Grayscale: #979797. Windows color (decimal): -5267416 or 2662575. OLE color: 2662575.
HSL color Cylindrical-coordinate representation of color #AFA028: hue angle of 53.33º degrees, saturation: 0.63, 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 #AFA028 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 40 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.31 |
| HSL | 53.33º | 0.63% | 0.42% | - |
| HSV(B) | 53.33º | 0.77% | 0.69% | - |
| XYZ | 30.63 | 34.41 | 7.03 | - |
| YUV | 150.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 40 | 0 | 0.09 | 0.77 | 0.31 | 53.33 | 0.63 | 0.42 |
| Hex | AF | A0 | 28 | 0 | 9 | 4D | 1F | 35 | 3F | 2A |
| Octal | 257 | 240 | 50 | 0 | 11 | 115 | 37 | 65 | 77 | 52 |
| Binary | 10101111 | 10100000 | 101000 | 0 | 1001 | 1001101 | 11111 | 110101 | 111111 | 101010 |
Color Harmonies of #AFA028
Complementary color
Monochromatic Colors of #AFA028
Black with #AFA028
Text Example
Text Example
White with #AFA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA028; }
p { color: rgb(175,160,40); }
H1.HeaderClassName
{
color: #AFA028;
}
.AnyTagClassName
{
color: #AFA028;
}
</style>
background-color css
<style>
a { background-color: #AFA028; }
a { background-color: rgb(175,160,40); }
div.DivClassName
{
background-color: #AFA028;
}
.BgClassName
{
background-color: #AFA028;
}
</style>
border-color css
<style>
span { border-color: #AFA028; }
span { border-color: rgb(175,160,40); }
td.TdClassName
{
border-color: #AFA028;
}
.TagClassName
{
border-color: #AFA028;
}
</style>