COLOR #AE8E9D

HEX: #AE8E9D RGB: (174,142,157)

Color info

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

RGB color model

#AE8E9D color RGB value is (174,142,157).

RGB: (174,142,157) (68%, 56%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 157 of 255 = 62%

174
142
157

R + G + B ~ 62%. #AE8E9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 142 + 157 = 473 (100%)
R 174 of 473 ~ 36.79%
G 142 of 473 ~ 30.02%
B 157 of 473 ~ 33.19'%

%36.79
%30.02
%33.19

CMYK color model

#AE8E9D color CMYK value is (0,18,10,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK: (0,18,10,32) C0M18Y10K32 (0%,18%,10%,32%) (0.00/0.18/0.10/0.32) 

CMYK percentages

%0
%18.39
%9.77
%31.76

Codes

Color #AE8E9D in popluar color models

AE 8E 9D
RGB 174 142 157
HSL 332° 16.49% 61.96%
HSB/HSV 332° 18.39% 68.24%
CMYK 0.00% 18.39% 9.77%
31.76%

Color #AE8E9D in popluar number systems.

HEX AE 8E 9D
Decimal 174 142 157
Binary 10101110 10001110 10011101
Octal 256 216 235

Shades and tints

Shades of #AE8E9D

#AE8E9D
(174,142,157)
#9F828F
(159,130,143)
#907681
(144,118,129)
#816A73
(129,106,115)
#725E65
(114,94,101)
#635257
(99,82,87)
#544649
(84,70,73)
#453A3B
(69,58,59)
#362E2D
(54,46,45)
#27221F
(39,34,31)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AE8E9D

#AE8E9D
(174,142,157)
#B598A5
(181,152,165)
#BCA2AD
(188,162,173)
#C3ACB5
(195,172,181)
#CAB6BD
(202,182,189)
#D1C0C5
(209,192,197)
#D8CACD
(216,202,205)
#DFD4D5
(223,212,213)
#E6DEDD
(230,222,221)
#EDE8E5
(237,232,229)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8E9D; }

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

This text font color is #AE8E9D.

Background Color

.myBgColor { background-color: #AE8E9D; }

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

This div background color is #AE8E9D.

Border color

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

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

This div border color is #AE8E9D.

Opacity

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

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

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

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

This text has shadow with #AE8E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8E9D.

Preview

Color preview on black background

This text has color #AE8E9D on black background.


Color preview on white background

This text has color #AE8E9D on white background.


Black color preview on #AE8E9D background

This text has black color on #AE8E9D background.


White color preview on #AE8E9D background

This text has white color on #AE8E9D background.


Related colors

Complementary color

Complementary color for #hex is #517162.


I love getcolorcode.com

Triadic colors

1 #9DAE8E and #8E9DAE with #AE8E9D are triadic colors.

2 #9D8EAE and #8EAE9D with #AE8E9D are triadic colors.