#AEB486

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

Shades of Bud #AEB486

Tints of Bud #AEB486

Color information

#AEB486 (or 0xAEB486) is unknown color: approx Bud. HEX triplet: AE, B4 and 86. RGB value is (174,180,134). Sum of RGB (Red+Green+Blue) = 174+180+134=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB486 is #514B79. Grayscale: #ADADAD. Windows color (decimal): -5327738 or 8828078. OLE color: 8828078.

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

Color convert

RGB174180134-
CMYK0.0300.260.29
HSL67.83º23.47%61.57%-
HSV(B)67.83º25.56%70.59%-
XYZ38.0843.3628.92-
YUV172.96106.01128.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=35.66%
G=36.89%
B=27.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801340.0300.260.2967.8323.4761.57
HexAEB486301A1D44173e
Octal2562642063032351042776
Binary1010111010110100100001101101101011101100010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB486; }

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

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

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

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

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

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

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

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