Shades of Earls Green #AFA425
Tints of Earls Green #AFA425
RGB
CMYK
RGB Variations
Color information
#AFA425 (or 0xAFA425) is known color: Earls Green. HEX triplet: AF, A4 and 25. RGB value is (175,164,37). Sum of RGB (Red+Green+Blue) = 175+164+37=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA425 is #505BDA. Grayscale: #999999. Windows color (decimal): -5266395 or 2466991. OLE color: 2466991.
HSL color Cylindrical-coordinate representation of color #AFA425: hue angle of 55.22º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFA425 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 37 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.31 |
| HSL | 55.22º | 0.65% | 0.42% | - |
| HSV(B) | 55.22º | 0.79% | 0.69% | - |
| XYZ | 31.29 | 35.8 | 7.01 | - |
| YUV | 152.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 37 | 0 | 0.06 | 0.79 | 0.31 | 55.22 | 0.65 | 0.42 |
| Hex | AF | A4 | 25 | 0 | 6 | 4F | 1F | 37 | 41 | 2A |
| Octal | 257 | 244 | 45 | 0 | 6 | 117 | 37 | 67 | 101 | 52 |
| Binary | 10101111 | 10100100 | 100101 | 0 | 110 | 1001111 | 11111 | 110111 | 1000001 | 101010 |
Color Harmonies of #AFA425
Complementary color
Monochromatic Colors of #AFA425
Black with #AFA425
Text Example
Text Example
White with #AFA425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA425; }
p { color: rgb(175,164,37); }
H1.HeaderClassName
{
color: #AFA425;
}
.AnyTagClassName
{
color: #AFA425;
}
</style>
background-color css
<style>
a { background-color: #AFA425; }
a { background-color: rgb(175,164,37); }
div.DivClassName
{
background-color: #AFA425;
}
.BgClassName
{
background-color: #AFA425;
}
</style>
border-color css
<style>
span { border-color: #AFA425; }
span { border-color: rgb(175,164,37); }
td.TdClassName
{
border-color: #AFA425;
}
.TagClassName
{
border-color: #AFA425;
}
</style>