Shades of Wild Willow #AAC561
Tints of Wild Willow #AAC561
RGB
CMYK
RGB Variations
Color information
#AAC561 (or 0xAAC561) is known color: Wild Willow. HEX triplet: AA, C5 and 61. RGB value is (170,197,97). Sum of RGB (Red+Green+Blue) = 170+197+97=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC561 is #553A9E. Grayscale: #B1B1B1. Windows color (decimal): -5585567 or 6407594. OLE color: 6407594.
HSL color Cylindrical-coordinate representation of color #AAC561: hue angle of 76.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAC561 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 97 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.23 |
| HSL | 76.2º | 0.46% | 0.58% | - |
| HSV(B) | 76.2º | 0.51% | 0.77% | - |
| XYZ | 38.7 | 49.34 | 18.79 | - |
| YUV | 177.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 97 | 0.14 | 0 | 0.51 | 0.23 | 76.2 | 0.46 | 0.58 |
| Hex | AA | C5 | 61 | E | 0 | 33 | 17 | 4C | 2E | 3A |
| Octal | 252 | 305 | 141 | 16 | 0 | 63 | 27 | 114 | 56 | 72 |
| Binary | 10101010 | 11000101 | 1100001 | 1110 | 0 | 110011 | 10111 | 1001100 | 101110 | 111010 |
Color Harmonies of #AAC561
Complementary color
Monochromatic Colors of #AAC561
Black with #AAC561
Text Example
Text Example
White with #AAC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC561; }
p { color: rgb(170,197,97); }
H1.HeaderClassName
{
color: #AAC561;
}
.AnyTagClassName
{
color: #AAC561;
}
</style>
background-color css
<style>
a { background-color: #AAC561; }
a { background-color: rgb(170,197,97); }
div.DivClassName
{
background-color: #AAC561;
}
.BgClassName
{
background-color: #AAC561;
}
</style>
border-color css
<style>
span { border-color: #AAC561; }
span { border-color: rgb(170,197,97); }
td.TdClassName
{
border-color: #AAC561;
}
.TagClassName
{
border-color: #AAC561;
}
</style>