#AEBD68

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

Shades of Wild Willow #AEBD68

Tints of Wild Willow #AEBD68

Color information

#AEBD68 (or 0xAEBD68) is unknown color: approx Wild Willow. HEX triplet: AE, BD and 68. RGB value is (174,189,104). Sum of RGB (Red+Green+Blue) = 174+189+104=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD68 is #514297. Grayscale: #AFAFAF. Windows color (decimal): -5325464 or 6864302. OLE color: 6864302.

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

Color convert

RGB174189104-
CMYK0.0800.450.26
HSL70.59º39.17%57.45%-
HSV(B)70.59º44.97%74.12%-
XYZ38.1546.3920.04-
YUV174.8288.03127.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=37.26%
G=40.47%
B=22.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891040.0800.450.2670.5939.1757.45
HexAEBD68802D1A472739
Octal25627515010055321074771
Binary1010111010111101110100010000101101110101000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD68; }

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

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

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

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

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

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

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

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