COLOR #AEB49D

HEX: #AEB49D
RGB: (174,180,157)

Color info

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

RGB color model

#AEB49D color RGB value is (174,180,157).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 157 of 255 = 62%

174
180
157

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 157 = 511 (100%)
R 174 of 511 ~ 34.05%
G 180 of 511 ~ 35.23%
B 157 of 511 ~ 30.72%

%34.05
%35.23
%30.72

CMYK color model

#AEB49D color CMYK value is (3,0,13,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(3,0,13,29)
C3M0Y13K29 
(3%,0%,13%,29%)
(0.03/0.00/0.13/0.29)	

CMYK percentages

%3.33
%0
%12.78
%29.41

Codes

Color #AEB49D in popluar color models

AEB49D
RGB174180157
HSL76°13.29%66.08%
HSB/HSV76°12.78%70.59%
CMYK3.33%0.00%12.78%
29.41%

Color #AEB49D in popluar number systems.

HEXAEB49D
Decimal174180157
Binary101011101011010010011101
Octal256264235

Shades and tints

Shades of #AEB49D

#AEB49D
(174,180,157)
#9FA48F
(159,164,143)
#909481
(144,148,129)
#818473
(129,132,115)
#727465
(114,116,101)
#636457
(99,100,87)
#545449
(84,84,73)
#45443B
(69,68,59)
#36342D
(54,52,45)
#27241F
(39,36,31)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEB49D

#AEB49D
(174,180,157)
#B5BAA5
(181,186,165)
#BCC0AD
(188,192,173)
#C3C6B5
(195,198,181)
#CACCBD
(202,204,189)
#D1D2C5
(209,210,197)
#D8D8CD
(216,216,205)
#DFDED5
(223,222,213)
#E6E4DD
(230,228,221)
#EDEAE5
(237,234,229)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB49D; }

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

This text font color is #AEB49D.


Background Color

.myBgColor { background-color: #AEB49D; }

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

This div background color is #AEB49D.


Border color

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

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

This div border color is #AEB49D.


Opacity

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

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

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

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

This text has shadow with #AEB49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB49D on black background.


Color preview on white background

This text has color #AEB49D on white background.



Black color preview on #AEB49D background

This text has black color on #AEB49D background.


White color preview on #AEB49D background

This text has white color on #AEB49D background.