Shades of Wild Willow #AAC960
Tints of Wild Willow #AAC960
RGB
CMYK
RGB Variations
Color information
#AAC960 (or 0xAAC960) is known color: Wild Willow. HEX triplet: AA, C9 and 60. RGB value is (170,201,96). Sum of RGB (Red+Green+Blue) = 170+201+96=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC960 is #55369F. Grayscale: #B4B4B4. Windows color (decimal): -5584544 or 6343082. OLE color: 6343082.
HSL color Cylindrical-coordinate representation of color #AAC960: hue angle of 77.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAC960 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 96 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.21 |
| HSL | 77.71º | 0.49% | 0.58% | - |
| HSV(B) | 77.71º | 0.52% | 0.79% | - |
| XYZ | 39.58 | 51.16 | 18.86 | - |
| YUV | 179.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 96 | 0.15 | 0 | 0.52 | 0.21 | 77.71 | 0.49 | 0.58 |
| Hex | AA | C9 | 60 | F | 0 | 34 | 15 | 4E | 31 | 3A |
| Octal | 252 | 311 | 140 | 17 | 0 | 64 | 25 | 116 | 61 | 72 |
| Binary | 10101010 | 11001001 | 1100000 | 1111 | 0 | 110100 | 10101 | 1001110 | 110001 | 111010 |
Color Harmonies of #AAC960
Complementary color
Monochromatic Colors of #AAC960
Black with #AAC960
Text Example
Text Example
White with #AAC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC960; }
p { color: rgb(170,201,96); }
H1.HeaderClassName
{
color: #AAC960;
}
.AnyTagClassName
{
color: #AAC960;
}
</style>
background-color css
<style>
a { background-color: #AAC960; }
a { background-color: rgb(170,201,96); }
div.DivClassName
{
background-color: #AAC960;
}
.BgClassName
{
background-color: #AAC960;
}
</style>
border-color css
<style>
span { border-color: #AAC960; }
span { border-color: rgb(170,201,96); }
td.TdClassName
{
border-color: #AAC960;
}
.TagClassName
{
border-color: #AAC960;
}
</style>