Shades of Wild Willow #AAC660
Tints of Wild Willow #AAC660
RGB
CMYK
RGB Variations
Color information
#AAC660 (or 0xAAC660) is known color: Wild Willow. HEX triplet: AA, C6 and 60. RGB value is (170,198,96). Sum of RGB (Red+Green+Blue) = 170+198+96=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC660 is #55399F. Grayscale: #B2B2B2. Windows color (decimal): -5585312 or 6342314. OLE color: 6342314.
HSL color Cylindrical-coordinate representation of color #AAC660: hue angle of 76.47º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAC660 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 96 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.22 |
| HSL | 76.47º | 0.47% | 0.58% | - |
| HSV(B) | 76.47º | 0.52% | 0.78% | - |
| XYZ | 38.88 | 49.78 | 18.63 | - |
| YUV | 178 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 96 | 0.14 | 0 | 0.52 | 0.22 | 76.47 | 0.47 | 0.58 |
| Hex | AA | C6 | 60 | E | 0 | 34 | 16 | 4C | 2F | 3A |
| Octal | 252 | 306 | 140 | 16 | 0 | 64 | 26 | 114 | 57 | 72 |
| Binary | 10101010 | 11000110 | 1100000 | 1110 | 0 | 110100 | 10110 | 1001100 | 101111 | 111010 |
Color Harmonies of #AAC660
Complementary color
Monochromatic Colors of #AAC660
Black with #AAC660
Text Example
Text Example
White with #AAC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC660; }
p { color: rgb(170,198,96); }
H1.HeaderClassName
{
color: #AAC660;
}
.AnyTagClassName
{
color: #AAC660;
}
</style>
background-color css
<style>
a { background-color: #AAC660; }
a { background-color: rgb(170,198,96); }
div.DivClassName
{
background-color: #AAC660;
}
.BgClassName
{
background-color: #AAC660;
}
</style>
border-color css
<style>
span { border-color: #AAC660; }
span { border-color: rgb(170,198,96); }
td.TdClassName
{
border-color: #AAC660;
}
.TagClassName
{
border-color: #AAC660;
}
</style>