#AEBD64

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

Shades of Wild Willow #AEBD64

Tints of Wild Willow #AEBD64

Color information

#AEBD64 (or 0xAEBD64) is unknown color: approx Wild Willow. HEX triplet: AE, BD and 64. RGB value is (174,189,100). Sum of RGB (Red+Green+Blue) = 174+189+100=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD64 is #51429B. Grayscale: #AEAEAE. Windows color (decimal): -5325468 or 6602158. OLE color: 6602158.

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

Color convert

RGB174189100-
CMYK0.0800.470.26
HSL70.11º40.27%56.67%-
HSV(B)70.11º47.09%74.12%-
XYZ37.9546.3119-
YUV174.3786.03127.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=37.58%
G=40.82%
B=21.60%

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
Decimal1741891000.0800.470.2670.1140.2756.67
HexAEBD64802F1A462839
Octal25627514410057321065071
Binary1010111010111101110010010000101111110101000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD64; }

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

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

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

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

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

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

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

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