#AEBD69

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

Shades of Wild Willow #AEBD69

Tints of Wild Willow #AEBD69

Color information

#AEBD69 (or 0xAEBD69) is unknown color: approx Wild Willow. HEX triplet: AE, BD and 69. RGB value is (174,189,105). Sum of RGB (Red+Green+Blue) = 174+189+105=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD69 is #514296. Grayscale: #AFAFAF. Windows color (decimal): -5325463 or 6929838. OLE color: 6929838.

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

Color convert

RGB174189105-
CMYK0.0800.440.26
HSL70.71º38.89%57.65%-
HSV(B)70.71º44.44%74.12%-
XYZ38.246.4120.31-
YUV174.9488.53127.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=37.18%
G=40.38%
B=22.44%

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
Decimal1741891050.0800.440.2670.7138.8957.65
HexAEBD69802C1A47273a
Octal25627515110054321074772
Binary1010111010111101110100110000101100110101000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD69; }

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

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

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

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

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

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

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

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