#AEBD6A

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

Shades of Wild Willow #AEBD6A

Tints of Wild Willow #AEBD6A

Color information

#AEBD6A (or 0xAEBD6A) is unknown color: approx Wild Willow. HEX triplet: AE, BD and 6A. RGB value is (174,189,106). Sum of RGB (Red+Green+Blue) = 174+189+106=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD6A is #514295. Grayscale: #AFAFAF. Windows color (decimal): -5325462 or 6995374. OLE color: 6995374.

HSL color Cylindrical-coordinate representation of color #AEBD6A: hue angle of 70.84º degrees, saturation: 0.39, 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 #AEBD6A is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB174189106-
CMYK0.0800.440.26
HSL70.84º38.6%57.84%-
HSV(B)70.84º43.92%74.12%-
XYZ38.2546.4320.58-
YUV175.0589.03127.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=37.10%
G=40.30%
B=22.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891060.0800.440.2670.8438.657.84
HexAEBD6A802C1A47273a
Octal25627515210054321074772
Binary1010111010111101110101010000101100110101000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD6A; }

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

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

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

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

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

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

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

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