Shades of Wild Willow #AEC464
Tints of Wild Willow #AEC464
RGB
CMYK
RGB Variations
Color information
#AEC464 (or 0xAEC464) is known color: Wild Willow. HEX triplet: AE, C4 and 64. RGB value is (174,196,100). Sum of RGB (Red+Green+Blue) = 174+196+100=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC464 is #513B9B. Grayscale: #B2B2B2. Windows color (decimal): -5323676 or 6603950. OLE color: 6603950.
HSL color Cylindrical-coordinate representation of color #AEC464: hue angle of 73.75º 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 #AEC464 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 100 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.23 |
| HSL | 73.75º | 0.45% | 0.58% | - |
| HSV(B) | 73.75º | 0.49% | 0.77% | - |
| XYZ | 39.5 | 49.4 | 19.51 | - |
| YUV | 178.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 100 | 0.11 | 0 | 0.49 | 0.23 | 73.75 | 0.45 | 0.58 |
| Hex | AE | C4 | 64 | B | 0 | 31 | 17 | 4A | 2D | 3A |
| Octal | 256 | 304 | 144 | 13 | 0 | 61 | 27 | 112 | 55 | 72 |
| Binary | 10101110 | 11000100 | 1100100 | 1011 | 0 | 110001 | 10111 | 1001010 | 101101 | 111010 |
Color Harmonies of #AEC464
Complementary color
Monochromatic Colors of #AEC464
Black with #AEC464
Text Example
Text Example
White with #AEC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC464; }
p { color: rgb(174,196,100); }
H1.HeaderClassName
{
color: #AEC464;
}
.AnyTagClassName
{
color: #AEC464;
}
</style>
background-color css
<style>
a { background-color: #AEC464; }
a { background-color: rgb(174,196,100); }
div.DivClassName
{
background-color: #AEC464;
}
.BgClassName
{
background-color: #AEC464;
}
</style>
border-color css
<style>
span { border-color: #AEC464; }
span { border-color: rgb(174,196,100); }
td.TdClassName
{
border-color: #AEC464;
}
.TagClassName
{
border-color: #AEC464;
}
</style>