Shades of Earls Green #AFA228
Tints of Earls Green #AFA228
RGB
CMYK
RGB Variations
Color information
#AFA228 (or 0xAFA228) is known color: Earls Green. HEX triplet: AF, A2 and 28. RGB value is (175,162,40). Sum of RGB (Red+Green+Blue) = 175+162+40=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA228 is #505DD7. Grayscale: #989898. Windows color (decimal): -5266904 or 2663087. OLE color: 2663087.
HSL color Cylindrical-coordinate representation of color #AFA228: hue angle of 54.22º 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 #AFA228 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 40 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.31 |
| HSL | 54.22º | 0.63% | 0.42% | - |
| HSV(B) | 54.22º | 0.77% | 0.69% | - |
| XYZ | 30.98 | 35.11 | 7.15 | - |
| YUV | 151.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 40 | 0 | 0.07 | 0.77 | 0.31 | 54.22 | 0.63 | 0.42 |
| Hex | AF | A2 | 28 | 0 | 7 | 4D | 1F | 36 | 3F | 2A |
| Octal | 257 | 242 | 50 | 0 | 7 | 115 | 37 | 66 | 77 | 52 |
| Binary | 10101111 | 10100010 | 101000 | 0 | 111 | 1001101 | 11111 | 110110 | 111111 | 101010 |
Color Harmonies of #AFA228
Complementary color
Monochromatic Colors of #AFA228
Black with #AFA228
Text Example
Text Example
White with #AFA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA228; }
p { color: rgb(175,162,40); }
H1.HeaderClassName
{
color: #AFA228;
}
.AnyTagClassName
{
color: #AFA228;
}
</style>
background-color css
<style>
a { background-color: #AFA228; }
a { background-color: rgb(175,162,40); }
div.DivClassName
{
background-color: #AFA228;
}
.BgClassName
{
background-color: #AFA228;
}
</style>
border-color css
<style>
span { border-color: #AFA228; }
span { border-color: rgb(175,162,40); }
td.TdClassName
{
border-color: #AFA228;
}
.TagClassName
{
border-color: #AFA228;
}
</style>