Shades of Earls Green #AFA32A
Tints of Earls Green #AFA32A
RGB
CMYK
RGB Variations
Color information
#AFA32A (or 0xAFA32A) is known color: Earls Green. HEX triplet: AF, A3 and 2A. RGB value is (175,163,42). Sum of RGB (Red+Green+Blue) = 175+163+42=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA32A is #505CD5. Grayscale: #999999. Windows color (decimal): -5266646 or 2794415. OLE color: 2794415.
HSL color Cylindrical-coordinate representation of color #AFA32A: hue angle of 54.59º 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 #AFA32A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 42 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.31 |
| HSL | 54.59º | 0.61% | 0.43% | - |
| HSV(B) | 54.59º | 0.76% | 0.69% | - |
| XYZ | 31.19 | 35.48 | 7.39 | - |
| YUV | 152.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 42 | 0 | 0.07 | 0.76 | 0.31 | 54.59 | 0.61 | 0.43 |
| Hex | AF | A3 | 2A | 0 | 7 | 4C | 1F | 37 | 3D | 2B |
| Octal | 257 | 243 | 52 | 0 | 7 | 114 | 37 | 67 | 75 | 53 |
| Binary | 10101111 | 10100011 | 101010 | 0 | 111 | 1001100 | 11111 | 110111 | 111101 | 101011 |
Color Harmonies of #AFA32A
Complementary color
Monochromatic Colors of #AFA32A
Black with #AFA32A
Text Example
Text Example
White with #AFA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA32A; }
p { color: rgb(175,163,42); }
H1.HeaderClassName
{
color: #AFA32A;
}
.AnyTagClassName
{
color: #AFA32A;
}
</style>
background-color css
<style>
a { background-color: #AFA32A; }
a { background-color: rgb(175,163,42); }
div.DivClassName
{
background-color: #AFA32A;
}
.BgClassName
{
background-color: #AFA32A;
}
</style>
border-color css
<style>
span { border-color: #AFA32A; }
span { border-color: rgb(175,163,42); }
td.TdClassName
{
border-color: #AFA32A;
}
.TagClassName
{
border-color: #AFA32A;
}
</style>