#AEB487

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

Shades of Bud #AEB487

Tints of Bud #AEB487

Color information

#AEB487 (or 0xAEB487) is unknown color: approx Bud. HEX triplet: AE, B4 and 87. RGB value is (174,180,135). Sum of RGB (Red+Green+Blue) = 174+180+135=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB487 is #514B78. Grayscale: #ADADAD. Windows color (decimal): -5327737 or 8893614. OLE color: 8893614.

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

Color convert

RGB174180135-
CMYK0.0300.250.29
HSL68º23.08%61.76%-
HSV(B)68º25%70.59%-
XYZ38.1543.3929.29-
YUV173.08106.51128.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=35.58%
G=36.81%
B=27.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801350.0300.250.296823.0861.76
HexAEB48730191D44173e
Octal2562642073031351042776
Binary1010111010110100100001111101100111101100010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB487; }

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

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

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

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

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

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

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

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