#AEC162

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

Shades of Wild Willow #AEC162

Tints of Wild Willow #AEC162

Color information

#AEC162 (or 0xAEC162) is unknown color: approx Wild Willow. HEX triplet: AE, C1 and 62. RGB value is (174,193,98). Sum of RGB (Red+Green+Blue) = 174+193+98=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC162 is #513E9D. Grayscale: #B0B0B0. Windows color (decimal): -5324446 or 6472110. OLE color: 6472110.

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

Color convert

RGB17419398-
CMYK0.1000.490.24
HSL72º43.38%57.06%-
HSV(B)72º49.22%75.69%-
XYZ38.7348.0218.78-
YUV176.4983.71126.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=37.42%
G=41.51%
B=21.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174193980.1000.490.247243.3857.06
HexAEC162A03118482b39
Octal25630114212061301105371
Binary1010111011000001110001010100110001110001001000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC162; }

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

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

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

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

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

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

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

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