Shades of Wild Willow #AAC560
Tints of Wild Willow #AAC560
RGB
CMYK
RGB Variations
Color information
#AAC560 (or 0xAAC560) is known color: Wild Willow. HEX triplet: AA, C5 and 60. RGB value is (170,197,96). Sum of RGB (Red+Green+Blue) = 170+197+96=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC560 is #553A9F. Grayscale: #B1B1B1. Windows color (decimal): -5585568 or 6342058. OLE color: 6342058.
HSL color Cylindrical-coordinate representation of color #AAC560: hue angle of 76.04º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAC560 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 96 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.23 |
| HSL | 76.04º | 0.47% | 0.57% | - |
| HSV(B) | 76.04º | 0.51% | 0.77% | - |
| XYZ | 38.66 | 49.32 | 18.55 | - |
| YUV | 177.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 96 | 0.14 | 0 | 0.51 | 0.23 | 76.04 | 0.47 | 0.57 |
| Hex | AA | C5 | 60 | E | 0 | 33 | 17 | 4C | 2F | 39 |
| Octal | 252 | 305 | 140 | 16 | 0 | 63 | 27 | 114 | 57 | 71 |
| Binary | 10101010 | 11000101 | 1100000 | 1110 | 0 | 110011 | 10111 | 1001100 | 101111 | 111001 |
Color Harmonies of #AAC560
Complementary color
Monochromatic Colors of #AAC560
Black with #AAC560
Text Example
Text Example
White with #AAC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC560; }
p { color: rgb(170,197,96); }
H1.HeaderClassName
{
color: #AAC560;
}
.AnyTagClassName
{
color: #AAC560;
}
</style>
background-color css
<style>
a { background-color: #AAC560; }
a { background-color: rgb(170,197,96); }
div.DivClassName
{
background-color: #AAC560;
}
.BgClassName
{
background-color: #AAC560;
}
</style>
border-color css
<style>
span { border-color: #AAC560; }
span { border-color: rgb(170,197,96); }
td.TdClassName
{
border-color: #AAC560;
}
.TagClassName
{
border-color: #AAC560;
}
</style>