Shades of Earls Green #AFA32F
Tints of Earls Green #AFA32F
RGB
CMYK
RGB Variations
Color information
#AFA32F (or 0xAFA32F) is known color: Earls Green. HEX triplet: AF, A3 and 2F. RGB value is (175,163,47). Sum of RGB (Red+Green+Blue) = 175+163+47=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA32F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA32F is #505CD0. Grayscale: #999999. Windows color (decimal): -5266641 or 3122095. OLE color: 3122095.
HSL color Cylindrical-coordinate representation of color #AFA32F: hue angle of 54.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFA32F is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 47 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.31 |
| HSL | 54.38º | 0.58% | 0.44% | - |
| HSV(B) | 54.38º | 0.73% | 0.69% | - |
| XYZ | 31.29 | 35.51 | 7.9 | - |
| YUV | 153.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 47 | 0 | 0.07 | 0.73 | 0.31 | 54.38 | 0.58 | 0.44 |
| Hex | AF | A3 | 2F | 0 | 7 | 49 | 1F | 36 | 3A | 2C |
| Octal | 257 | 243 | 57 | 0 | 7 | 111 | 37 | 66 | 72 | 54 |
| Binary | 10101111 | 10100011 | 101111 | 0 | 111 | 1001001 | 11111 | 110110 | 111010 | 101100 |
Color Harmonies of #AFA32F
Complementary color
Monochromatic Colors of #AFA32F
Black with #AFA32F
Text Example
Text Example
White with #AFA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA32F; }
p { color: rgb(175,163,47); }
H1.HeaderClassName
{
color: #AFA32F;
}
.AnyTagClassName
{
color: #AFA32F;
}
</style>
background-color css
<style>
a { background-color: #AFA32F; }
a { background-color: rgb(175,163,47); }
div.DivClassName
{
background-color: #AFA32F;
}
.BgClassName
{
background-color: #AFA32F;
}
</style>
border-color css
<style>
span { border-color: #AFA32F; }
span { border-color: rgb(175,163,47); }
td.TdClassName
{
border-color: #AFA32F;
}
.TagClassName
{
border-color: #AFA32F;
}
</style>