#AAC162

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

Shades of Wild Willow #AAC162

Tints of Wild Willow #AAC162

Color information

#AAC162 (or 0xAAC162) is unknown color: approx Wild Willow. HEX triplet: AA, C1 and 62. RGB value is (170,193,98). Sum of RGB (Red+Green+Blue) = 170+193+98=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC162 is #553E9D. Grayscale: #AFAFAF. Windows color (decimal): -5586590 or 6472106. OLE color: 6472106.

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

Color convert

RGB17019398-
CMYK0.1200.490.24
HSL74.53º43.38%57.06%-
HSV(B)74.53º49.22%75.69%-
XYZ37.8547.5718.74-
YUV175.2984.38124.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=36.88%
G=41.87%
B=21.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170193980.1200.490.2474.5343.3857.06
HexAAC162C031184b2b39
Octal25230114214061301135371
Binary1010101011000001110001011000110001110001001011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC162; }

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

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

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

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

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

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

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

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