Shades of Wild Willow #AABD62
Tints of Wild Willow #AABD62
RGB
CMYK
RGB Variations
Color information
#AABD62 (or 0xAABD62) is known color: Wild Willow. HEX triplet: AA, BD and 62. RGB value is (170,189,98). Sum of RGB (Red+Green+Blue) = 170+189+98=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD62 is #55429D. Grayscale: #ADADAD. Windows color (decimal): -5587614 or 6471082. OLE color: 6471082.
HSL color Cylindrical-coordinate representation of color #AABD62: hue angle of 72.53º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AABD62 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 98 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.26 |
| HSL | 72.53º | 0.41% | 0.56% | - |
| HSV(B) | 72.53º | 0.48% | 0.74% | - |
| XYZ | 36.98 | 45.82 | 18.45 | - |
| YUV | 172.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 98 | 0.10 | 0 | 0.48 | 0.26 | 72.53 | 0.41 | 0.56 |
| Hex | AA | BD | 62 | A | 0 | 30 | 1A | 49 | 29 | 38 |
| Octal | 252 | 275 | 142 | 12 | 0 | 60 | 32 | 111 | 51 | 70 |
| Binary | 10101010 | 10111101 | 1100010 | 1010 | 0 | 110000 | 11010 | 1001001 | 101001 | 111000 |
Color Harmonies of #AABD62
Complementary color
Monochromatic Colors of #AABD62
Black with #AABD62
Text Example
Text Example
White with #AABD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD62; }
p { color: rgb(170,189,98); }
H1.HeaderClassName
{
color: #AABD62;
}
.AnyTagClassName
{
color: #AABD62;
}
</style>
background-color css
<style>
a { background-color: #AABD62; }
a { background-color: rgb(170,189,98); }
div.DivClassName
{
background-color: #AABD62;
}
.BgClassName
{
background-color: #AABD62;
}
</style>
border-color css
<style>
span { border-color: #AABD62; }
span { border-color: rgb(170,189,98); }
td.TdClassName
{
border-color: #AABD62;
}
.TagClassName
{
border-color: #AABD62;
}
</style>