#AECA5C

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

Shades of Wild Willow #AECA5C

Tints of Wild Willow #AECA5C

Color information

#AECA5C (or 0xAECA5C) is unknown color: approx Wild Willow. HEX triplet: AE, CA and 5C. RGB value is (174,202,92). Sum of RGB (Red+Green+Blue) = 174+202+92=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA5C is #5135A3. Grayscale: #B5B5B5. Windows color (decimal): -5322148 or 6081198. OLE color: 6081198.

HSL color Cylindrical-coordinate representation of color #AECA5C: hue angle of 75.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AECA5C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB17420292-
CMYK0.1400.540.21
HSL75.27º50.93%57.65%-
HSV(B)75.27º54.46%79.22%-
XYZ40.5152.0118.03-
YUV181.0977.72122.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 92 (36.33% from 255) = 19.66%
R=37.18%
G=43.16%
B=19.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202920.1400.540.2175.2750.9357.65
HexAECA5CE036154b333a
Octal25631213416066251136372
Binary1010111011001010101110011100110110101011001011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA5C; }

 p { color: rgb(174,202,92); }

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

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

 a { background-color: rgb(174,202,92); }

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

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

 span { border-color: rgb(174,202,92); }

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