#AEBE68

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

Shades of Wild Willow #AEBE68

Tints of Wild Willow #AEBE68

Color information

#AEBE68 (or 0xAEBE68) is unknown color: approx Wild Willow. HEX triplet: AE, BE and 68. RGB value is (174,190,104). Sum of RGB (Red+Green+Blue) = 174+190+104=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE68 is #514197. Grayscale: #AFAFAF. Windows color (decimal): -5325208 or 6864558. OLE color: 6864558.

HSL color Cylindrical-coordinate representation of color #AEBE68: hue angle of 71.16º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEBE68 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB174190104-
CMYK0.0800.450.25
HSL71.16º39.81%57.65%-
HSV(B)71.16º45.26%74.51%-
XYZ38.3746.8320.11-
YUV175.4187.7126.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=37.18%
G=40.60%
B=22.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901040.0800.450.2571.1639.8157.65
HexAEBE68802D1947283a
Octal25627615010055311075072
Binary1010111010111110110100010000101101110011000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE68; }

 p { color: rgb(174,190,104); }

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

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

 a { background-color: rgb(174,190,104); }

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

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

 span { border-color: rgb(174,190,104); }

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