Shades of Earls Green #AFA72A
Tints of Earls Green #AFA72A
RGB
CMYK
RGB Variations
Color information
#AFA72A (or 0xAFA72A) is known color: Earls Green. HEX triplet: AF, A7 and 2A. RGB value is (175,167,42). Sum of RGB (Red+Green+Blue) = 175+167+42=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA72A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA72A is #5058D5. Grayscale: #9B9B9B. Windows color (decimal): -5265622 or 2795439. OLE color: 2795439.
HSL color Cylindrical-coordinate representation of color #AFA72A: hue angle of 56.39º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFA72A is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 42 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.31 |
| HSL | 56.39º | 0.61% | 0.43% | - |
| HSV(B) | 56.39º | 0.76% | 0.69% | - |
| XYZ | 31.92 | 36.92 | 7.63 | - |
| YUV | 155.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 42 | 0 | 0.05 | 0.76 | 0.31 | 56.39 | 0.61 | 0.43 |
| Hex | AF | A7 | 2A | 0 | 5 | 4C | 1F | 38 | 3D | 2B |
| Octal | 257 | 247 | 52 | 0 | 5 | 114 | 37 | 70 | 75 | 53 |
| Binary | 10101111 | 10100111 | 101010 | 0 | 101 | 1001100 | 11111 | 111000 | 111101 | 101011 |
Color Harmonies of #AFA72A
Complementary color
Monochromatic Colors of #AFA72A
Black with #AFA72A
Text Example
Text Example
White with #AFA72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA72A; }
p { color: rgb(175,167,42); }
H1.HeaderClassName
{
color: #AFA72A;
}
.AnyTagClassName
{
color: #AFA72A;
}
</style>
background-color css
<style>
a { background-color: #AFA72A; }
a { background-color: rgb(175,167,42); }
div.DivClassName
{
background-color: #AFA72A;
}
.BgClassName
{
background-color: #AFA72A;
}
</style>
border-color css
<style>
span { border-color: #AFA72A; }
span { border-color: rgb(175,167,42); }
td.TdClassName
{
border-color: #AFA72A;
}
.TagClassName
{
border-color: #AFA72A;
}
</style>