Shades of Earls Green #AFAE2D
Tints of Earls Green #AFAE2D
RGB
CMYK
RGB Variations
Color information
#AFAE2D (or 0xAFAE2D) is known color: Earls Green. HEX triplet: AF, AE and 2D. RGB value is (175,174,45). Sum of RGB (Red+Green+Blue) = 175+174+45=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE2D is #5051D2. Grayscale: #A0A0A0. Windows color (decimal): -5263827 or 2993839. OLE color: 2993839.
HSL color Cylindrical-coordinate representation of color #AFAE2D: hue angle of 59.54º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFAE2D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 45 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.31 |
| HSL | 59.54º | 0.59% | 0.43% | - |
| HSV(B) | 59.54º | 0.74% | 0.69% | - |
| XYZ | 33.29 | 39.58 | 8.37 | - |
| YUV | 159.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 45 | 0 | 0.01 | 0.74 | 0.31 | 59.54 | 0.59 | 0.43 |
| Hex | AF | AE | 2D | 0 | 1 | 4A | 1F | 3C | 3B | 2B |
| Octal | 257 | 256 | 55 | 0 | 1 | 112 | 37 | 74 | 73 | 53 |
| Binary | 10101111 | 10101110 | 101101 | 0 | 1 | 1001010 | 11111 | 111100 | 111011 | 101011 |
Color Harmonies of #AFAE2D
Complementary color
Monochromatic Colors of #AFAE2D
Black with #AFAE2D
Text Example
Text Example
White with #AFAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE2D; }
p { color: rgb(175,174,45); }
H1.HeaderClassName
{
color: #AFAE2D;
}
.AnyTagClassName
{
color: #AFAE2D;
}
</style>
background-color css
<style>
a { background-color: #AFAE2D; }
a { background-color: rgb(175,174,45); }
div.DivClassName
{
background-color: #AFAE2D;
}
.BgClassName
{
background-color: #AFAE2D;
}
</style>
border-color css
<style>
span { border-color: #AFAE2D; }
span { border-color: rgb(175,174,45); }
td.TdClassName
{
border-color: #AFAE2D;
}
.TagClassName
{
border-color: #AFAE2D;
}
</style>