Shades of Wild Willow #AECB67
Tints of Wild Willow #AECB67
RGB
CMYK
RGB Variations
Color information
#AECB67 (or 0xAECB67) is known color: Wild Willow. HEX triplet: AE, CB and 67. RGB value is (174,203,103). Sum of RGB (Red+Green+Blue) = 174+203+103=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB67 is #513498. Grayscale: #B7B7B7. Windows color (decimal): -5321881 or 6802350. OLE color: 6802350.
HSL color Cylindrical-coordinate representation of color #AECB67: hue angle of 77.4º 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 #AECB67 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 103 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.20 |
| HSL | 77.4º | 0.49% | 0.6% | - |
| HSV(B) | 77.4º | 0.49% | 0.8% | - |
| XYZ | 41.26 | 52.69 | 20.83 | - |
| YUV | 182.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 103 | 0.14 | 0 | 0.49 | 0.20 | 77.4 | 0.49 | 0.6 |
| Hex | AE | CB | 67 | E | 0 | 31 | 14 | 4D | 31 | 3C |
| Octal | 256 | 313 | 147 | 16 | 0 | 61 | 24 | 115 | 61 | 74 |
| Binary | 10101110 | 11001011 | 1100111 | 1110 | 0 | 110001 | 10100 | 1001101 | 110001 | 111100 |
Color Harmonies of #AECB67
Complementary color
Monochromatic Colors of #AECB67
Black with #AECB67
Text Example
Text Example
White with #AECB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB67; }
p { color: rgb(174,203,103); }
H1.HeaderClassName
{
color: #AECB67;
}
.AnyTagClassName
{
color: #AECB67;
}
</style>
background-color css
<style>
a { background-color: #AECB67; }
a { background-color: rgb(174,203,103); }
div.DivClassName
{
background-color: #AECB67;
}
.BgClassName
{
background-color: #AECB67;
}
</style>
border-color css
<style>
span { border-color: #AECB67; }
span { border-color: rgb(174,203,103); }
td.TdClassName
{
border-color: #AECB67;
}
.TagClassName
{
border-color: #AECB67;
}
</style>