COLOR #AEA894

HEX: #AEA894
RGB: (174,168,148)

Color info

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

RGB color model

#AEA894 color RGB value is (174,168,148).

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

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 148 of 255 = 58%

174
168
148

R + G + B ~ 64%. #AEA894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 148 = 490 (100%)
R 174 of 490 ~ 35.51%
G 168 of 490 ~ 34.29%
B 148 of 490 ~ 30.2%

%35.51
%34.29
%30.2

CMYK color model

#AEA894 color CMYK value is (0,3,15,32).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(0,3,15,32)
C0M3Y15K32 
(0%,3%,15%,32%)
(0.00/0.03/0.15/0.32)	

CMYK percentages

%0
%3.45
%14.94
%31.76

Codes

Color #AEA894 in popluar color models

AEA894
RGB174168148
HSL46°13.83%63.14%
HSB/HSV46°14.94%68.24%
CMYK0.00%3.45%14.94%
31.76%

Color #AEA894 in popluar number systems.

HEXAEA894
Decimal174168148
Binary101011101010100010010100
Octal256250224

Shades and tints

Shades of #AEA894

#AEA894
(174,168,148)
#9F9987
(159,153,135)
#908A7A
(144,138,122)
#817B6D
(129,123,109)
#726C60
(114,108,96)
#635D53
(99,93,83)
#544E46
(84,78,70)
#453F39
(69,63,57)
#36302C
(54,48,44)
#27211F
(39,33,31)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEA894

#AEA894
(174,168,148)
#B5AF9D
(181,175,157)
#BCB6A6
(188,182,166)
#C3BDAF
(195,189,175)
#CAC4B8
(202,196,184)
#D1CBC1
(209,203,193)
#D8D2CA
(216,210,202)
#DFD9D3
(223,217,211)
#E6E0DC
(230,224,220)
#EDE7E5
(237,231,229)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA894; }

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

This text font color is #AEA894.


Background Color

.myBgColor { background-color: #AEA894; }

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

This div background color is #AEA894.


Border color

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

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

This div border color is #AEA894.


Opacity

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

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

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

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

This text has shadow with #AEA894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA894 on black background.


Color preview on white background

This text has color #AEA894 on white background.



Black color preview on #AEA894 background

This text has black color on #AEA894 background.


White color preview on #AEA894 background

This text has white color on #AEA894 background.