COLOR #AE9D9A

HEX: #AE9D9A
RGB: (174,157,154)

Color info

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

RGB color model

#AE9D9A color RGB value is (174,157,154).

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

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 154 of 255 = 60%

174
157
154

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

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 154 = 485 (100%)
R 174 of 485 ~ 35.88%
G 157 of 485 ~ 32.37%
B 154 of 485 ~ 31.75%

%35.88
%32.37
%31.75

CMYK color model

#AE9D9A color CMYK value is (0,10,11,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 11.49%
  • key color value is 31.76%
CMYK:
(0,10,11,32)
C0M10Y11K32 
(0%,10%,11%,32%)
(0.00/0.10/0.11/0.32)	

CMYK percentages

%0
%9.77
%11.49
%31.76

Codes

Color #AE9D9A in popluar color models

AE9D9A
RGB174157154
HSL10.99%64.31%
HSB/HSV11.49%68.24%
CMYK0.00%9.77%11.49%
31.76%

Color #AE9D9A in popluar number systems.

HEXAE9D9A
Decimal174157154
Binary101011101001110110011010
Octal256235232

Shades and tints

Shades of #AE9D9A

#AE9D9A
(174,157,154)
#9F8F8C
(159,143,140)
#90817E
(144,129,126)
#817370
(129,115,112)
#726562
(114,101,98)
#635754
(99,87,84)
#544946
(84,73,70)
#453B38
(69,59,56)
#362D2A
(54,45,42)
#271F1C
(39,31,28)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AE9D9A

#AE9D9A
(174,157,154)
#B5A5A3
(181,165,163)
#BCADAC
(188,173,172)
#C3B5B5
(195,181,181)
#CABDBE
(202,189,190)
#D1C5C7
(209,197,199)
#D8CDD0
(216,205,208)
#DFD5D9
(223,213,217)
#E6DDE2
(230,221,226)
#EDE5EB
(237,229,235)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9D9A; }

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

This text font color is #AE9D9A.


Background Color

.myBgColor { background-color: #AE9D9A; }

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

This div background color is #AE9D9A.


Border color

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

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

This div border color is #AE9D9A.


Opacity

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

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

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

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

This text has shadow with #AE9D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9D9A on black background.


Color preview on white background

This text has color #AE9D9A on white background.



Black color preview on #AE9D9A background

This text has black color on #AE9D9A background.


White color preview on #AE9D9A background

This text has white color on #AE9D9A background.