COLOR #AEB49A

HEX: #AEB49A
RGB: (174,180,154)

Color info

#AEB49A contains red, green and blue colors in about the same proportion. Web safe color of #AEB49A is #99CC99 (or #9C9).

RGB color model

#AEB49A color RGB value is (174,180,154).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 154 of 255 = 60%

174
180
154

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 154 = 508 (100%)
R 174 of 508 ~ 34.25%
G 180 of 508 ~ 35.43%
B 154 of 508 ~ 30.31%

%34.25
%35.43
%30.31

CMYK color model

#AEB49A color CMYK value is (3,0,14,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(3,0,14,29)
C3M0Y14K29 
(3%,0%,14%,29%)
(0.03/0.00/0.14/0.29)	

CMYK percentages

%3.33
%0
%14.44
%29.41

Codes

Color #AEB49A in popluar color models

AEB49A
RGB174180154
HSL74°14.77%65.49%
HSB/HSV74°14.44%70.59%
CMYK3.33%0.00%14.44%
29.41%

Color #AEB49A in popluar number systems.

HEXAEB49A
Decimal174180154
Binary101011101011010010011010
Octal256264232

Shades and tints

Shades of #AEB49A

#AEB49A
(174,180,154)
#9FA48C
(159,164,140)
#90947E
(144,148,126)
#818470
(129,132,112)
#727462
(114,116,98)
#636454
(99,100,84)
#545446
(84,84,70)
#454438
(69,68,56)
#36342A
(54,52,42)
#27241C
(39,36,28)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #AEB49A

#AEB49A
(174,180,154)
#B5BAA3
(181,186,163)
#BCC0AC
(188,192,172)
#C3C6B5
(195,198,181)
#CACCBE
(202,204,190)
#D1D2C7
(209,210,199)
#D8D8D0
(216,216,208)
#DFDED9
(223,222,217)
#E6E4E2
(230,228,226)
#EDEAEB
(237,234,235)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB49A; }

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

This text font color is #AEB49A.


Background Color

.myBgColor { background-color: #AEB49A; }

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

This div background color is #AEB49A.


Border color

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

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

This div border color is #AEB49A.


Opacity

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

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

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

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

This text has shadow with #AEB49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB49A on black background.


Color preview on white background

This text has color #AEB49A on white background.



Black color preview on #AEB49A background

This text has black color on #AEB49A background.


White color preview on #AEB49A background

This text has white color on #AEB49A background.