#AEBF63

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

Shades of Wild Willow #AEBF63

Tints of Wild Willow #AEBF63

Color information

#AEBF63 (or 0xAEBF63) is unknown color: approx Wild Willow. HEX triplet: AE, BF and 63. RGB value is (174,191,99). Sum of RGB (Red+Green+Blue) = 174+191+99=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF63 is #51409C. Grayscale: #AFAFAF. Windows color (decimal): -5324957 or 6537134. OLE color: 6537134.

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

Color convert

RGB17419199-
CMYK0.0900.480.25
HSL71.09º41.82%56.86%-
HSV(B)71.09º48.17%74.9%-
XYZ38.3447.1618.89-
YUV175.4384.87126.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=37.5%
G=41.16%
B=21.34%

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
Decimal174191990.0900.480.2571.0941.8256.86
HexAEBF63903019472a39
Octal25627714311060311075271
Binary1010111010111111110001110010110000110011000111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF63; }

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

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

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

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

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

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

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

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