COLOR #AEB39F

HEX: #AEB39F
RGB: (174,179,159)

Color info

#AEB39F contains red, green and blue colors in about the same proportion. Web safe color of #AEB39F is #999999 (or #999).

RGB color model

#AEB39F color RGB value is (174,179,159).

  • red value is 174;
  • green value is 179;
  • blue value is 159.
RGB:
(174,179,159)
(68%,70%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 159 of 255 = 62%

174
179
159

R + G + B ~ 67%. #AEB39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 159 = 512 (100%)
R 174 of 512 ~ 33.98%
G 179 of 512 ~ 34.96%
B 159 of 512 ~ 31.05%

%33.98
%34.96
%31.05

CMYK color model

#AEB39F color CMYK value is (3,0,11,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(3,0,11,30)
C3M0Y11K30 
(3%,0%,11%,30%)
(0.03/0.00/0.11/0.30)	

CMYK percentages

%2.79
%0
%11.17
%29.8

Codes

Color #AEB39F in popluar color models

AEB39F
RGB174179159
HSL75°11.63%66.27%
HSB/HSV75°11.17%70.20%
CMYK2.79%0.00%11.17%
29.80%

Color #AEB39F in popluar number systems.

HEXAEB39F
Decimal174179159
Binary101011101011001110011111
Octal256263237

Shades and tints

Shades of #AEB39F

#AEB39F
(174,179,159)
#9FA391
(159,163,145)
#909383
(144,147,131)
#818375
(129,131,117)
#727367
(114,115,103)
#636359
(99,99,89)
#54534B
(84,83,75)
#45433D
(69,67,61)
#36332F
(54,51,47)
#272321
(39,35,33)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #AEB39F

#AEB39F
(174,179,159)
#B5B9A7
(181,185,167)
#BCBFAF
(188,191,175)
#C3C5B7
(195,197,183)
#CACBBF
(202,203,191)
#D1D1C7
(209,209,199)
#D8D7CF
(216,215,207)
#DFDDD7
(223,221,215)
#E6E3DF
(230,227,223)
#EDE9E7
(237,233,231)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB39F color. Also use rgb(174,179,159) instead hex code.

Text Font Color

.myTextColor { color: #AEB39F; }

<p style="color:#AEB39F">This sample text font color is #AEB39F.</p>

This text font color is #AEB39F.


Background Color

.myBgColor { background-color: #AEB39F; }

<div style="background-color:#AEB39F">Inner text</div>

This div background color is #AEB39F.


Border color

.myBorderColor { border: 1px solid #AEB39F; }

<div style="border:3px solid #AEB39F">Div</div>

This div border color is #AEB39F.


Opacity

.myOpacity80 { color: #AEB39F; opacity: 0.8; }

<p style="color:#AEB39F;opacity:0.8;">80%</p>

Text with #AEB39F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AEB39F;}

<p style="text-shadow: 3px 3px 1px #AEB39F">Text here.</p>

This text has shadow with #AEB39F color.

.textShadow {text-shadow: 3px 3px 1px #AEB39F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AEB39F, 5px 5px 20px red">Text here.</p>

This text has shadow with #AEB39F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB39F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AEB39F, Direction=45, Strength=4)">Text</p>

This text has shadow with #AEB39F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AEB39F;
  -webkit-box-shadow:	1px 1px 3px 2px #AEB39F;
  box-shadow:		1px 1px 3px 2px #AEB39F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB39F;
-webkit-box-shadow: 1px 1px 3px 2px #AEB39F;
box-shadow:1px 1px 3px 2px #AEB39F;">
Div content here</div>
This div box has shadow with color #AEB39F.

Preview

Color preview on black background

This text has color #AEB39F on black background.


Color preview on white background

This text has color #AEB39F on white background.



Black color preview on #AEB39F background

This text has black color on #AEB39F background.


White color preview on #AEB39F background

This text has white color on #AEB39F background.