Shades of Wild Willow #AAC566
Tints of Wild Willow #AAC566
RGB
CMYK
RGB Variations
Color information
#AAC566 (or 0xAAC566) is known color: Wild Willow. HEX triplet: AA, C5 and 66. RGB value is (170,197,102). Sum of RGB (Red+Green+Blue) = 170+197+102=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC566 is #553A99. Grayscale: #B2B2B2. Windows color (decimal): -5585562 or 6735274. OLE color: 6735274.
HSL color Cylindrical-coordinate representation of color #AAC566: hue angle of 77.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC566 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 102 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.23 |
| HSL | 77.05º | 0.45% | 0.59% | - |
| HSV(B) | 77.05º | 0.48% | 0.77% | - |
| XYZ | 38.94 | 49.44 | 20.06 | - |
| YUV | 178.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 102 | 0.14 | 0 | 0.48 | 0.23 | 77.05 | 0.45 | 0.59 |
| Hex | AA | C5 | 66 | E | 0 | 30 | 17 | 4D | 2D | 3B |
| Octal | 252 | 305 | 146 | 16 | 0 | 60 | 27 | 115 | 55 | 73 |
| Binary | 10101010 | 11000101 | 1100110 | 1110 | 0 | 110000 | 10111 | 1001101 | 101101 | 111011 |
Color Harmonies of #AAC566
Complementary color
Monochromatic Colors of #AAC566
Black with #AAC566
Text Example
Text Example
White with #AAC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC566; }
p { color: rgb(170,197,102); }
H1.HeaderClassName
{
color: #AAC566;
}
.AnyTagClassName
{
color: #AAC566;
}
</style>
background-color css
<style>
a { background-color: #AAC566; }
a { background-color: rgb(170,197,102); }
div.DivClassName
{
background-color: #AAC566;
}
.BgClassName
{
background-color: #AAC566;
}
</style>
border-color css
<style>
span { border-color: #AAC566; }
span { border-color: rgb(170,197,102); }
td.TdClassName
{
border-color: #AAC566;
}
.TagClassName
{
border-color: #AAC566;
}
</style>