COLOR #AEB39A

HEX: #AEB39A
RGB: (174,179,154)

Color info

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

RGB color model

#AEB39A color RGB value is (174,179,154).

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

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 154 of 255 = 60%

174
179
154

R + G + B ~ 66%. #AEB39A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 154 = 507 (100%)
R 174 of 507 ~ 34.32%
G 179 of 507 ~ 35.31%
B 154 of 507 ~ 30.37%

%34.32
%35.31
%30.37

CMYK color model

#AEB39A color CMYK value is (3,0,14,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 29.80%
CMYK:
(3,0,14,30)
C3M0Y14K30 
(3%,0%,14%,30%)
(0.03/0.00/0.14/0.30)	

CMYK percentages

%2.79
%0
%13.97
%29.8

Codes

Color #AEB39A in popluar color models

AEB39A
RGB174179154
HSL72°14.12%65.29%
HSB/HSV72°13.97%70.20%
CMYK2.79%0.00%13.97%
29.80%

Color #AEB39A in popluar number systems.

HEXAEB39A
Decimal174179154
Binary101011101011001110011010
Octal256263232

Shades and tints

Shades of #AEB39A

#AEB39A
(174,179,154)
#9FA38C
(159,163,140)
#90937E
(144,147,126)
#818370
(129,131,112)
#727362
(114,115,98)
#636354
(99,99,84)
#545346
(84,83,70)
#454338
(69,67,56)
#36332A
(54,51,42)
#27231C
(39,35,28)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #AEB39A

#AEB39A
(174,179,154)
#B5B9A3
(181,185,163)
#BCBFAC
(188,191,172)
#C3C5B5
(195,197,181)
#CACBBE
(202,203,190)
#D1D1C7
(209,209,199)
#D8D7D0
(216,215,208)
#DFDDD9
(223,221,217)
#E6E3E2
(230,227,226)
#EDE9EB
(237,233,235)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB39A; }

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

This text font color is #AEB39A.


Background Color

.myBgColor { background-color: #AEB39A; }

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

This div background color is #AEB39A.


Border color

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

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

This div border color is #AEB39A.


Opacity

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

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

Text with #AEB39A 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 #AEB39A;}

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

This text has shadow with #AEB39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB39A on black background.


Color preview on white background

This text has color #AEB39A on white background.



Black color preview on #AEB39A background

This text has black color on #AEB39A background.


White color preview on #AEB39A background

This text has white color on #AEB39A background.