COLOR #AE9D9F

HEX: #AE9D9F
RGB: (174,157,159)

Color info

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

RGB color model

#AE9D9F color RGB value is (174,157,159).

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

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 159 of 255 = 62%

174
157
159

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

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 159 = 490 (100%)
R 174 of 490 ~ 35.51%
G 157 of 490 ~ 32.04%
B 159 of 490 ~ 32.45%

%35.51
%32.04
%32.45

CMYK color model

#AE9D9F color CMYK value is (0,10,9,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(0,10,9,32)
C0M10Y9K32 
(0%,10%,9%,32%)
(0.00/0.10/0.09/0.32)	

CMYK percentages

%0
%9.77
%8.62
%31.76

Codes

Color #AE9D9F in popluar color models

AE9D9F
RGB174157159
HSL353°9.50%64.90%
HSB/HSV353°9.77%68.24%
CMYK0.00%9.77%8.62%
31.76%

Color #AE9D9F in popluar number systems.

HEXAE9D9F
Decimal174157159
Binary101011101001110110011111
Octal256235237

Shades and tints

Shades of #AE9D9F

#AE9D9F
(174,157,159)
#9F8F91
(159,143,145)
#908183
(144,129,131)
#817375
(129,115,117)
#726567
(114,101,103)
#635759
(99,87,89)
#54494B
(84,73,75)
#453B3D
(69,59,61)
#362D2F
(54,45,47)
#271F21
(39,31,33)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE9D9F

#AE9D9F
(174,157,159)
#B5A5A7
(181,165,167)
#BCADAF
(188,173,175)
#C3B5B7
(195,181,183)
#CABDBF
(202,189,191)
#D1C5C7
(209,197,199)
#D8CDCF
(216,205,207)
#DFD5D7
(223,213,215)
#E6DDDF
(230,221,223)
#EDE5E7
(237,229,231)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9D9F; }

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

This text font color is #AE9D9F.


Background Color

.myBgColor { background-color: #AE9D9F; }

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

This div background color is #AE9D9F.


Border color

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

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

This div border color is #AE9D9F.


Opacity

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

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

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

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

This text has shadow with #AE9D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9D9F on black background.


Color preview on white background

This text has color #AE9D9F on white background.



Black color preview on #AE9D9F background

This text has black color on #AE9D9F background.


White color preview on #AE9D9F background

This text has white color on #AE9D9F background.