Shades of Wild Willow #AAC762
Tints of Wild Willow #AAC762
RGB
CMYK
RGB Variations
Color information
#AAC762 (or 0xAAC762) is known color: Wild Willow. HEX triplet: AA, C7 and 62. RGB value is (170,199,98). Sum of RGB (Red+Green+Blue) = 170+199+98=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC762 is #55389D. Grayscale: #B3B3B3. Windows color (decimal): -5585054 or 6473642. OLE color: 6473642.
HSL color Cylindrical-coordinate representation of color #AAC762: hue angle of 77.23º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAC762 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 98 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.22 |
| HSL | 77.23º | 0.47% | 0.58% | - |
| HSV(B) | 77.23º | 0.51% | 0.78% | - |
| XYZ | 39.21 | 50.27 | 19.19 | - |
| YUV | 178.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 98 | 0.15 | 0 | 0.51 | 0.22 | 77.23 | 0.47 | 0.58 |
| Hex | AA | C7 | 62 | F | 0 | 33 | 16 | 4D | 2F | 3A |
| Octal | 252 | 307 | 142 | 17 | 0 | 63 | 26 | 115 | 57 | 72 |
| Binary | 10101010 | 11000111 | 1100010 | 1111 | 0 | 110011 | 10110 | 1001101 | 101111 | 111010 |
Color Harmonies of #AAC762
Complementary color
Monochromatic Colors of #AAC762
Black with #AAC762
Text Example
Text Example
White with #AAC762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC762; }
p { color: rgb(170,199,98); }
H1.HeaderClassName
{
color: #AAC762;
}
.AnyTagClassName
{
color: #AAC762;
}
</style>
background-color css
<style>
a { background-color: #AAC762; }
a { background-color: rgb(170,199,98); }
div.DivClassName
{
background-color: #AAC762;
}
.BgClassName
{
background-color: #AAC762;
}
</style>
border-color css
<style>
span { border-color: #AAC762; }
span { border-color: rgb(170,199,98); }
td.TdClassName
{
border-color: #AAC762;
}
.TagClassName
{
border-color: #AAC762;
}
</style>