Shades of Wild Willow #A8C062
Tints of Wild Willow #A8C062
RGB
CMYK
RGB Variations
Color information
#A8C062 (or 0xA8C062) is known color: Wild Willow. HEX triplet: A8, C0 and 62. RGB value is (168,192,98). Sum of RGB (Red+Green+Blue) = 168+192+98=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C062 is #573F9D. Grayscale: #AEAEAE. Windows color (decimal): -5717918 or 6471848. OLE color: 6471848.
HSL color Cylindrical-coordinate representation of color #A8C062: hue angle of 75.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8C062 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 98 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.25 |
| HSL | 75.32º | 0.43% | 0.57% | - |
| HSV(B) | 75.32º | 0.49% | 0.75% | - |
| XYZ | 37.2 | 46.91 | 18.65 | - |
| YUV | 174.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 98 | 0.12 | 0 | 0.49 | 0.25 | 75.32 | 0.43 | 0.57 |
| Hex | A8 | C0 | 62 | C | 0 | 31 | 19 | 4B | 2B | 39 |
| Octal | 250 | 300 | 142 | 14 | 0 | 61 | 31 | 113 | 53 | 71 |
| Binary | 10101000 | 11000000 | 1100010 | 1100 | 0 | 110001 | 11001 | 1001011 | 101011 | 111001 |
Color Harmonies of #A8C062
Complementary color
Monochromatic Colors of #A8C062
Black with #A8C062
Text Example
Text Example
White with #A8C062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C062; }
p { color: rgb(168,192,98); }
H1.HeaderClassName
{
color: #A8C062;
}
.AnyTagClassName
{
color: #A8C062;
}
</style>
background-color css
<style>
a { background-color: #A8C062; }
a { background-color: rgb(168,192,98); }
div.DivClassName
{
background-color: #A8C062;
}
.BgClassName
{
background-color: #A8C062;
}
</style>
border-color css
<style>
span { border-color: #A8C062; }
span { border-color: rgb(168,192,98); }
td.TdClassName
{
border-color: #A8C062;
}
.TagClassName
{
border-color: #A8C062;
}
</style>