Shades of Earls Green #AFA630
Tints of Earls Green #AFA630
RGB
CMYK
RGB Variations
Color information
#AFA630 (or 0xAFA630) is known color: Earls Green. HEX triplet: AF, A6 and 30. RGB value is (175,166,48). Sum of RGB (Red+Green+Blue) = 175+166+48=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA630 is #5059CF. Grayscale: #9B9B9B. Windows color (decimal): -5265872 or 3188399. OLE color: 3188399.
HSL color Cylindrical-coordinate representation of color #AFA630: hue angle of 55.75º 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 #AFA630 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 48 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.31 |
| HSL | 55.75º | 0.57% | 0.44% | - |
| HSV(B) | 55.75º | 0.73% | 0.69% | - |
| XYZ | 31.85 | 36.6 | 8.18 | - |
| YUV | 155.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 48 | 0 | 0.05 | 0.73 | 0.31 | 55.75 | 0.57 | 0.44 |
| Hex | AF | A6 | 30 | 0 | 5 | 49 | 1F | 38 | 39 | 2C |
| Octal | 257 | 246 | 60 | 0 | 5 | 111 | 37 | 70 | 71 | 54 |
| Binary | 10101111 | 10100110 | 110000 | 0 | 101 | 1001001 | 11111 | 111000 | 111001 | 101100 |
Color Harmonies of #AFA630
Complementary color
Monochromatic Colors of #AFA630
Black with #AFA630
Text Example
Text Example
White with #AFA630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA630; }
p { color: rgb(175,166,48); }
H1.HeaderClassName
{
color: #AFA630;
}
.AnyTagClassName
{
color: #AFA630;
}
</style>
background-color css
<style>
a { background-color: #AFA630; }
a { background-color: rgb(175,166,48); }
div.DivClassName
{
background-color: #AFA630;
}
.BgClassName
{
background-color: #AFA630;
}
</style>
border-color css
<style>
span { border-color: #AFA630; }
span { border-color: rgb(175,166,48); }
td.TdClassName
{
border-color: #AFA630;
}
.TagClassName
{
border-color: #AFA630;
}
</style>