Shades of Wild Willow #AAC567
Tints of Wild Willow #AAC567
RGB
CMYK
RGB Variations
Color information
#AAC567 (or 0xAAC567) is known color: Wild Willow. HEX triplet: AA, C5 and 67. RGB value is (170,197,103). Sum of RGB (Red+Green+Blue) = 170+197+103=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC567 is #553A98. Grayscale: #B2B2B2. Windows color (decimal): -5585561 or 6800810. OLE color: 6800810.
HSL color Cylindrical-coordinate representation of color #AAC567: hue angle of 77.23º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC567 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 103 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.23 |
| HSL | 77.23º | 0.45% | 0.59% | - |
| HSV(B) | 77.23º | 0.48% | 0.77% | - |
| XYZ | 38.99 | 49.46 | 20.32 | - |
| YUV | 178.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 103 | 0.14 | 0 | 0.48 | 0.23 | 77.23 | 0.45 | 0.59 |
| Hex | AA | C5 | 67 | E | 0 | 30 | 17 | 4D | 2D | 3B |
| Octal | 252 | 305 | 147 | 16 | 0 | 60 | 27 | 115 | 55 | 73 |
| Binary | 10101010 | 11000101 | 1100111 | 1110 | 0 | 110000 | 10111 | 1001101 | 101101 | 111011 |
Color Harmonies of #AAC567
Complementary color
Monochromatic Colors of #AAC567
Black with #AAC567
Text Example
Text Example
White with #AAC567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC567; }
p { color: rgb(170,197,103); }
H1.HeaderClassName
{
color: #AAC567;
}
.AnyTagClassName
{
color: #AAC567;
}
</style>
background-color css
<style>
a { background-color: #AAC567; }
a { background-color: rgb(170,197,103); }
div.DivClassName
{
background-color: #AAC567;
}
.BgClassName
{
background-color: #AAC567;
}
</style>
border-color css
<style>
span { border-color: #AAC567; }
span { border-color: rgb(170,197,103); }
td.TdClassName
{
border-color: #AAC567;
}
.TagClassName
{
border-color: #AAC567;
}
</style>