Shades of Earls Green #AFA420
Tints of Earls Green #AFA420
RGB
CMYK
RGB Variations
Color information
#AFA420 (or 0xAFA420) is known color: Earls Green. HEX triplet: AF, A4 and 20. RGB value is (175,164,32). Sum of RGB (Red+Green+Blue) = 175+164+32=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA420 is #505BDF. Grayscale: #989898. Windows color (decimal): -5266400 or 2139311. OLE color: 2139311.
HSL color Cylindrical-coordinate representation of color #AFA420: hue angle of 55.38º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFA420 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 32 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.31 |
| HSL | 55.38º | 0.69% | 0.41% | - |
| HSV(B) | 55.38º | 0.82% | 0.69% | - |
| XYZ | 31.22 | 35.77 | 6.63 | - |
| YUV | 152.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 32 | 0 | 0.06 | 0.82 | 0.31 | 55.38 | 0.69 | 0.41 |
| Hex | AF | A4 | 20 | 0 | 6 | 52 | 1F | 37 | 45 | 29 |
| Octal | 257 | 244 | 40 | 0 | 6 | 122 | 37 | 67 | 105 | 51 |
| Binary | 10101111 | 10100100 | 100000 | 0 | 110 | 1010010 | 11111 | 110111 | 1000101 | 101001 |
Color Harmonies of #AFA420
Complementary color
Monochromatic Colors of #AFA420
Black with #AFA420
Text Example
Text Example
White with #AFA420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA420; }
p { color: rgb(175,164,32); }
H1.HeaderClassName
{
color: #AFA420;
}
.AnyTagClassName
{
color: #AFA420;
}
</style>
background-color css
<style>
a { background-color: #AFA420; }
a { background-color: rgb(175,164,32); }
div.DivClassName
{
background-color: #AFA420;
}
.BgClassName
{
background-color: #AFA420;
}
</style>
border-color css
<style>
span { border-color: #AFA420; }
span { border-color: rgb(175,164,32); }
td.TdClassName
{
border-color: #AFA420;
}
.TagClassName
{
border-color: #AFA420;
}
</style>