Shades of Earls Green #AFAC2C
Tints of Earls Green #AFAC2C
RGB
CMYK
RGB Variations
Color information
#AFAC2C (or 0xAFAC2C) is known color: Earls Green. HEX triplet: AF, AC and 2C. RGB value is (175,172,44). Sum of RGB (Red+Green+Blue) = 175+172+44=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC2C is #5053D3. Grayscale: #9E9E9E. Windows color (decimal): -5264340 or 2927791. OLE color: 2927791.
HSL color Cylindrical-coordinate representation of color #AFAC2C: hue angle of 58.63º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFAC2C is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 44 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.31 |
| HSL | 58.63º | 0.6% | 0.43% | - |
| HSV(B) | 58.63º | 0.75% | 0.69% | - |
| XYZ | 32.89 | 38.8 | 8.14 | - |
| YUV | 158.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 44 | 0 | 0.02 | 0.75 | 0.31 | 58.63 | 0.6 | 0.43 |
| Hex | AF | AC | 2C | 0 | 2 | 4B | 1F | 3B | 3C | 2B |
| Octal | 257 | 254 | 54 | 0 | 2 | 113 | 37 | 73 | 74 | 53 |
| Binary | 10101111 | 10101100 | 101100 | 0 | 10 | 1001011 | 11111 | 111011 | 111100 | 101011 |
Color Harmonies of #AFAC2C
Complementary color
Monochromatic Colors of #AFAC2C
Black with #AFAC2C
Text Example
Text Example
White with #AFAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC2C; }
p { color: rgb(175,172,44); }
H1.HeaderClassName
{
color: #AFAC2C;
}
.AnyTagClassName
{
color: #AFAC2C;
}
</style>
background-color css
<style>
a { background-color: #AFAC2C; }
a { background-color: rgb(175,172,44); }
div.DivClassName
{
background-color: #AFAC2C;
}
.BgClassName
{
background-color: #AFAC2C;
}
</style>
border-color css
<style>
span { border-color: #AFAC2C; }
span { border-color: rgb(175,172,44); }
td.TdClassName
{
border-color: #AFAC2C;
}
.TagClassName
{
border-color: #AFAC2C;
}
</style>