Shades of Wild Willow #AAC864
Tints of Wild Willow #AAC864
RGB
CMYK
RGB Variations
Color information
#AAC864 (or 0xAAC864) is known color: Wild Willow. HEX triplet: AA, C8 and 64. RGB value is (170,200,100). Sum of RGB (Red+Green+Blue) = 170+200+100=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC864 is #55379B. Grayscale: #B4B4B4. Windows color (decimal): -5584796 or 6604970. OLE color: 6604970.
HSL color Cylindrical-coordinate representation of color #AAC864: hue angle of 78º degrees, saturation: 0.48, 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 #AAC864 is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 100 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.22 |
| HSL | 78º | 0.48% | 0.59% | - |
| HSV(B) | 78º | 0.5% | 0.78% | - |
| XYZ | 39.53 | 50.77 | 19.77 | - |
| YUV | 179.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 100 | 0.15 | 0 | 0.5 | 0.22 | 78 | 0.48 | 0.59 |
| Hex | AA | C8 | 64 | F | 0 | 32 | 16 | 4E | 30 | 3B |
| Octal | 252 | 310 | 144 | 17 | 0 | 62 | 26 | 116 | 60 | 73 |
| Binary | 10101010 | 11001000 | 1100100 | 1111 | 0 | 110010 | 10110 | 1001110 | 110000 | 111011 |
Color Harmonies of #AAC864
Complementary color
Monochromatic Colors of #AAC864
Black with #AAC864
Text Example
Text Example
White with #AAC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC864; }
p { color: rgb(170,200,100); }
H1.HeaderClassName
{
color: #AAC864;
}
.AnyTagClassName
{
color: #AAC864;
}
</style>
background-color css
<style>
a { background-color: #AAC864; }
a { background-color: rgb(170,200,100); }
div.DivClassName
{
background-color: #AAC864;
}
.BgClassName
{
background-color: #AAC864;
}
</style>
border-color css
<style>
span { border-color: #AAC864; }
span { border-color: rgb(170,200,100); }
td.TdClassName
{
border-color: #AAC864;
}
.TagClassName
{
border-color: #AAC864;
}
</style>