Shades of Wild Willow #AAC865
Tints of Wild Willow #AAC865
RGB
CMYK
RGB Variations
Color information
#AAC865 (or 0xAAC865) is known color: Wild Willow. HEX triplet: AA, C8 and 65. RGB value is (170,200,101). Sum of RGB (Red+Green+Blue) = 170+200+101=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC865 is #55379A. Grayscale: #B4B4B4. Windows color (decimal): -5584795 or 6670506. OLE color: 6670506.
HSL color Cylindrical-coordinate representation of color #AAC865: hue angle of 78.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAC865 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 101 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.22 |
| HSL | 78.18º | 0.47% | 0.59% | - |
| HSV(B) | 78.18º | 0.5% | 0.78% | - |
| XYZ | 39.58 | 50.79 | 20.03 | - |
| YUV | 179.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 101 | 0.15 | 0 | 0.49 | 0.22 | 78.18 | 0.47 | 0.59 |
| Hex | AA | C8 | 65 | F | 0 | 31 | 16 | 4E | 2F | 3B |
| Octal | 252 | 310 | 145 | 17 | 0 | 61 | 26 | 116 | 57 | 73 |
| Binary | 10101010 | 11001000 | 1100101 | 1111 | 0 | 110001 | 10110 | 1001110 | 101111 | 111011 |
Color Harmonies of #AAC865
Complementary color
Monochromatic Colors of #AAC865
Black with #AAC865
Text Example
Text Example
White with #AAC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC865; }
p { color: rgb(170,200,101); }
H1.HeaderClassName
{
color: #AAC865;
}
.AnyTagClassName
{
color: #AAC865;
}
</style>
background-color css
<style>
a { background-color: #AAC865; }
a { background-color: rgb(170,200,101); }
div.DivClassName
{
background-color: #AAC865;
}
.BgClassName
{
background-color: #AAC865;
}
</style>
border-color css
<style>
span { border-color: #AAC865; }
span { border-color: rgb(170,200,101); }
td.TdClassName
{
border-color: #AAC865;
}
.TagClassName
{
border-color: #AAC865;
}
</style>