#AEBE69

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

Shades of Wild Willow #AEBE69

Tints of Wild Willow #AEBE69

Color information

#AEBE69 (or 0xAEBE69) is unknown color: approx Wild Willow. HEX triplet: AE, BE and 69. RGB value is (174,190,105). Sum of RGB (Red+Green+Blue) = 174+190+105=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE69 is #514196. Grayscale: #AFAFAF. Windows color (decimal): -5325207 or 6930094. OLE color: 6930094.

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

Color convert

RGB174190105-
CMYK0.0800.450.25
HSL71.29º39.53%57.84%-
HSV(B)71.29º44.74%74.51%-
XYZ38.4246.8520.38-
YUV175.5388.2126.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=37.10%
G=40.51%
B=22.39%

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
Decimal1741901050.0800.450.2571.2939.5357.84
HexAEBE69802D1947283a
Octal25627615110055311075072
Binary1010111010111110110100110000101101110011000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE69; }

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

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

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

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

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

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

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

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