Shades of Wild Willow #AAC460
Tints of Wild Willow #AAC460
RGB
CMYK
RGB Variations
Color information
#AAC460 (or 0xAAC460) is known color: Wild Willow. HEX triplet: AA, C4 and 60. RGB value is (170,196,96). Sum of RGB (Red+Green+Blue) = 170+196+96=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC460 is #553B9F. Grayscale: #B1B1B1. Windows color (decimal): -5585824 or 6341802. OLE color: 6341802.
HSL color Cylindrical-coordinate representation of color #AAC460: hue angle of 75.6º degrees, saturation: 0.46, 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 #AAC460 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 96 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.23 |
| HSL | 75.6º | 0.46% | 0.57% | - |
| HSV(B) | 75.6º | 0.51% | 0.77% | - |
| XYZ | 38.43 | 48.87 | 18.47 | - |
| YUV | 176.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 96 | 0.13 | 0 | 0.51 | 0.23 | 75.6 | 0.46 | 0.57 |
| Hex | AA | C4 | 60 | D | 0 | 33 | 17 | 4C | 2E | 39 |
| Octal | 252 | 304 | 140 | 15 | 0 | 63 | 27 | 114 | 56 | 71 |
| Binary | 10101010 | 11000100 | 1100000 | 1101 | 0 | 110011 | 10111 | 1001100 | 101110 | 111001 |
Color Harmonies of #AAC460
Complementary color
Monochromatic Colors of #AAC460
Black with #AAC460
Text Example
Text Example
White with #AAC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC460; }
p { color: rgb(170,196,96); }
H1.HeaderClassName
{
color: #AAC460;
}
.AnyTagClassName
{
color: #AAC460;
}
</style>
background-color css
<style>
a { background-color: #AAC460; }
a { background-color: rgb(170,196,96); }
div.DivClassName
{
background-color: #AAC460;
}
.BgClassName
{
background-color: #AAC460;
}
</style>
border-color css
<style>
span { border-color: #AAC460; }
span { border-color: rgb(170,196,96); }
td.TdClassName
{
border-color: #AAC460;
}
.TagClassName
{
border-color: #AAC460;
}
</style>