Shades of Wild Willow #AECB69
Tints of Wild Willow #AECB69
RGB
CMYK
RGB Variations
Color information
#AECB69 (or 0xAECB69) is known color: Wild Willow. HEX triplet: AE, CB and 69. RGB value is (174,203,105). Sum of RGB (Red+Green+Blue) = 174+203+105=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB69 is #513496. Grayscale: #B7B7B7. Windows color (decimal): -5321879 or 6933422. OLE color: 6933422.
HSL color Cylindrical-coordinate representation of color #AECB69: hue angle of 77.76º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AECB69 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 105 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.20 |
| HSL | 77.76º | 0.49% | 0.6% | - |
| HSV(B) | 77.76º | 0.48% | 0.8% | - |
| XYZ | 41.36 | 52.73 | 21.36 | - |
| YUV | 183.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 105 | 0.14 | 0 | 0.48 | 0.20 | 77.76 | 0.49 | 0.6 |
| Hex | AE | CB | 69 | E | 0 | 30 | 14 | 4E | 31 | 3C |
| Octal | 256 | 313 | 151 | 16 | 0 | 60 | 24 | 116 | 61 | 74 |
| Binary | 10101110 | 11001011 | 1101001 | 1110 | 0 | 110000 | 10100 | 1001110 | 110001 | 111100 |
Color Harmonies of #AECB69
Complementary color
Monochromatic Colors of #AECB69
Black with #AECB69
Text Example
Text Example
White with #AECB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB69; }
p { color: rgb(174,203,105); }
H1.HeaderClassName
{
color: #AECB69;
}
.AnyTagClassName
{
color: #AECB69;
}
</style>
background-color css
<style>
a { background-color: #AECB69; }
a { background-color: rgb(174,203,105); }
div.DivClassName
{
background-color: #AECB69;
}
.BgClassName
{
background-color: #AECB69;
}
</style>
border-color css
<style>
span { border-color: #AECB69; }
span { border-color: rgb(174,203,105); }
td.TdClassName
{
border-color: #AECB69;
}
.TagClassName
{
border-color: #AECB69;
}
</style>