Shades of Earls Green #AFA32B
Tints of Earls Green #AFA32B
RGB
CMYK
RGB Variations
Color information
#AFA32B (or 0xAFA32B) is known color: Earls Green. HEX triplet: AF, A3 and 2B. RGB value is (175,163,43). Sum of RGB (Red+Green+Blue) = 175+163+43=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA32B is #505CD4. Grayscale: #999999. Windows color (decimal): -5266645 or 2859951. OLE color: 2859951.
HSL color Cylindrical-coordinate representation of color #AFA32B: hue angle of 54.55º degrees, saturation: 0.61, 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 #AFA32B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 43 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.31 |
| HSL | 54.55º | 0.61% | 0.43% | - |
| HSV(B) | 54.55º | 0.75% | 0.69% | - |
| XYZ | 31.21 | 35.48 | 7.49 | - |
| YUV | 152.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 43 | 0 | 0.07 | 0.75 | 0.31 | 54.55 | 0.61 | 0.43 |
| Hex | AF | A3 | 2B | 0 | 7 | 4B | 1F | 37 | 3D | 2B |
| Octal | 257 | 243 | 53 | 0 | 7 | 113 | 37 | 67 | 75 | 53 |
| Binary | 10101111 | 10100011 | 101011 | 0 | 111 | 1001011 | 11111 | 110111 | 111101 | 101011 |
Color Harmonies of #AFA32B
Complementary color
Monochromatic Colors of #AFA32B
Black with #AFA32B
Text Example
Text Example
White with #AFA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA32B; }
p { color: rgb(175,163,43); }
H1.HeaderClassName
{
color: #AFA32B;
}
.AnyTagClassName
{
color: #AFA32B;
}
</style>
background-color css
<style>
a { background-color: #AFA32B; }
a { background-color: rgb(175,163,43); }
div.DivClassName
{
background-color: #AFA32B;
}
.BgClassName
{
background-color: #AFA32B;
}
</style>
border-color css
<style>
span { border-color: #AFA32B; }
span { border-color: rgb(175,163,43); }
td.TdClassName
{
border-color: #AFA32B;
}
.TagClassName
{
border-color: #AFA32B;
}
</style>