Shades of Wild Willow #AEBD6A
Tints of Wild Willow #AEBD6A
RGB
CMYK
RGB Variations
Color information
#AEBD6A (or 0xAEBD6A) is known color: Wild Willow. HEX triplet: AE, BD and 6A. RGB value is (174,189,106). Sum of RGB (Red+Green+Blue) = 174+189+106=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD6A is #514295. Grayscale: #AFAFAF. Windows color (decimal): -5325462 or 6995374. OLE color: 6995374.
HSL color Cylindrical-coordinate representation of color #AEBD6A: hue angle of 70.84º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEBD6A is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 106 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.26 |
| HSL | 70.84º | 0.39% | 0.58% | - |
| HSV(B) | 70.84º | 0.44% | 0.74% | - |
| XYZ | 38.25 | 46.43 | 20.58 | - |
| YUV | 175.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 106 | 0.08 | 0 | 0.44 | 0.26 | 70.84 | 0.39 | 0.58 |
| Hex | AE | BD | 6A | 8 | 0 | 2C | 1A | 47 | 27 | 3A |
| Octal | 256 | 275 | 152 | 10 | 0 | 54 | 32 | 107 | 47 | 72 |
| Binary | 10101110 | 10111101 | 1101010 | 1000 | 0 | 101100 | 11010 | 1000111 | 100111 | 111010 |
Color Harmonies of #AEBD6A
Complementary color
Monochromatic Colors of #AEBD6A
Black with #AEBD6A
Text Example
Text Example
White with #AEBD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD6A; }
p { color: rgb(174,189,106); }
H1.HeaderClassName
{
color: #AEBD6A;
}
.AnyTagClassName
{
color: #AEBD6A;
}
</style>
background-color css
<style>
a { background-color: #AEBD6A; }
a { background-color: rgb(174,189,106); }
div.DivClassName
{
background-color: #AEBD6A;
}
.BgClassName
{
background-color: #AEBD6A;
}
</style>
border-color css
<style>
span { border-color: #AEBD6A; }
span { border-color: rgb(174,189,106); }
td.TdClassName
{
border-color: #AEBD6A;
}
.TagClassName
{
border-color: #AEBD6A;
}
</style>