Shades of Earls Green #AFA22D
Tints of Earls Green #AFA22D
RGB
CMYK
RGB Variations
Color information
#AFA22D (or 0xAFA22D) is known color: Earls Green. HEX triplet: AF, A2 and 2D. RGB value is (175,162,45). Sum of RGB (Red+Green+Blue) = 175+162+45=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA22D is #505DD2. Grayscale: #999999. Windows color (decimal): -5266899 or 2990767. OLE color: 2990767.
HSL color Cylindrical-coordinate representation of color #AFA22D: hue angle of 54º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFA22D is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 45 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.31 |
| HSL | 54º | 0.59% | 0.43% | - |
| HSV(B) | 54º | 0.74% | 0.69% | - |
| XYZ | 31.07 | 35.14 | 7.63 | - |
| YUV | 152.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 45 | 0 | 0.07 | 0.74 | 0.31 | 54 | 0.59 | 0.43 |
| Hex | AF | A2 | 2D | 0 | 7 | 4A | 1F | 36 | 3B | 2B |
| Octal | 257 | 242 | 55 | 0 | 7 | 112 | 37 | 66 | 73 | 53 |
| Binary | 10101111 | 10100010 | 101101 | 0 | 111 | 1001010 | 11111 | 110110 | 111011 | 101011 |
Color Harmonies of #AFA22D
Complementary color
Monochromatic Colors of #AFA22D
Black with #AFA22D
Text Example
Text Example
White with #AFA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA22D; }
p { color: rgb(175,162,45); }
H1.HeaderClassName
{
color: #AFA22D;
}
.AnyTagClassName
{
color: #AFA22D;
}
</style>
background-color css
<style>
a { background-color: #AFA22D; }
a { background-color: rgb(175,162,45); }
div.DivClassName
{
background-color: #AFA22D;
}
.BgClassName
{
background-color: #AFA22D;
}
</style>
border-color css
<style>
span { border-color: #AFA22D; }
span { border-color: rgb(175,162,45); }
td.TdClassName
{
border-color: #AFA22D;
}
.TagClassName
{
border-color: #AFA22D;
}
</style>