Shades of Earls Green #AFA626
Tints of Earls Green #AFA626
RGB
CMYK
RGB Variations
Color information
#AFA626 (or 0xAFA626) is known color: Earls Green. HEX triplet: AF, A6 and 26. RGB value is (175,166,38). Sum of RGB (Red+Green+Blue) = 175+166+38=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA626 is #5059D9. Grayscale: #9A9A9A. Windows color (decimal): -5265882 or 2533039. OLE color: 2533039.
HSL color Cylindrical-coordinate representation of color #AFA626: hue angle of 56.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFA626 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 38 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.31 |
| HSL | 56.06º | 0.64% | 0.42% | - |
| HSV(B) | 56.06º | 0.78% | 0.69% | - |
| XYZ | 31.67 | 36.53 | 7.22 | - |
| YUV | 154.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 38 | 0 | 0.05 | 0.78 | 0.31 | 56.06 | 0.64 | 0.42 |
| Hex | AF | A6 | 26 | 0 | 5 | 4E | 1F | 38 | 40 | 2A |
| Octal | 257 | 246 | 46 | 0 | 5 | 116 | 37 | 70 | 100 | 52 |
| Binary | 10101111 | 10100110 | 100110 | 0 | 101 | 1001110 | 11111 | 111000 | 1000000 | 101010 |
Color Harmonies of #AFA626
Complementary color
Monochromatic Colors of #AFA626
Black with #AFA626
Text Example
Text Example
White with #AFA626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA626; }
p { color: rgb(175,166,38); }
H1.HeaderClassName
{
color: #AFA626;
}
.AnyTagClassName
{
color: #AFA626;
}
</style>
background-color css
<style>
a { background-color: #AFA626; }
a { background-color: rgb(175,166,38); }
div.DivClassName
{
background-color: #AFA626;
}
.BgClassName
{
background-color: #AFA626;
}
</style>
border-color css
<style>
span { border-color: #AFA626; }
span { border-color: rgb(175,166,38); }
td.TdClassName
{
border-color: #AFA626;
}
.TagClassName
{
border-color: #AFA626;
}
</style>