#AAC164

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

Shades of Wild Willow #AAC164

Tints of Wild Willow #AAC164

Color information

#AAC164 (or 0xAAC164) is unknown color: approx Wild Willow. HEX triplet: AA, C1 and 64. RGB value is (170,193,100). Sum of RGB (Red+Green+Blue) = 170+193+100=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC164 is #553E9B. Grayscale: #AFAFAF. Windows color (decimal): -5586588 or 6603178. OLE color: 6603178.

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

Color convert

RGB170193100-
CMYK0.1200.480.24
HSL74.84º42.86%57.45%-
HSV(B)74.84º48.19%75.69%-
XYZ37.9547.6119.25-
YUV175.5285.38124.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=36.72%
G=41.68%
B=21.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931000.1200.480.2474.8442.8657.45
HexAAC164C030184b2b39
Octal25230114414060301135371
Binary1010101011000001110010011000110000110001001011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC164; }

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

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

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

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

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

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

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

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