#AECA63

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

Shades of Wild Willow #AECA63

Tints of Wild Willow #AECA63

Color information

#AECA63 (or 0xAECA63) is unknown color: approx Wild Willow. HEX triplet: AE, CA and 63. RGB value is (174,202,99). Sum of RGB (Red+Green+Blue) = 174+202+99=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA63 is #51359C. Grayscale: #B6B6B6. Windows color (decimal): -5322141 or 6539950. OLE color: 6539950.

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

Color convert

RGB17420299-
CMYK0.1400.510.21
HSL76.31º49.28%59.02%-
HSV(B)76.31º50.99%79.22%-
XYZ40.8352.1419.72-
YUV181.8981.22122.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=36.63%
G=42.53%
B=20.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202990.1400.510.2176.3149.2859.02
HexAECA63E033154c313b
Octal25631214316063251146173
Binary1010111011001010110001111100110011101011001100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA63; }

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

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

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

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

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

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

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

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