Shades of Wild Willow #AAC160
Tints of Wild Willow #AAC160
RGB
CMYK
RGB Variations
Color information
#AAC160 (or 0xAAC160) is known color: Wild Willow. HEX triplet: AA, C1 and 60. RGB value is (170,193,96). Sum of RGB (Red+Green+Blue) = 170+193+96=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC160 is #553E9F. Grayscale: #AFAFAF. Windows color (decimal): -5586592 or 6341034. OLE color: 6341034.
HSL color Cylindrical-coordinate representation of color #AAC160: hue angle of 74.23º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAC160 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 96 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.24 |
| HSL | 74.23º | 0.44% | 0.57% | - |
| HSV(B) | 74.23º | 0.5% | 0.76% | - |
| XYZ | 37.76 | 47.53 | 18.25 | - |
| YUV | 175.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 96 | 0.12 | 0 | 0.50 | 0.24 | 74.23 | 0.44 | 0.57 |
| Hex | AA | C1 | 60 | C | 0 | 32 | 18 | 4A | 2C | 39 |
| Octal | 252 | 301 | 140 | 14 | 0 | 62 | 30 | 112 | 54 | 71 |
| Binary | 10101010 | 11000001 | 1100000 | 1100 | 0 | 110010 | 11000 | 1001010 | 101100 | 111001 |
Color Harmonies of #AAC160
Complementary color
Monochromatic Colors of #AAC160
Black with #AAC160
Text Example
Text Example
White with #AAC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC160; }
p { color: rgb(170,193,96); }
H1.HeaderClassName
{
color: #AAC160;
}
.AnyTagClassName
{
color: #AAC160;
}
</style>
background-color css
<style>
a { background-color: #AAC160; }
a { background-color: rgb(170,193,96); }
div.DivClassName
{
background-color: #AAC160;
}
.BgClassName
{
background-color: #AAC160;
}
</style>
border-color css
<style>
span { border-color: #AAC160; }
span { border-color: rgb(170,193,96); }
td.TdClassName
{
border-color: #AAC160;
}
.TagClassName
{
border-color: #AAC160;
}
</style>