Shades of Earls Green #AFA931
Tints of Earls Green #AFA931
RGB
CMYK
RGB Variations
Color information
#AFA931 (or 0xAFA931) is known color: Earls Green. HEX triplet: AF, A9 and 31. RGB value is (175,169,49). Sum of RGB (Red+Green+Blue) = 175+169+49=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA931 is #5056CE. Grayscale: #9D9D9D. Windows color (decimal): -5265103 or 3254703. OLE color: 3254703.
HSL color Cylindrical-coordinate representation of color #AFA931: hue angle of 57.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFA931 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 49 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.31 |
| HSL | 57.14º | 0.56% | 0.44% | - |
| HSV(B) | 57.14º | 0.72% | 0.69% | - |
| XYZ | 32.42 | 37.71 | 8.48 | - |
| YUV | 157.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 49 | 0 | 0.03 | 0.72 | 0.31 | 57.14 | 0.56 | 0.44 |
| Hex | AF | A9 | 31 | 0 | 3 | 48 | 1F | 39 | 38 | 2C |
| Octal | 257 | 251 | 61 | 0 | 3 | 110 | 37 | 71 | 70 | 54 |
| Binary | 10101111 | 10101001 | 110001 | 0 | 11 | 1001000 | 11111 | 111001 | 111000 | 101100 |
Color Harmonies of #AFA931
Complementary color
Monochromatic Colors of #AFA931
Black with #AFA931
Text Example
Text Example
White with #AFA931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA931; }
p { color: rgb(175,169,49); }
H1.HeaderClassName
{
color: #AFA931;
}
.AnyTagClassName
{
color: #AFA931;
}
</style>
background-color css
<style>
a { background-color: #AFA931; }
a { background-color: rgb(175,169,49); }
div.DivClassName
{
background-color: #AFA931;
}
.BgClassName
{
background-color: #AFA931;
}
</style>
border-color css
<style>
span { border-color: #AFA931; }
span { border-color: rgb(175,169,49); }
td.TdClassName
{
border-color: #AFA931;
}
.TagClassName
{
border-color: #AFA931;
}
</style>