#AEBD65

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

Shades of Wild Willow #AEBD65

Tints of Wild Willow #AEBD65

Color information

#AEBD65 (or 0xAEBD65) is unknown color: approx Wild Willow. HEX triplet: AE, BD and 65. RGB value is (174,189,101). Sum of RGB (Red+Green+Blue) = 174+189+101=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD65 is #51429A. Grayscale: #AEAEAE. Windows color (decimal): -5325467 or 6667694. OLE color: 6667694.

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

Color convert

RGB174189101-
CMYK0.0800.470.26
HSL70.23º40%56.86%-
HSV(B)70.23º46.56%74.12%-
XYZ3846.3319.25-
YUV174.4886.53127.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=37.5%
G=40.73%
B=21.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891010.0800.470.2670.234056.86
HexAEBD65802F1A462839
Octal25627514510057321065071
Binary1010111010111101110010110000101111110101000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD65; }

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

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

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

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

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

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

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

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