Shades of Wild Willow #AEC565
Tints of Wild Willow #AEC565
RGB
CMYK
RGB Variations
Color information
#AEC565 (or 0xAEC565) is known color: Wild Willow. HEX triplet: AE, C5 and 65. RGB value is (174,197,101). Sum of RGB (Red+Green+Blue) = 174+197+101=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC565 is #513A9A. Grayscale: #B3B3B3. Windows color (decimal): -5323419 or 6669742. OLE color: 6669742.
HSL color Cylindrical-coordinate representation of color #AEC565: hue angle of 74.37º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEC565 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 101 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.23 |
| HSL | 74.37º | 0.45% | 0.58% | - |
| HSV(B) | 74.37º | 0.49% | 0.77% | - |
| XYZ | 39.77 | 49.87 | 19.84 | - |
| YUV | 179.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 101 | 0.12 | 0 | 0.49 | 0.23 | 74.37 | 0.45 | 0.58 |
| Hex | AE | C5 | 65 | C | 0 | 31 | 17 | 4A | 2D | 3A |
| Octal | 256 | 305 | 145 | 14 | 0 | 61 | 27 | 112 | 55 | 72 |
| Binary | 10101110 | 11000101 | 1100101 | 1100 | 0 | 110001 | 10111 | 1001010 | 101101 | 111010 |
Color Harmonies of #AEC565
Complementary color
Monochromatic Colors of #AEC565
Black with #AEC565
Text Example
Text Example
White with #AEC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC565; }
p { color: rgb(174,197,101); }
H1.HeaderClassName
{
color: #AEC565;
}
.AnyTagClassName
{
color: #AEC565;
}
</style>
background-color css
<style>
a { background-color: #AEC565; }
a { background-color: rgb(174,197,101); }
div.DivClassName
{
background-color: #AEC565;
}
.BgClassName
{
background-color: #AEC565;
}
</style>
border-color css
<style>
span { border-color: #AEC565; }
span { border-color: rgb(174,197,101); }
td.TdClassName
{
border-color: #AEC565;
}
.TagClassName
{
border-color: #AEC565;
}
</style>