#AAC161

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

Shades of Wild Willow #AAC161

Tints of Wild Willow #AAC161

Color information

#AAC161 (or 0xAAC161) is unknown color: approx Wild Willow. HEX triplet: AA, C1 and 61. RGB value is (170,193,97). Sum of RGB (Red+Green+Blue) = 170+193+97=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC161 is #553E9E. Grayscale: #AFAFAF. Windows color (decimal): -5586591 or 6406570. OLE color: 6406570.

HSL color Cylindrical-coordinate representation of color #AAC161: hue angle of 74.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAC161 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB17019397-
CMYK0.1200.500.24
HSL74.38º43.64%56.86%-
HSV(B)74.38º49.74%75.69%-
XYZ37.8147.5518.49-
YUV175.1883.88124.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=36.96%
G=41.96%
B=21.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170193970.1200.500.2474.3843.6456.86
HexAAC161C032184a2c39
Octal25230114114062301125471
Binary1010101011000001110000111000110010110001001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC161; }

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

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

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

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

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

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

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

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