#AEC062

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

Shades of Wild Willow #AEC062

Tints of Wild Willow #AEC062

Color information

#AEC062 (or 0xAEC062) is unknown color: approx Wild Willow. HEX triplet: AE, C0 and 62. RGB value is (174,192,98). Sum of RGB (Red+Green+Blue) = 174+192+98=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC062 is #513F9D. Grayscale: #B0B0B0. Windows color (decimal): -5324702 or 6471854. OLE color: 6471854.

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

Color convert

RGB17419298-
CMYK0.0900.490.25
HSL71.49º42.73%56.86%-
HSV(B)71.49º48.96%75.29%-
XYZ38.5147.5818.71-
YUV175.984.04126.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=37.5%
G=41.38%
B=21.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174192980.0900.490.2571.4942.7356.86
HexAEC062903119472b39
Octal25630014211061311075371
Binary1010111011000000110001010010110001110011000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC062; }

 p { color: rgb(174,192,98); }

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

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

 a { background-color: rgb(174,192,98); }

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

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

 span { border-color: rgb(174,192,98); }

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