COLOR #AE9D95

HEX: #AE9D95
RGB: (174,157,149)

Color info

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

RGB color model

#AE9D95 color RGB value is (174,157,149).

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

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 149 of 255 = 58%

174
157
149

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

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 149 = 480 (100%)
R 174 of 480 ~ 36.25%
G 157 of 480 ~ 32.71%
B 149 of 480 ~ 31.04%

%36.25
%32.71
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.77%
  • 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
%9.77
%14.37
%31.76

Codes

Color #AE9D95 in popluar color models

AE9D95
RGB174157149
HSL19°13.37%63.33%
HSB/HSV19°14.37%68.24%
CMYK0.00%9.77%14.37%
31.76%

Color #AE9D95 in popluar number systems.

HEXAE9D95
Decimal174157149
Binary101011101001110110010101
Octal256235225

Shades and tints

Shades of #AE9D95

#AE9D95
(174,157,149)
#9F8F88
(159,143,136)
#90817B
(144,129,123)
#81736E
(129,115,110)
#726561
(114,101,97)
#635754
(99,87,84)
#544947
(84,73,71)
#453B3A
(69,59,58)
#362D2D
(54,45,45)
#271F20
(39,31,32)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE9D95

#AE9D95
(174,157,149)
#B5A59E
(181,165,158)
#BCADA7
(188,173,167)
#C3B5B0
(195,181,176)
#CABDB9
(202,189,185)
#D1C5C2
(209,197,194)
#D8CDCB
(216,205,203)
#DFD5D4
(223,213,212)
#E6DDDD
(230,221,221)
#EDE5E6
(237,229,230)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9D95; }

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

This text font color is #AE9D95.


Background Color

.myBgColor { background-color: #AE9D95; }

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

This div background color is #AE9D95.


Border color

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

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

This div border color is #AE9D95.


Opacity

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

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

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

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

This text has shadow with #AE9D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9D95 on black background.


Color preview on white background

This text has color #AE9D95 on white background.



Black color preview on #AE9D95 background

This text has black color on #AE9D95 background.


White color preview on #AE9D95 background

This text has white color on #AE9D95 background.