#AEBF68

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

Shades of Wild Willow #AEBF68

Tints of Wild Willow #AEBF68

Color information

#AEBF68 (or 0xAEBF68) is unknown color: approx Wild Willow. HEX triplet: AE, BF and 68. RGB value is (174,191,104). Sum of RGB (Red+Green+Blue) = 174+191+104=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF68 is #514097. Grayscale: #B0B0B0. Windows color (decimal): -5324952 or 6864814. OLE color: 6864814.

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

Color convert

RGB174191104-
CMYK0.0900.460.25
HSL71.72º40.47%57.84%-
HSV(B)71.72º45.55%74.9%-
XYZ38.5947.2620.19-
YUV17687.37126.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=37.10%
G=40.72%
B=22.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911040.0900.460.2571.7240.4757.84
HexAEBF68902E1948283a
Octal25627715011056311105072
Binary1010111010111111110100010010101110110011001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF68; }

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

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

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

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

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

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

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

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