COLOR #AE9C95

HEX: #AE9C95
RGB: (174,156,149)

Color info

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

RGB color model

#AE9C95 color RGB value is (174,156,149).

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

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 149 of 255 = 58%

174
156
149

R + G + B ~ 62%. #AE9C95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 156 + 149 = 479 (100%)
R 174 of 479 ~ 36.33%
G 156 of 479 ~ 32.57%
B 149 of 479 ~ 31.11%

%36.33
%32.57
%31.11

CMYK color model

#AE9C95 color CMYK value is (0,10,14,32).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(0,10,14,32)
C0M10Y14K32 
(0%,10%,14%,32%)
(0.00/0.10/0.14/0.32)	

CMYK percentages

%0
%10.34
%14.37
%31.76

Codes

Color #AE9C95 in popluar color models

AE9C95
RGB174156149
HSL17°13.37%63.33%
HSB/HSV17°14.37%68.24%
CMYK0.00%10.34%14.37%
31.76%

Color #AE9C95 in popluar number systems.

HEXAE9C95
Decimal174156149
Binary101011101001110010010101
Octal256234225

Shades and tints

Shades of #AE9C95

#AE9C95
(174,156,149)
#9F8E88
(159,142,136)
#90807B
(144,128,123)
#81726E
(129,114,110)
#726461
(114,100,97)
#635654
(99,86,84)
#544847
(84,72,71)
#453A3A
(69,58,58)
#362C2D
(54,44,45)
#271E20
(39,30,32)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #AE9C95

#AE9C95
(174,156,149)
#B5A59E
(181,165,158)
#BCAEA7
(188,174,167)
#C3B7B0
(195,183,176)
#CAC0B9
(202,192,185)
#D1C9C2
(209,201,194)
#D8D2CB
(216,210,203)
#DFDBD4
(223,219,212)
#E6E4DD
(230,228,221)
#EDEDE6
(237,237,230)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9C95; }

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

This text font color is #AE9C95.


Background Color

.myBgColor { background-color: #AE9C95; }

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

This div background color is #AE9C95.


Border color

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

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

This div border color is #AE9C95.


Opacity

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

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

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

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

This text has shadow with #AE9C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9C95 on black background.


Color preview on white background

This text has color #AE9C95 on white background.



Black color preview on #AE9C95 background

This text has black color on #AE9C95 background.


White color preview on #AE9C95 background

This text has white color on #AE9C95 background.