#AAC463

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

Shades of Wild Willow #AAC463

Tints of Wild Willow #AAC463

Color information

#AAC463 (or 0xAAC463) is unknown color: approx Wild Willow. HEX triplet: AA, C4 and 63. RGB value is (170,196,99). Sum of RGB (Red+Green+Blue) = 170+196+99=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC463 is #553B9C. Grayscale: #B1B1B1. Windows color (decimal): -5585821 or 6538410. OLE color: 6538410.

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

Color convert

RGB17019699-
CMYK0.1300.490.23
HSL76.08º45.12%57.84%-
HSV(B)76.08º49.49%76.86%-
XYZ38.5748.9319.22-
YUV177.1783.89122.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=36.56%
G=42.15%
B=21.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170196990.1300.490.2376.0845.1257.84
HexAAC463D031174c2d3a
Octal25230414315061271145572
Binary1010101011000100110001111010110001101111001100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC463; }

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

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

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

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

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

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

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

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