#AAC561

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

Shades of Wild Willow #AAC561

Tints of Wild Willow #AAC561

Color information

#AAC561 (or 0xAAC561) is unknown color: approx Wild Willow. HEX triplet: AA, C5 and 61. RGB value is (170,197,97). Sum of RGB (Red+Green+Blue) = 170+197+97=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC561 is #553A9E. Grayscale: #B1B1B1. Windows color (decimal): -5585567 or 6407594. OLE color: 6407594.

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

Color convert

RGB17019797-
CMYK0.1400.510.23
HSL76.2º46.3%57.65%-
HSV(B)76.2º50.76%77.25%-
XYZ38.749.3418.79-
YUV177.5382.55122.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=36.64%
G=42.46%
B=20.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170197970.1400.510.2376.246.357.65
HexAAC561E033174c2e3a
Octal25230514116063271145672
Binary1010101011000101110000111100110011101111001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC561; }

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

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

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

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

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

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

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

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