Shades of Earls Green #AFAE29
Tints of Earls Green #AFAE29
RGB
CMYK
RGB Variations
Color information
#AFAE29 (or 0xAFAE29) is known color: Earls Green. HEX triplet: AF, AE and 29. RGB value is (175,174,41). Sum of RGB (Red+Green+Blue) = 175+174+41=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE29 is #5051D6. Grayscale: #9F9F9F. Windows color (decimal): -5263831 or 2731695. OLE color: 2731695.
HSL color Cylindrical-coordinate representation of color #AFAE29: hue angle of 59.55º degrees, saturation: 0.62, 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 #AFAE29 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 41 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.31 |
| HSL | 59.55º | 0.62% | 0.42% | - |
| HSV(B) | 59.55º | 0.77% | 0.69% | - |
| XYZ | 33.22 | 39.55 | 7.98 | - |
| YUV | 159.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 41 | 0 | 0.01 | 0.77 | 0.31 | 59.55 | 0.62 | 0.42 |
| Hex | AF | AE | 29 | 0 | 1 | 4D | 1F | 3C | 3E | 2A |
| Octal | 257 | 256 | 51 | 0 | 1 | 115 | 37 | 74 | 76 | 52 |
| Binary | 10101111 | 10101110 | 101001 | 0 | 1 | 1001101 | 11111 | 111100 | 111110 | 101010 |
Color Harmonies of #AFAE29
Complementary color
Monochromatic Colors of #AFAE29
Black with #AFAE29
Text Example
Text Example
White with #AFAE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE29; }
p { color: rgb(175,174,41); }
H1.HeaderClassName
{
color: #AFAE29;
}
.AnyTagClassName
{
color: #AFAE29;
}
</style>
background-color css
<style>
a { background-color: #AFAE29; }
a { background-color: rgb(175,174,41); }
div.DivClassName
{
background-color: #AFAE29;
}
.BgClassName
{
background-color: #AFAE29;
}
</style>
border-color css
<style>
span { border-color: #AFAE29; }
span { border-color: rgb(175,174,41); }
td.TdClassName
{
border-color: #AFAE29;
}
.TagClassName
{
border-color: #AFAE29;
}
</style>