#AAC661

Color #AAC661 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AAC661

Tints of Wild Willow #AAC661

Color information

#AAC661 (or 0xAAC661) is unknown color: approx Wild Willow. HEX triplet: AA, C6 and 61. RGB value is (170,198,97). Sum of RGB (Red+Green+Blue) = 170+198+97=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC661 is #55399E. Grayscale: #B2B2B2. Windows color (decimal): -5585311 or 6407850. OLE color: 6407850.

HSL color Cylindrical-coordinate representation of color #AAC661: hue angle of 76.63º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAC661 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB17019897-
CMYK0.1400.510.22
HSL76.63º46.98%57.84%-
HSV(B)76.63º51.01%77.65%-
XYZ38.9349.818.87-
YUV178.1182.22122.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=36.56%
G=42.58%
B=20.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198970.1400.510.2276.6346.9857.84
HexAAC661E033164d2f3a
Octal25230614116063261155772
Binary1010101011000110110000111100110011101101001101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC661; }

 p { color: rgb(170,198,97); }

 H1.HeaderClassName
 {
   color: #AAC661;
 }
 .AnyTagClassName
 {
   color: #AAC661;
 }
</style>
background-color css

<style>
 a { background-color: #AAC661; }

 a { background-color: rgb(170,198,97); }

 div.DivClassName
 {
   background-color: #AAC661;
 }
 .BgClassName
 {
   background-color: #AAC661;
 }
</style>
border-color css

<style>
 span { border-color: #AAC661; }

 span { border-color: rgb(170,198,97); }

 td.TdClassName
 {
   border-color: #AAC661;
 }
 .TagClassName
 {
   border-color: #AAC661;
 }
</style>