Shades of Earls Green #AFA829
Tints of Earls Green #AFA829
RGB
CMYK
RGB Variations
Color information
#AFA829 (or 0xAFA829) is known color: Earls Green. HEX triplet: AF, A8 and 29. RGB value is (175,168,41). Sum of RGB (Red+Green+Blue) = 175+168+41=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA829 is #5057D6. Grayscale: #9C9C9C. Windows color (decimal): -5265367 or 2730159. OLE color: 2730159.
HSL color Cylindrical-coordinate representation of color #AFA829: hue angle of 56.87º 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 #AFA829 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 41 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.31 |
| HSL | 56.87º | 0.62% | 0.42% | - |
| HSV(B) | 56.87º | 0.77% | 0.69% | - |
| XYZ | 32.08 | 37.28 | 7.6 | - |
| YUV | 155.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 41 | 0 | 0.04 | 0.77 | 0.31 | 56.87 | 0.62 | 0.42 |
| Hex | AF | A8 | 29 | 0 | 4 | 4D | 1F | 39 | 3E | 2A |
| Octal | 257 | 250 | 51 | 0 | 4 | 115 | 37 | 71 | 76 | 52 |
| Binary | 10101111 | 10101000 | 101001 | 0 | 100 | 1001101 | 11111 | 111001 | 111110 | 101010 |
Color Harmonies of #AFA829
Complementary color
Monochromatic Colors of #AFA829
Black with #AFA829
Text Example
Text Example
White with #AFA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA829; }
p { color: rgb(175,168,41); }
H1.HeaderClassName
{
color: #AFA829;
}
.AnyTagClassName
{
color: #AFA829;
}
</style>
background-color css
<style>
a { background-color: #AFA829; }
a { background-color: rgb(175,168,41); }
div.DivClassName
{
background-color: #AFA829;
}
.BgClassName
{
background-color: #AFA829;
}
</style>
border-color css
<style>
span { border-color: #AFA829; }
span { border-color: rgb(175,168,41); }
td.TdClassName
{
border-color: #AFA829;
}
.TagClassName
{
border-color: #AFA829;
}
</style>