Shades of Earls Green #AFAE2C
Tints of Earls Green #AFAE2C
RGB
CMYK
RGB Variations
Color information
#AFAE2C (or 0xAFAE2C) is known color: Earls Green. HEX triplet: AF, AE and 2C. RGB value is (175,174,44). Sum of RGB (Red+Green+Blue) = 175+174+44=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE2C is #5051D3. Grayscale: #A0A0A0. Windows color (decimal): -5263828 or 2928303. OLE color: 2928303.
HSL color Cylindrical-coordinate representation of color #AFAE2C: hue angle of 59.54º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFAE2C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 44 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.31 |
| HSL | 59.54º | 0.6% | 0.43% | - |
| HSV(B) | 59.54º | 0.75% | 0.69% | - |
| XYZ | 33.27 | 39.57 | 8.27 | - |
| YUV | 159.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 44 | 0 | 0.01 | 0.75 | 0.31 | 59.54 | 0.6 | 0.43 |
| Hex | AF | AE | 2C | 0 | 1 | 4B | 1F | 3C | 3C | 2B |
| Octal | 257 | 256 | 54 | 0 | 1 | 113 | 37 | 74 | 74 | 53 |
| Binary | 10101111 | 10101110 | 101100 | 0 | 1 | 1001011 | 11111 | 111100 | 111100 | 101011 |
Color Harmonies of #AFAE2C
Complementary color
Monochromatic Colors of #AFAE2C
Black with #AFAE2C
Text Example
Text Example
White with #AFAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE2C; }
p { color: rgb(175,174,44); }
H1.HeaderClassName
{
color: #AFAE2C;
}
.AnyTagClassName
{
color: #AFAE2C;
}
</style>
background-color css
<style>
a { background-color: #AFAE2C; }
a { background-color: rgb(175,174,44); }
div.DivClassName
{
background-color: #AFAE2C;
}
.BgClassName
{
background-color: #AFAE2C;
}
</style>
border-color css
<style>
span { border-color: #AFAE2C; }
span { border-color: rgb(175,174,44); }
td.TdClassName
{
border-color: #AFAE2C;
}
.TagClassName
{
border-color: #AFAE2C;
}
</style>