Shades of Wild Willow #AECB68
Tints of Wild Willow #AECB68
RGB
CMYK
RGB Variations
Color information
#AECB68 (or 0xAECB68) is known color: Wild Willow. HEX triplet: AE, CB and 68. RGB value is (174,203,104). Sum of RGB (Red+Green+Blue) = 174+203+104=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB68 is #513497. Grayscale: #B7B7B7. Windows color (decimal): -5321880 or 6867886. OLE color: 6867886.
HSL color Cylindrical-coordinate representation of color #AECB68: hue angle of 77.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AECB68 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 104 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.20 |
| HSL | 77.58º | 0.49% | 0.6% | - |
| HSV(B) | 77.58º | 0.49% | 0.8% | - |
| XYZ | 41.31 | 52.71 | 21.09 | - |
| YUV | 183.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 104 | 0.14 | 0 | 0.49 | 0.20 | 77.58 | 0.49 | 0.6 |
| Hex | AE | CB | 68 | E | 0 | 31 | 14 | 4E | 31 | 3C |
| Octal | 256 | 313 | 150 | 16 | 0 | 61 | 24 | 116 | 61 | 74 |
| Binary | 10101110 | 11001011 | 1101000 | 1110 | 0 | 110001 | 10100 | 1001110 | 110001 | 111100 |
Color Harmonies of #AECB68
Complementary color
Monochromatic Colors of #AECB68
Black with #AECB68
Text Example
Text Example
White with #AECB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB68; }
p { color: rgb(174,203,104); }
H1.HeaderClassName
{
color: #AECB68;
}
.AnyTagClassName
{
color: #AECB68;
}
</style>
background-color css
<style>
a { background-color: #AECB68; }
a { background-color: rgb(174,203,104); }
div.DivClassName
{
background-color: #AECB68;
}
.BgClassName
{
background-color: #AECB68;
}
</style>
border-color css
<style>
span { border-color: #AECB68; }
span { border-color: rgb(174,203,104); }
td.TdClassName
{
border-color: #AECB68;
}
.TagClassName
{
border-color: #AECB68;
}
</style>