#AEB387

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

Shades of Bud #AEB387

Tints of Bud #AEB387

Color information

#AEB387 (or 0xAEB387) is unknown color: approx Bud. HEX triplet: AE, B3 and 87. RGB value is (174,179,135). Sum of RGB (Red+Green+Blue) = 174+179+135=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB387 is #514C78. Grayscale: #ACACAC. Windows color (decimal): -5327993 or 8893358. OLE color: 8893358.

HSL color Cylindrical-coordinate representation of color #AEB387: hue angle of 66.82º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEB387 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB174179135-
CMYK0.0300.250.30
HSL66.82º22.45%61.57%-
HSV(B)66.82º24.58%70.2%-
XYZ37.9542.9929.22-
YUV172.49106.84129.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=35.66%
G=36.68%
B=27.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791350.0300.250.3066.8222.4561.57
HexAEB38730191E43163e
Octal2562632073031361032676
Binary1010111010110011100001111101100111110100001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB387; }

 p { color: rgb(174,179,135); }

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

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

 a { background-color: rgb(174,179,135); }

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

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

 span { border-color: rgb(174,179,135); }

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