Shades of Wild Willow #AABD66
Tints of Wild Willow #AABD66
RGB
CMYK
RGB Variations
Color information
#AABD66 (or 0xAABD66) is known color: Wild Willow. HEX triplet: AA, BD and 66. RGB value is (170,189,102). Sum of RGB (Red+Green+Blue) = 170+189+102=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD66 is #554299. Grayscale: #ADADAD. Windows color (decimal): -5587610 or 6733226. OLE color: 6733226.
HSL color Cylindrical-coordinate representation of color #AABD66: hue angle of 73.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AABD66 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 102 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.26 |
| HSL | 73.1º | 0.4% | 0.57% | - |
| HSV(B) | 73.1º | 0.46% | 0.74% | - |
| XYZ | 37.17 | 45.9 | 19.47 | - |
| YUV | 173.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 102 | 0.10 | 0 | 0.46 | 0.26 | 73.1 | 0.4 | 0.57 |
| Hex | AA | BD | 66 | A | 0 | 2E | 1A | 49 | 28 | 39 |
| Octal | 252 | 275 | 146 | 12 | 0 | 56 | 32 | 111 | 50 | 71 |
| Binary | 10101010 | 10111101 | 1100110 | 1010 | 0 | 101110 | 11010 | 1001001 | 101000 | 111001 |
Color Harmonies of #AABD66
Complementary color
Monochromatic Colors of #AABD66
Black with #AABD66
Text Example
Text Example
White with #AABD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD66; }
p { color: rgb(170,189,102); }
H1.HeaderClassName
{
color: #AABD66;
}
.AnyTagClassName
{
color: #AABD66;
}
</style>
background-color css
<style>
a { background-color: #AABD66; }
a { background-color: rgb(170,189,102); }
div.DivClassName
{
background-color: #AABD66;
}
.BgClassName
{
background-color: #AABD66;
}
</style>
border-color css
<style>
span { border-color: #AABD66; }
span { border-color: rgb(170,189,102); }
td.TdClassName
{
border-color: #AABD66;
}
.TagClassName
{
border-color: #AABD66;
}
</style>