Shades of Earls Green #AFA430
Tints of Earls Green #AFA430
RGB
CMYK
RGB Variations
Color information
#AFA430 (or 0xAFA430) is known color: Earls Green. HEX triplet: AF, A4 and 30. RGB value is (175,164,48). Sum of RGB (Red+Green+Blue) = 175+164+48=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA430 is #505BCF. Grayscale: #9A9A9A. Windows color (decimal): -5266384 or 3187887. OLE color: 3187887.
HSL color Cylindrical-coordinate representation of color #AFA430: hue angle of 54.8º degrees, saturation: 0.57, 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 #AFA430 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 48 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.31 |
| HSL | 54.8º | 0.57% | 0.44% | - |
| HSV(B) | 54.8º | 0.73% | 0.69% | - |
| XYZ | 31.49 | 35.88 | 8.06 | - |
| YUV | 154.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 48 | 0 | 0.06 | 0.73 | 0.31 | 54.8 | 0.57 | 0.44 |
| Hex | AF | A4 | 30 | 0 | 6 | 49 | 1F | 37 | 39 | 2C |
| Octal | 257 | 244 | 60 | 0 | 6 | 111 | 37 | 67 | 71 | 54 |
| Binary | 10101111 | 10100100 | 110000 | 0 | 110 | 1001001 | 11111 | 110111 | 111001 | 101100 |
Color Harmonies of #AFA430
Complementary color
Monochromatic Colors of #AFA430
Black with #AFA430
Text Example
Text Example
White with #AFA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA430; }
p { color: rgb(175,164,48); }
H1.HeaderClassName
{
color: #AFA430;
}
.AnyTagClassName
{
color: #AFA430;
}
</style>
background-color css
<style>
a { background-color: #AFA430; }
a { background-color: rgb(175,164,48); }
div.DivClassName
{
background-color: #AFA430;
}
.BgClassName
{
background-color: #AFA430;
}
</style>
border-color css
<style>
span { border-color: #AFA430; }
span { border-color: rgb(175,164,48); }
td.TdClassName
{
border-color: #AFA430;
}
.TagClassName
{
border-color: #AFA430;
}
</style>