#AAC063

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

Shades of Wild Willow #AAC063

Tints of Wild Willow #AAC063

Color information

#AAC063 (or 0xAAC063) is unknown color: approx Wild Willow. HEX triplet: AA, C0 and 63. RGB value is (170,192,99). Sum of RGB (Red+Green+Blue) = 170+192+99=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC063 is #553F9C. Grayscale: #AFAFAF. Windows color (decimal): -5586845 or 6537386. OLE color: 6537386.

HSL color Cylindrical-coordinate representation of color #AAC063: hue angle of 74.19º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC063 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB17019299-
CMYK0.1100.480.25
HSL74.19º42.47%57.06%-
HSV(B)74.19º48.44%75.29%-
XYZ37.6847.1518.92-
YUV174.8285.21124.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=36.88%
G=41.65%
B=21.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192990.1100.480.2574.1942.4757.06
HexAAC063B030194a2a39
Octal25230014313060311125271
Binary1010101011000000110001110110110000110011001010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC063; }

 p { color: rgb(170,192,99); }

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

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

 a { background-color: rgb(170,192,99); }

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

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

 span { border-color: rgb(170,192,99); }

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