#AEBC6A

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

Shades of Wild Willow #AEBC6A

Tints of Wild Willow #AEBC6A

Color information

#AEBC6A (or 0xAEBC6A) is unknown color: approx Wild Willow. HEX triplet: AE, BC and 6A. RGB value is (174,188,106). Sum of RGB (Red+Green+Blue) = 174+188+106=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC6A is #514395. Grayscale: #AEAEAE. Windows color (decimal): -5325718 or 6995118. OLE color: 6995118.

HSL color Cylindrical-coordinate representation of color #AEBC6A: hue angle of 70.24º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEBC6A is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB174188106-
CMYK0.0700.440.26
HSL70.24º37.96%57.65%-
HSV(B)70.24º43.62%73.73%-
XYZ38.0446.0120.51-
YUV174.4789.36127.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 106 (41.80% from 255) = 22.65%
R=37.18%
G=40.17%
B=22.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881060.0700.440.2670.2437.9657.65
HexAEBC6A702C1A46263a
Octal2562741527054321064672
Binary101011101011110011010101110101100110101000110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC6A; }

 p { color: rgb(174,188,106); }

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

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

 a { background-color: rgb(174,188,106); }

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

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

 span { border-color: rgb(174,188,106); }

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