Shades of Wild Willow #AAC562
Tints of Wild Willow #AAC562
RGB
CMYK
RGB Variations
Color information
#AAC562 (or 0xAAC562) is known color: Wild Willow. HEX triplet: AA, C5 and 62. RGB value is (170,197,98). Sum of RGB (Red+Green+Blue) = 170+197+98=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC562 is #553A9D. Grayscale: #B2B2B2. Windows color (decimal): -5585566 or 6473130. OLE color: 6473130.
HSL color Cylindrical-coordinate representation of color #AAC562: hue angle of 76.36º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAC562 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 98 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.23 |
| HSL | 76.36º | 0.46% | 0.58% | - |
| HSV(B) | 76.36º | 0.5% | 0.77% | - |
| XYZ | 38.75 | 49.36 | 19.04 | - |
| YUV | 177.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 98 | 0.14 | 0 | 0.50 | 0.23 | 76.36 | 0.46 | 0.58 |
| Hex | AA | C5 | 62 | E | 0 | 32 | 17 | 4C | 2E | 3A |
| Octal | 252 | 305 | 142 | 16 | 0 | 62 | 27 | 114 | 56 | 72 |
| Binary | 10101010 | 11000101 | 1100010 | 1110 | 0 | 110010 | 10111 | 1001100 | 101110 | 111010 |
Color Harmonies of #AAC562
Complementary color
Monochromatic Colors of #AAC562
Black with #AAC562
Text Example
Text Example
White with #AAC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC562; }
p { color: rgb(170,197,98); }
H1.HeaderClassName
{
color: #AAC562;
}
.AnyTagClassName
{
color: #AAC562;
}
</style>
background-color css
<style>
a { background-color: #AAC562; }
a { background-color: rgb(170,197,98); }
div.DivClassName
{
background-color: #AAC562;
}
.BgClassName
{
background-color: #AAC562;
}
</style>
border-color css
<style>
span { border-color: #AAC562; }
span { border-color: rgb(170,197,98); }
td.TdClassName
{
border-color: #AAC562;
}
.TagClassName
{
border-color: #AAC562;
}
</style>