Shades of Earls Green #AF9F28
Tints of Earls Green #AF9F28
RGB
CMYK
RGB Variations
Color information
#AF9F28 (or 0xAF9F28) is known color: Earls Green. HEX triplet: AF, 9F and 28. RGB value is (175,159,40). Sum of RGB (Red+Green+Blue) = 175+159+40=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F28 is #5060D7. Grayscale: #969696. Windows color (decimal): -5267672 or 2662319. OLE color: 2662319.
HSL color Cylindrical-coordinate representation of color #AF9F28: hue angle of 52.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF9F28 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 40 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.31 |
| HSL | 52.89º | 0.63% | 0.42% | - |
| HSV(B) | 52.89º | 0.77% | 0.69% | - |
| XYZ | 30.46 | 34.06 | 6.98 | - |
| YUV | 150.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 40 | 0 | 0.09 | 0.77 | 0.31 | 52.89 | 0.63 | 0.42 |
| Hex | AF | 9F | 28 | 0 | 9 | 4D | 1F | 35 | 3F | 2A |
| Octal | 257 | 237 | 50 | 0 | 11 | 115 | 37 | 65 | 77 | 52 |
| Binary | 10101111 | 10011111 | 101000 | 0 | 1001 | 1001101 | 11111 | 110101 | 111111 | 101010 |
Color Harmonies of #AF9F28
Complementary color
Monochromatic Colors of #AF9F28
Black with #AF9F28
Text Example
Text Example
White with #AF9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F28; }
p { color: rgb(175,159,40); }
H1.HeaderClassName
{
color: #AF9F28;
}
.AnyTagClassName
{
color: #AF9F28;
}
</style>
background-color css
<style>
a { background-color: #AF9F28; }
a { background-color: rgb(175,159,40); }
div.DivClassName
{
background-color: #AF9F28;
}
.BgClassName
{
background-color: #AF9F28;
}
</style>
border-color css
<style>
span { border-color: #AF9F28; }
span { border-color: rgb(175,159,40); }
td.TdClassName
{
border-color: #AF9F28;
}
.TagClassName
{
border-color: #AF9F28;
}
</style>