Shades of Wild Willow #AAC963
Tints of Wild Willow #AAC963
RGB
CMYK
RGB Variations
Color information
#AAC963 (or 0xAAC963) is known color: Wild Willow. HEX triplet: AA, C9 and 63. RGB value is (170,201,99). Sum of RGB (Red+Green+Blue) = 170+201+99=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC963 is #55369C. Grayscale: #B4B4B4. Windows color (decimal): -5584541 or 6539690. OLE color: 6539690.
HSL color Cylindrical-coordinate representation of color #AAC963: hue angle of 78.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAC963 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 99 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.21 |
| HSL | 78.24º | 0.49% | 0.59% | - |
| HSV(B) | 78.24º | 0.51% | 0.79% | - |
| XYZ | 39.72 | 51.22 | 19.6 | - |
| YUV | 180.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 99 | 0.15 | 0 | 0.51 | 0.21 | 78.24 | 0.49 | 0.59 |
| Hex | AA | C9 | 63 | F | 0 | 33 | 15 | 4E | 31 | 3B |
| Octal | 252 | 311 | 143 | 17 | 0 | 63 | 25 | 116 | 61 | 73 |
| Binary | 10101010 | 11001001 | 1100011 | 1111 | 0 | 110011 | 10101 | 1001110 | 110001 | 111011 |
Color Harmonies of #AAC963
Complementary color
Monochromatic Colors of #AAC963
Black with #AAC963
Text Example
Text Example
White with #AAC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC963; }
p { color: rgb(170,201,99); }
H1.HeaderClassName
{
color: #AAC963;
}
.AnyTagClassName
{
color: #AAC963;
}
</style>
background-color css
<style>
a { background-color: #AAC963; }
a { background-color: rgb(170,201,99); }
div.DivClassName
{
background-color: #AAC963;
}
.BgClassName
{
background-color: #AAC963;
}
</style>
border-color css
<style>
span { border-color: #AAC963; }
span { border-color: rgb(170,201,99); }
td.TdClassName
{
border-color: #AAC963;
}
.TagClassName
{
border-color: #AAC963;
}
</style>