COLOR #AEA495

HEX: #AEA495
RGB: (174,164,149)

Color info

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

RGB color model

#AEA495 color RGB value is (174,164,149).

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

RGB channels and saturation

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

174
164
149

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

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 149 = 487 (100%)
R 174 of 487 ~ 35.73%
G 164 of 487 ~ 33.68%
B 149 of 487 ~ 30.6%

%35.73
%33.68
%30.6

CMYK color model

#AEA495 color CMYK value is (0,6,14,32).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(0,6,14,32)
C0M6Y14K32 
(0%,6%,14%,32%)
(0.00/0.06/0.14/0.32)	

CMYK percentages

%0
%5.75
%14.37
%31.76

Codes

Color #AEA495 in popluar color models

AEA495
RGB174164149
HSL36°13.37%63.33%
HSB/HSV36°14.37%68.24%
CMYK0.00%5.75%14.37%
31.76%

Color #AEA495 in popluar number systems.

HEXAEA495
Decimal174164149
Binary101011101010010010010101
Octal256244225

Shades and tints

Shades of #AEA495

#AEA495
(174,164,149)
#9F9688
(159,150,136)
#90887B
(144,136,123)
#817A6E
(129,122,110)
#726C61
(114,108,97)
#635E54
(99,94,84)
#545047
(84,80,71)
#45423A
(69,66,58)
#36342D
(54,52,45)
#272620
(39,38,32)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #AEA495

#AEA495
(174,164,149)
#B5AC9E
(181,172,158)
#BCB4A7
(188,180,167)
#C3BCB0
(195,188,176)
#CAC4B9
(202,196,185)
#D1CCC2
(209,204,194)
#D8D4CB
(216,212,203)
#DFDCD4
(223,220,212)
#E6E4DD
(230,228,221)
#EDECE6
(237,236,230)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA495; }

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

This text font color is #AEA495.


Background Color

.myBgColor { background-color: #AEA495; }

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

This div background color is #AEA495.


Border color

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

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

This div border color is #AEA495.


Opacity

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

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

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

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

This text has shadow with #AEA495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA495 on black background.


Color preview on white background

This text has color #AEA495 on white background.



Black color preview on #AEA495 background

This text has black color on #AEA495 background.


White color preview on #AEA495 background

This text has white color on #AEA495 background.