#AEBF64

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

Shades of Wild Willow #AEBF64

Tints of Wild Willow #AEBF64

Color information

#AEBF64 (or 0xAEBF64) is unknown color: approx Wild Willow. HEX triplet: AE, BF and 64. RGB value is (174,191,100). Sum of RGB (Red+Green+Blue) = 174+191+100=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF64 is #51409B. Grayscale: #AFAFAF. Windows color (decimal): -5324956 or 6602670. OLE color: 6602670.

HSL color Cylindrical-coordinate representation of color #AEBF64: hue angle of 71.21º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEBF64 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB174191100-
CMYK0.0900.480.25
HSL71.21º41.55%57.06%-
HSV(B)71.21º47.64%74.9%-
XYZ38.3947.1819.14-
YUV175.5485.37126.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=37.42%
G=41.08%
B=21.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911000.0900.480.2571.2141.5557.06
HexAEBF64903019472a39
Octal25627714411060311075271
Binary1010111010111111110010010010110000110011000111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF64; }

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

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

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

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

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

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

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

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