Shades of Wild Willow #AAC165
Tints of Wild Willow #AAC165
RGB
CMYK
RGB Variations
Color information
#AAC165 (or 0xAAC165) is known color: Wild Willow. HEX triplet: AA, C1 and 65. RGB value is (170,193,101). Sum of RGB (Red+Green+Blue) = 170+193+101=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC165 is #553E9A. Grayscale: #AFAFAF. Windows color (decimal): -5586587 or 6668714. OLE color: 6668714.
HSL color Cylindrical-coordinate representation of color #AAC165: hue angle of 75º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC165 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 101 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.24 |
| HSL | 75º | 0.43% | 0.58% | - |
| HSV(B) | 75º | 0.48% | 0.76% | - |
| XYZ | 38 | 47.63 | 19.5 | - |
| YUV | 175.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 101 | 0.12 | 0 | 0.48 | 0.24 | 75 | 0.43 | 0.58 |
| Hex | AA | C1 | 65 | C | 0 | 30 | 18 | 4B | 2B | 3A |
| Octal | 252 | 301 | 145 | 14 | 0 | 60 | 30 | 113 | 53 | 72 |
| Binary | 10101010 | 11000001 | 1100101 | 1100 | 0 | 110000 | 11000 | 1001011 | 101011 | 111010 |
Color Harmonies of #AAC165
Complementary color
Monochromatic Colors of #AAC165
Black with #AAC165
Text Example
Text Example
White with #AAC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC165; }
p { color: rgb(170,193,101); }
H1.HeaderClassName
{
color: #AAC165;
}
.AnyTagClassName
{
color: #AAC165;
}
</style>
background-color css
<style>
a { background-color: #AAC165; }
a { background-color: rgb(170,193,101); }
div.DivClassName
{
background-color: #AAC165;
}
.BgClassName
{
background-color: #AAC165;
}
</style>
border-color css
<style>
span { border-color: #AAC165; }
span { border-color: rgb(170,193,101); }
td.TdClassName
{
border-color: #AAC165;
}
.TagClassName
{
border-color: #AAC165;
}
</style>