Shades of Wild Willow #AEC367
Tints of Wild Willow #AEC367
RGB
CMYK
RGB Variations
Color information
#AEC367 (or 0xAEC367) is known color: Wild Willow. HEX triplet: AE, C3 and 67. RGB value is (174,195,103). Sum of RGB (Red+Green+Blue) = 174+195+103=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC367 is #513C98. Grayscale: #B2B2B2. Windows color (decimal): -5323929 or 6800302. OLE color: 6800302.
HSL color Cylindrical-coordinate representation of color #AEC367: hue angle of 73.7º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEC367 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 103 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.24 |
| HSL | 73.7º | 0.43% | 0.58% | - |
| HSV(B) | 73.7º | 0.47% | 0.76% | - |
| XYZ | 39.42 | 49.01 | 20.21 | - |
| YUV | 178.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 103 | 0.11 | 0 | 0.47 | 0.24 | 73.7 | 0.43 | 0.58 |
| Hex | AE | C3 | 67 | B | 0 | 2F | 18 | 4A | 2B | 3A |
| Octal | 256 | 303 | 147 | 13 | 0 | 57 | 30 | 112 | 53 | 72 |
| Binary | 10101110 | 11000011 | 1100111 | 1011 | 0 | 101111 | 11000 | 1001010 | 101011 | 111010 |
Color Harmonies of #AEC367
Complementary color
Monochromatic Colors of #AEC367
Black with #AEC367
Text Example
Text Example
White with #AEC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC367; }
p { color: rgb(174,195,103); }
H1.HeaderClassName
{
color: #AEC367;
}
.AnyTagClassName
{
color: #AEC367;
}
</style>
background-color css
<style>
a { background-color: #AEC367; }
a { background-color: rgb(174,195,103); }
div.DivClassName
{
background-color: #AEC367;
}
.BgClassName
{
background-color: #AEC367;
}
</style>
border-color css
<style>
span { border-color: #AEC367; }
span { border-color: rgb(174,195,103); }
td.TdClassName
{
border-color: #AEC367;
}
.TagClassName
{
border-color: #AEC367;
}
</style>