Shades of Earls Green #A8A628
Tints of Earls Green #A8A628
RGB
CMYK
RGB Variations
Color information
#A8A628 (or 0xA8A628) is known color: Earls Green. HEX triplet: A8, A6 and 28. RGB value is (168,166,40). Sum of RGB (Red+Green+Blue) = 168+166+40=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A628 is #5759D7. Grayscale: #989898. Windows color (decimal): -5724632 or 2664104. OLE color: 2664104.
HSL color Cylindrical-coordinate representation of color #A8A628: hue angle of 59.06º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8A628 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 40 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.34 |
| HSL | 59.06º | 0.62% | 0.41% | - |
| HSV(B) | 59.06º | 0.76% | 0.66% | - |
| XYZ | 30.17 | 35.75 | 7.32 | - |
| YUV | 152.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 40 | 0 | 0.01 | 0.76 | 0.34 | 59.06 | 0.62 | 0.41 |
| Hex | A8 | A6 | 28 | 0 | 1 | 4C | 22 | 3B | 3E | 29 |
| Octal | 250 | 246 | 50 | 0 | 1 | 114 | 42 | 73 | 76 | 51 |
| Binary | 10101000 | 10100110 | 101000 | 0 | 1 | 1001100 | 100010 | 111011 | 111110 | 101001 |
Color Harmonies of #A8A628
Complementary color
Monochromatic Colors of #A8A628
Black with #A8A628
Text Example
Text Example
White with #A8A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A628; }
p { color: rgb(168,166,40); }
H1.HeaderClassName
{
color: #A8A628;
}
.AnyTagClassName
{
color: #A8A628;
}
</style>
background-color css
<style>
a { background-color: #A8A628; }
a { background-color: rgb(168,166,40); }
div.DivClassName
{
background-color: #A8A628;
}
.BgClassName
{
background-color: #A8A628;
}
</style>
border-color css
<style>
span { border-color: #A8A628; }
span { border-color: rgb(168,166,40); }
td.TdClassName
{
border-color: #A8A628;
}
.TagClassName
{
border-color: #A8A628;
}
</style>