Shades of Wild Willow #AAC365
Tints of Wild Willow #AAC365
RGB
CMYK
RGB Variations
Color information
#AAC365 (or 0xAAC365) is known color: Wild Willow. HEX triplet: AA, C3 and 65. RGB value is (170,195,101). Sum of RGB (Red+Green+Blue) = 170+195+101=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC365 is #553C9A. Grayscale: #B1B1B1. Windows color (decimal): -5586075 or 6669226. OLE color: 6669226.
HSL color Cylindrical-coordinate representation of color #AAC365: hue angle of 75.96º 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 #AAC365 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 101 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.24 |
| HSL | 75.96º | 0.44% | 0.58% | - |
| HSV(B) | 75.96º | 0.48% | 0.76% | - |
| XYZ | 38.44 | 48.52 | 19.65 | - |
| YUV | 176.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 101 | 0.13 | 0 | 0.48 | 0.24 | 75.96 | 0.44 | 0.58 |
| Hex | AA | C3 | 65 | D | 0 | 30 | 18 | 4C | 2C | 3A |
| Octal | 252 | 303 | 145 | 15 | 0 | 60 | 30 | 114 | 54 | 72 |
| Binary | 10101010 | 11000011 | 1100101 | 1101 | 0 | 110000 | 11000 | 1001100 | 101100 | 111010 |
Color Harmonies of #AAC365
Complementary color
Monochromatic Colors of #AAC365
Black with #AAC365
Text Example
Text Example
White with #AAC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC365; }
p { color: rgb(170,195,101); }
H1.HeaderClassName
{
color: #AAC365;
}
.AnyTagClassName
{
color: #AAC365;
}
</style>
background-color css
<style>
a { background-color: #AAC365; }
a { background-color: rgb(170,195,101); }
div.DivClassName
{
background-color: #AAC365;
}
.BgClassName
{
background-color: #AAC365;
}
</style>
border-color css
<style>
span { border-color: #AAC365; }
span { border-color: rgb(170,195,101); }
td.TdClassName
{
border-color: #AAC365;
}
.TagClassName
{
border-color: #AAC365;
}
</style>