COLOR #AE9D98

HEX: #AE9D98
RGB: (174,157,152)

Color info

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

RGB color model

#AE9D98 color RGB value is (174,157,152).

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

RGB channels and saturation

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

174
157
152

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

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 152 = 483 (100%)
R 174 of 483 ~ 36.02%
G 157 of 483 ~ 32.51%
B 152 of 483 ~ 31.47%

%36.02
%32.51
%31.47

CMYK color model

#AE9D98 color CMYK value is (0,10,13,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 12.64%
  • key color value is 31.76%
CMYK:
(0,10,13,32)
C0M10Y13K32 
(0%,10%,13%,32%)
(0.00/0.10/0.13/0.32)	

CMYK percentages

%0
%9.77
%12.64
%31.76

Codes

Color #AE9D98 in popluar color models

AE9D98
RGB174157152
HSL14°11.96%63.92%
HSB/HSV14°12.64%68.24%
CMYK0.00%9.77%12.64%
31.76%

Color #AE9D98 in popluar number systems.

HEXAE9D98
Decimal174157152
Binary101011101001110110011000
Octal256235230

Shades and tints

Shades of #AE9D98

#AE9D98
(174,157,152)
#9F8F8B
(159,143,139)
#90817E
(144,129,126)
#817371
(129,115,113)
#726564
(114,101,100)
#635757
(99,87,87)
#54494A
(84,73,74)
#453B3D
(69,59,61)
#362D30
(54,45,48)
#271F23
(39,31,35)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AE9D98

#AE9D98
(174,157,152)
#B5A5A1
(181,165,161)
#BCADAA
(188,173,170)
#C3B5B3
(195,181,179)
#CABDBC
(202,189,188)
#D1C5C5
(209,197,197)
#D8CDCE
(216,205,206)
#DFD5D7
(223,213,215)
#E6DDE0
(230,221,224)
#EDE5E9
(237,229,233)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9D98; }

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

This text font color is #AE9D98.


Background Color

.myBgColor { background-color: #AE9D98; }

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

This div background color is #AE9D98.


Border color

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

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

This div border color is #AE9D98.


Opacity

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

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

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

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

This text has shadow with #AE9D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9D98 on black background.


Color preview on white background

This text has color #AE9D98 on white background.



Black color preview on #AE9D98 background

This text has black color on #AE9D98 background.


White color preview on #AE9D98 background

This text has white color on #AE9D98 background.