#AEBD66

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

Shades of Wild Willow #AEBD66

Tints of Wild Willow #AEBD66

Color information

#AEBD66 (or 0xAEBD66) is unknown color: approx Wild Willow. HEX triplet: AE, BD and 66. RGB value is (174,189,102). Sum of RGB (Red+Green+Blue) = 174+189+102=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD66 is #514299. Grayscale: #AEAEAE. Windows color (decimal): -5325466 or 6733230. OLE color: 6733230.

HSL color Cylindrical-coordinate representation of color #AEBD66: hue angle of 70.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEBD66 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB174189102-
CMYK0.0800.460.26
HSL70.34º39.73%57.06%-
HSV(B)70.34º46.03%74.12%-
XYZ38.0546.3519.51-
YUV174.687.03127.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 102 (40.23% from 255) = 21.94%
R=37.42%
G=40.65%
B=21.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891020.0800.460.2670.3439.7357.06
HexAEBD66802E1A462839
Octal25627514610056321065071
Binary1010111010111101110011010000101110110101000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD66; }

 p { color: rgb(174,189,102); }

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

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

 a { background-color: rgb(174,189,102); }

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

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

 span { border-color: rgb(174,189,102); }

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