Shades of Wild Willow #AAC366
Tints of Wild Willow #AAC366
RGB
CMYK
RGB Variations
Color information
#AAC366 (or 0xAAC366) is known color: Wild Willow. HEX triplet: AA, C3 and 66. RGB value is (170,195,102). Sum of RGB (Red+Green+Blue) = 170+195+102=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC366 is #553C99. Grayscale: #B1B1B1. Windows color (decimal): -5586074 or 6734762. OLE color: 6734762.
HSL color Cylindrical-coordinate representation of color #AAC366: hue angle of 76.13º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC366 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 102 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.24 |
| HSL | 76.13º | 0.44% | 0.58% | - |
| HSV(B) | 76.13º | 0.48% | 0.76% | - |
| XYZ | 38.49 | 48.54 | 19.91 | - |
| YUV | 176.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 102 | 0.13 | 0 | 0.48 | 0.24 | 76.13 | 0.44 | 0.58 |
| Hex | AA | C3 | 66 | D | 0 | 30 | 18 | 4C | 2C | 3A |
| Octal | 252 | 303 | 146 | 15 | 0 | 60 | 30 | 114 | 54 | 72 |
| Binary | 10101010 | 11000011 | 1100110 | 1101 | 0 | 110000 | 11000 | 1001100 | 101100 | 111010 |
Color Harmonies of #AAC366
Complementary color
Monochromatic Colors of #AAC366
Black with #AAC366
Text Example
Text Example
White with #AAC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC366; }
p { color: rgb(170,195,102); }
H1.HeaderClassName
{
color: #AAC366;
}
.AnyTagClassName
{
color: #AAC366;
}
</style>
background-color css
<style>
a { background-color: #AAC366; }
a { background-color: rgb(170,195,102); }
div.DivClassName
{
background-color: #AAC366;
}
.BgClassName
{
background-color: #AAC366;
}
</style>
border-color css
<style>
span { border-color: #AAC366; }
span { border-color: rgb(170,195,102); }
td.TdClassName
{
border-color: #AAC366;
}
.TagClassName
{
border-color: #AAC366;
}
</style>