Shades of Earls Green #AFA325
Tints of Earls Green #AFA325
RGB
CMYK
RGB Variations
Color information
#AFA325 (or 0xAFA325) is known color: Earls Green. HEX triplet: AF, A3 and 25. RGB value is (175,163,37). Sum of RGB (Red+Green+Blue) = 175+163+37=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA325 is #505CDA. Grayscale: #989898. Windows color (decimal): -5266651 or 2466735. OLE color: 2466735.
HSL color Cylindrical-coordinate representation of color #AFA325: hue angle of 54.78º 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 #AFA325 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 37 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.31 |
| HSL | 54.78º | 0.65% | 0.42% | - |
| HSV(B) | 54.78º | 0.79% | 0.69% | - |
| XYZ | 31.11 | 35.44 | 6.95 | - |
| YUV | 152.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 37 | 0 | 0.07 | 0.79 | 0.31 | 54.78 | 0.65 | 0.42 |
| Hex | AF | A3 | 25 | 0 | 7 | 4F | 1F | 37 | 41 | 2A |
| Octal | 257 | 243 | 45 | 0 | 7 | 117 | 37 | 67 | 101 | 52 |
| Binary | 10101111 | 10100011 | 100101 | 0 | 111 | 1001111 | 11111 | 110111 | 1000001 | 101010 |
Color Harmonies of #AFA325
Complementary color
Monochromatic Colors of #AFA325
Black with #AFA325
Text Example
Text Example
White with #AFA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA325; }
p { color: rgb(175,163,37); }
H1.HeaderClassName
{
color: #AFA325;
}
.AnyTagClassName
{
color: #AFA325;
}
</style>
background-color css
<style>
a { background-color: #AFA325; }
a { background-color: rgb(175,163,37); }
div.DivClassName
{
background-color: #AFA325;
}
.BgClassName
{
background-color: #AFA325;
}
</style>
border-color css
<style>
span { border-color: #AFA325; }
span { border-color: rgb(175,163,37); }
td.TdClassName
{
border-color: #AFA325;
}
.TagClassName
{
border-color: #AFA325;
}
</style>