Shades of Earls Green #AFA22A
Tints of Earls Green #AFA22A
RGB
CMYK
RGB Variations
Color information
#AFA22A (or 0xAFA22A) is known color: Earls Green. HEX triplet: AF, A2 and 2A. RGB value is (175,162,42). Sum of RGB (Red+Green+Blue) = 175+162+42=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA22A is #505DD5. Grayscale: #989898. Windows color (decimal): -5266902 or 2794159. OLE color: 2794159.
HSL color Cylindrical-coordinate representation of color #AFA22A: hue angle of 54.14º 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 #AFA22A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 42 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.31 |
| HSL | 54.14º | 0.61% | 0.43% | - |
| HSV(B) | 54.14º | 0.76% | 0.69% | - |
| XYZ | 31.02 | 35.12 | 7.33 | - |
| YUV | 152.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 42 | 0 | 0.07 | 0.76 | 0.31 | 54.14 | 0.61 | 0.43 |
| Hex | AF | A2 | 2A | 0 | 7 | 4C | 1F | 36 | 3D | 2B |
| Octal | 257 | 242 | 52 | 0 | 7 | 114 | 37 | 66 | 75 | 53 |
| Binary | 10101111 | 10100010 | 101010 | 0 | 111 | 1001100 | 11111 | 110110 | 111101 | 101011 |
Color Harmonies of #AFA22A
Complementary color
Monochromatic Colors of #AFA22A
Black with #AFA22A
Text Example
Text Example
White with #AFA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA22A; }
p { color: rgb(175,162,42); }
H1.HeaderClassName
{
color: #AFA22A;
}
.AnyTagClassName
{
color: #AFA22A;
}
</style>
background-color css
<style>
a { background-color: #AFA22A; }
a { background-color: rgb(175,162,42); }
div.DivClassName
{
background-color: #AFA22A;
}
.BgClassName
{
background-color: #AFA22A;
}
</style>
border-color css
<style>
span { border-color: #AFA22A; }
span { border-color: rgb(175,162,42); }
td.TdClassName
{
border-color: #AFA22A;
}
.TagClassName
{
border-color: #AFA22A;
}
</style>