Shades of Earls Green #AFA326
Tints of Earls Green #AFA326
RGB
CMYK
RGB Variations
Color information
#AFA326 (or 0xAFA326) is known color: Earls Green. HEX triplet: AF, A3 and 26. RGB value is (175,163,38). Sum of RGB (Red+Green+Blue) = 175+163+38=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA326 is #505CD9. Grayscale: #989898. Windows color (decimal): -5266650 or 2532271. OLE color: 2532271.
HSL color Cylindrical-coordinate representation of color #AFA326: hue angle of 54.74º 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 #AFA326 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 38 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.31 |
| HSL | 54.74º | 0.64% | 0.42% | - |
| HSV(B) | 54.74º | 0.78% | 0.69% | - |
| XYZ | 31.13 | 35.45 | 7.04 | - |
| YUV | 152.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 38 | 0 | 0.07 | 0.78 | 0.31 | 54.74 | 0.64 | 0.42 |
| Hex | AF | A3 | 26 | 0 | 7 | 4E | 1F | 37 | 40 | 2A |
| Octal | 257 | 243 | 46 | 0 | 7 | 116 | 37 | 67 | 100 | 52 |
| Binary | 10101111 | 10100011 | 100110 | 0 | 111 | 1001110 | 11111 | 110111 | 1000000 | 101010 |
Color Harmonies of #AFA326
Complementary color
Monochromatic Colors of #AFA326
Black with #AFA326
Text Example
Text Example
White with #AFA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA326; }
p { color: rgb(175,163,38); }
H1.HeaderClassName
{
color: #AFA326;
}
.AnyTagClassName
{
color: #AFA326;
}
</style>
background-color css
<style>
a { background-color: #AFA326; }
a { background-color: rgb(175,163,38); }
div.DivClassName
{
background-color: #AFA326;
}
.BgClassName
{
background-color: #AFA326;
}
</style>
border-color css
<style>
span { border-color: #AFA326; }
span { border-color: rgb(175,163,38); }
td.TdClassName
{
border-color: #AFA326;
}
.TagClassName
{
border-color: #AFA326;
}
</style>