COLOR #AE8E97

HEX: #AE8E97
RGB: (174,142,151)

Color info

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

RGB color model

#AE8E97 color RGB value is (174,142,151).

  • red value is 174;
  • green value is 142;
  • blue value is 151.
RGB:
(174,142,151)
(68%,56%,59%)

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 151 of 255 = 59%

174
142
151

R + G + B ~ 61%. #AE8E97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 142 + 151 = 467 (100%)
R 174 of 467 ~ 37.26%
G 142 of 467 ~ 30.41%
B 151 of 467 ~ 32.33%

%37.26
%30.41
%32.33

CMYK color model

#AE8E97 color CMYK value is (0,18,13,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK:
(0,18,13,32)
C0M18Y13K32 
(0%,18%,13%,32%)
(0.00/0.18/0.13/0.32)	

CMYK percentages

%0
%18.39
%13.22
%31.76

Codes

Color #AE8E97 in popluar color models

AE8E97
RGB174142151
HSL343°16.49%61.96%
HSB/HSV343°18.39%68.24%
CMYK0.00%18.39%13.22%
31.76%

Color #AE8E97 in popluar number systems.

HEXAE8E97
Decimal174142151
Binary101011101000111010010111
Octal256216227

Shades and tints

Shades of #AE8E97

#AE8E97
(174,142,151)
#9F828A
(159,130,138)
#90767D
(144,118,125)
#816A70
(129,106,112)
#725E63
(114,94,99)
#635256
(99,82,86)
#544649
(84,70,73)
#453A3C
(69,58,60)
#362E2F
(54,46,47)
#272222
(39,34,34)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AE8E97

#AE8E97
(174,142,151)
#B598A0
(181,152,160)
#BCA2A9
(188,162,169)
#C3ACB2
(195,172,178)
#CAB6BB
(202,182,187)
#D1C0C4
(209,192,196)
#D8CACD
(216,202,205)
#DFD4D6
(223,212,214)
#E6DEDF
(230,222,223)
#EDE8E8
(237,232,232)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8E97 color. Also use rgb(174,142,151) instead hex code.

Text Font Color

.myTextColor { color: #AE8E97; }

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

This text font color is #AE8E97.


Background Color

.myBgColor { background-color: #AE8E97; }

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

This div background color is #AE8E97.


Border color

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

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

This div border color is #AE8E97.


Opacity

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

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

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

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

This text has shadow with #AE8E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8E97 on black background.


Color preview on white background

This text has color #AE8E97 on white background.



Black color preview on #AE8E97 background

This text has black color on #AE8E97 background.


White color preview on #AE8E97 background

This text has white color on #AE8E97 background.