Shades of Earls Green #AFAE20
Tints of Earls Green #AFAE20
RGB
CMYK
RGB Variations
Color information
#AFAE20 (or 0xAFAE20) is known color: Earls Green. HEX triplet: AF, AE and 20. RGB value is (175,174,32). Sum of RGB (Red+Green+Blue) = 175+174+32=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE20 is #5051DF. Grayscale: #9E9E9E. Windows color (decimal): -5263840 or 2141871. OLE color: 2141871.
HSL color Cylindrical-coordinate representation of color #AFAE20: hue angle of 59.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFAE20 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 32 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.31 |
| HSL | 59.58º | 0.69% | 0.41% | - |
| HSV(B) | 59.58º | 0.82% | 0.69% | - |
| XYZ | 33.08 | 39.49 | 7.25 | - |
| YUV | 158.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 32 | 0 | 0.01 | 0.82 | 0.31 | 59.58 | 0.69 | 0.41 |
| Hex | AF | AE | 20 | 0 | 1 | 52 | 1F | 3C | 45 | 29 |
| Octal | 257 | 256 | 40 | 0 | 1 | 122 | 37 | 74 | 105 | 51 |
| Binary | 10101111 | 10101110 | 100000 | 0 | 1 | 1010010 | 11111 | 111100 | 1000101 | 101001 |
Color Harmonies of #AFAE20
Complementary color
Monochromatic Colors of #AFAE20
Black with #AFAE20
Text Example
Text Example
White with #AFAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE20; }
p { color: rgb(175,174,32); }
H1.HeaderClassName
{
color: #AFAE20;
}
.AnyTagClassName
{
color: #AFAE20;
}
</style>
background-color css
<style>
a { background-color: #AFAE20; }
a { background-color: rgb(175,174,32); }
div.DivClassName
{
background-color: #AFAE20;
}
.BgClassName
{
background-color: #AFAE20;
}
</style>
border-color css
<style>
span { border-color: #AFAE20; }
span { border-color: rgb(175,174,32); }
td.TdClassName
{
border-color: #AFAE20;
}
.TagClassName
{
border-color: #AFAE20;
}
</style>