COLOR #AEA494

HEX: #AEA494
RGB: (174,164,148)

Color info

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

RGB color model

#AEA494 color RGB value is (174,164,148).

  • red value is 174;
  • green value is 164;
  • blue value is 148.
RGB:
(174,164,148)
(68%,64%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 148 of 255 = 58%

174
164
148

R + G + B ~ 63%. #AEA494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 148 = 486 (100%)
R 174 of 486 ~ 35.8%
G 164 of 486 ~ 33.74%
B 148 of 486 ~ 30.45%

%35.8
%33.74
%30.45

CMYK color model

#AEA494 color CMYK value is (0,6,15,32).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(0,6,15,32)
C0M6Y15K32 
(0%,6%,15%,32%)
(0.00/0.06/0.15/0.32)	

CMYK percentages

%0
%5.75
%14.94
%31.76

Codes

Color #AEA494 in popluar color models

AEA494
RGB174164148
HSL37°13.83%63.14%
HSB/HSV37°14.94%68.24%
CMYK0.00%5.75%14.94%
31.76%

Color #AEA494 in popluar number systems.

HEXAEA494
Decimal174164148
Binary101011101010010010010100
Octal256244224

Shades and tints

Shades of #AEA494

#AEA494
(174,164,148)
#9F9687
(159,150,135)
#90887A
(144,136,122)
#817A6D
(129,122,109)
#726C60
(114,108,96)
#635E53
(99,94,83)
#545046
(84,80,70)
#454239
(69,66,57)
#36342C
(54,52,44)
#27261F
(39,38,31)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #AEA494

#AEA494
(174,164,148)
#B5AC9D
(181,172,157)
#BCB4A6
(188,180,166)
#C3BCAF
(195,188,175)
#CAC4B8
(202,196,184)
#D1CCC1
(209,204,193)
#D8D4CA
(216,212,202)
#DFDCD3
(223,220,211)
#E6E4DC
(230,228,220)
#EDECE5
(237,236,229)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA494 color. Also use rgb(174,164,148) instead hex code.

Text Font Color

.myTextColor { color: #AEA494; }

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

This text font color is #AEA494.


Background Color

.myBgColor { background-color: #AEA494; }

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

This div background color is #AEA494.


Border color

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

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

This div border color is #AEA494.


Opacity

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

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

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

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

This text has shadow with #AEA494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA494 on black background.


Color preview on white background

This text has color #AEA494 on white background.



Black color preview on #AEA494 background

This text has black color on #AEA494 background.


White color preview on #AEA494 background

This text has white color on #AEA494 background.