#AAC066

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

Shades of Wild Willow #AAC066

Tints of Wild Willow #AAC066

Color information

#AAC066 (or 0xAAC066) is unknown color: approx Wild Willow. HEX triplet: AA, C0 and 66. RGB value is (170,192,102). Sum of RGB (Red+Green+Blue) = 170+192+102=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC066 is #553F99. Grayscale: #AFAFAF. Windows color (decimal): -5586842 or 6733994. OLE color: 6733994.

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

Color convert

RGB170192102-
CMYK0.1100.470.25
HSL74.67º41.67%57.65%-
HSV(B)74.67º46.88%75.29%-
XYZ37.8347.219.69-
YUV175.1686.71124.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=36.64%
G=41.38%
B=21.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921020.1100.470.2574.6741.6757.65
HexAAC066B02F194b2a3a
Octal25230014613057311135272
Binary1010101011000000110011010110101111110011001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC066; }

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

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

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

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

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

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

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

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