Shades of Wild Willow #AECA61
Tints of Wild Willow #AECA61
RGB
CMYK
RGB Variations
Color information
#AECA61 (or 0xAECA61) is known color: Wild Willow. HEX triplet: AE, CA and 61. RGB value is (174,202,97). Sum of RGB (Red+Green+Blue) = 174+202+97=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA61 is #51359E. Grayscale: #B6B6B6. Windows color (decimal): -5322143 or 6408878. OLE color: 6408878.
HSL color Cylindrical-coordinate representation of color #AECA61: hue angle of 76º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AECA61 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 97 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.21 |
| HSL | 76º | 0.5% | 0.59% | - |
| HSV(B) | 76º | 0.52% | 0.79% | - |
| XYZ | 40.73 | 52.1 | 19.22 | - |
| YUV | 181.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 97 | 0.14 | 0 | 0.52 | 0.21 | 76 | 0.5 | 0.59 |
| Hex | AE | CA | 61 | E | 0 | 34 | 15 | 4C | 32 | 3B |
| Octal | 256 | 312 | 141 | 16 | 0 | 64 | 25 | 114 | 62 | 73 |
| Binary | 10101110 | 11001010 | 1100001 | 1110 | 0 | 110100 | 10101 | 1001100 | 110010 | 111011 |
Color Harmonies of #AECA61
Complementary color
Monochromatic Colors of #AECA61
Black with #AECA61
Text Example
Text Example
White with #AECA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA61; }
p { color: rgb(174,202,97); }
H1.HeaderClassName
{
color: #AECA61;
}
.AnyTagClassName
{
color: #AECA61;
}
</style>
background-color css
<style>
a { background-color: #AECA61; }
a { background-color: rgb(174,202,97); }
div.DivClassName
{
background-color: #AECA61;
}
.BgClassName
{
background-color: #AECA61;
}
</style>
border-color css
<style>
span { border-color: #AECA61; }
span { border-color: rgb(174,202,97); }
td.TdClassName
{
border-color: #AECA61;
}
.TagClassName
{
border-color: #AECA61;
}
</style>