Shades of Earls Green #AFA92E
Tints of Earls Green #AFA92E
RGB
CMYK
RGB Variations
Color information
#AFA92E (or 0xAFA92E) is known color: Earls Green. HEX triplet: AF, A9 and 2E. RGB value is (175,169,46). Sum of RGB (Red+Green+Blue) = 175+169+46=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA92E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA92E is #5056D1. Grayscale: #9D9D9D. Windows color (decimal): -5265106 or 3058095. OLE color: 3058095.
HSL color Cylindrical-coordinate representation of color #AFA92E: hue angle of 57.21º degrees, saturation: 0.58, 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 #AFA92E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 46 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.31 |
| HSL | 57.21º | 0.58% | 0.43% | - |
| HSV(B) | 57.21º | 0.74% | 0.69% | - |
| XYZ | 32.36 | 37.69 | 8.15 | - |
| YUV | 156.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 46 | 0 | 0.03 | 0.74 | 0.31 | 57.21 | 0.58 | 0.43 |
| Hex | AF | A9 | 2E | 0 | 3 | 4A | 1F | 39 | 3A | 2B |
| Octal | 257 | 251 | 56 | 0 | 3 | 112 | 37 | 71 | 72 | 53 |
| Binary | 10101111 | 10101001 | 101110 | 0 | 11 | 1001010 | 11111 | 111001 | 111010 | 101011 |
Color Harmonies of #AFA92E
Complementary color
Monochromatic Colors of #AFA92E
Black with #AFA92E
Text Example
Text Example
White with #AFA92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA92E; }
p { color: rgb(175,169,46); }
H1.HeaderClassName
{
color: #AFA92E;
}
.AnyTagClassName
{
color: #AFA92E;
}
</style>
background-color css
<style>
a { background-color: #AFA92E; }
a { background-color: rgb(175,169,46); }
div.DivClassName
{
background-color: #AFA92E;
}
.BgClassName
{
background-color: #AFA92E;
}
</style>
border-color css
<style>
span { border-color: #AFA92E; }
span { border-color: rgb(175,169,46); }
td.TdClassName
{
border-color: #AFA92E;
}
.TagClassName
{
border-color: #AFA92E;
}
</style>