Shades of Earls Green #AFAE28
Tints of Earls Green #AFAE28
RGB
CMYK
RGB Variations
Color information
#AFAE28 (or 0xAFAE28) is known color: Earls Green. HEX triplet: AF, AE and 28. RGB value is (175,174,40). Sum of RGB (Red+Green+Blue) = 175+174+40=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE28 is #5051D7. Grayscale: #9F9F9F. Windows color (decimal): -5263832 or 2666159. OLE color: 2666159.
HSL color Cylindrical-coordinate representation of color #AFAE28: hue angle of 59.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFAE28 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 40 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.31 |
| HSL | 59.56º | 0.63% | 0.42% | - |
| HSV(B) | 59.56º | 0.77% | 0.69% | - |
| XYZ | 33.2 | 39.54 | 7.89 | - |
| YUV | 159.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 40 | 0 | 0.01 | 0.77 | 0.31 | 59.56 | 0.63 | 0.42 |
| Hex | AF | AE | 28 | 0 | 1 | 4D | 1F | 3C | 3F | 2A |
| Octal | 257 | 256 | 50 | 0 | 1 | 115 | 37 | 74 | 77 | 52 |
| Binary | 10101111 | 10101110 | 101000 | 0 | 1 | 1001101 | 11111 | 111100 | 111111 | 101010 |
Color Harmonies of #AFAE28
Complementary color
Monochromatic Colors of #AFAE28
Black with #AFAE28
Text Example
Text Example
White with #AFAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE28; }
p { color: rgb(175,174,40); }
H1.HeaderClassName
{
color: #AFAE28;
}
.AnyTagClassName
{
color: #AFAE28;
}
</style>
background-color css
<style>
a { background-color: #AFAE28; }
a { background-color: rgb(175,174,40); }
div.DivClassName
{
background-color: #AFAE28;
}
.BgClassName
{
background-color: #AFAE28;
}
</style>
border-color css
<style>
span { border-color: #AFAE28; }
span { border-color: rgb(175,174,40); }
td.TdClassName
{
border-color: #AFAE28;
}
.TagClassName
{
border-color: #AFAE28;
}
</style>