Shades of Wild Willow #AEC168
Tints of Wild Willow #AEC168
RGB
CMYK
RGB Variations
Color information
#AEC168 (or 0xAEC168) is known color: Wild Willow. HEX triplet: AE, C1 and 68. RGB value is (174,193,104). Sum of RGB (Red+Green+Blue) = 174+193+104=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC168 is #513E97. Grayscale: #B1B1B1. Windows color (decimal): -5324440 or 6865326. OLE color: 6865326.
HSL color Cylindrical-coordinate representation of color #AEC168: hue angle of 72.81º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEC168 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 104 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.24 |
| HSL | 72.81º | 0.42% | 0.58% | - |
| HSV(B) | 72.81º | 0.46% | 0.76% | - |
| XYZ | 39.02 | 48.14 | 20.33 | - |
| YUV | 177.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 104 | 0.10 | 0 | 0.46 | 0.24 | 72.81 | 0.42 | 0.58 |
| Hex | AE | C1 | 68 | A | 0 | 2E | 18 | 49 | 2A | 3A |
| Octal | 256 | 301 | 150 | 12 | 0 | 56 | 30 | 111 | 52 | 72 |
| Binary | 10101110 | 11000001 | 1101000 | 1010 | 0 | 101110 | 11000 | 1001001 | 101010 | 111010 |
Color Harmonies of #AEC168
Complementary color
Monochromatic Colors of #AEC168
Black with #AEC168
Text Example
Text Example
White with #AEC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC168; }
p { color: rgb(174,193,104); }
H1.HeaderClassName
{
color: #AEC168;
}
.AnyTagClassName
{
color: #AEC168;
}
</style>
background-color css
<style>
a { background-color: #AEC168; }
a { background-color: rgb(174,193,104); }
div.DivClassName
{
background-color: #AEC168;
}
.BgClassName
{
background-color: #AEC168;
}
</style>
border-color css
<style>
span { border-color: #AEC168; }
span { border-color: rgb(174,193,104); }
td.TdClassName
{
border-color: #AEC168;
}
.TagClassName
{
border-color: #AEC168;
}
</style>