COLOR #AE8C95

HEX: #AE8C95
RGB: (174,140,149)

Color info

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

RGB color model

#AE8C95 color RGB value is (174,140,149).

  • red value is 174;
  • green value is 140;
  • blue value is 149.
RGB:
(174,140,149)
(68%,55%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 149 of 255 = 58%

174
140
149

R + G + B ~ 60%. #AE8C95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 149 = 463 (100%)
R 174 of 463 ~ 37.58%
G 140 of 463 ~ 30.24%
B 149 of 463 ~ 32.18%

%37.58
%30.24
%32.18

CMYK color model

#AE8C95 color CMYK value is (0,20,14,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(0,20,14,32)
C0M20Y14K32 
(0%,20%,14%,32%)
(0.00/0.20/0.14/0.32)	

CMYK percentages

%0
%19.54
%14.37
%31.76

Codes

Color #AE8C95 in popluar color models

AE8C95
RGB174140149
HSL344°17.35%61.57%
HSB/HSV344°19.54%68.24%
CMYK0.00%19.54%14.37%
31.76%

Color #AE8C95 in popluar number systems.

HEXAE8C95
Decimal174140149
Binary101011101000110010010101
Octal256214225

Shades and tints

Shades of #AE8C95

#AE8C95
(174,140,149)
#9F8088
(159,128,136)
#90747B
(144,116,123)
#81686E
(129,104,110)
#725C61
(114,92,97)
#635054
(99,80,84)
#544447
(84,68,71)
#45383A
(69,56,58)
#362C2D
(54,44,45)
#272020
(39,32,32)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AE8C95

#AE8C95
(174,140,149)
#B5969E
(181,150,158)
#BCA0A7
(188,160,167)
#C3AAB0
(195,170,176)
#CAB4B9
(202,180,185)
#D1BEC2
(209,190,194)
#D8C8CB
(216,200,203)
#DFD2D4
(223,210,212)
#E6DCDD
(230,220,221)
#EDE6E6
(237,230,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8C95 color. Also use rgb(174,140,149) instead hex code.

Text Font Color

.myTextColor { color: #AE8C95; }

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

This text font color is #AE8C95.


Background Color

.myBgColor { background-color: #AE8C95; }

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

This div background color is #AE8C95.


Border color

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

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

This div border color is #AE8C95.


Opacity

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

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

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

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

This text has shadow with #AE8C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8C95 on black background.


Color preview on white background

This text has color #AE8C95 on white background.



Black color preview on #AE8C95 background

This text has black color on #AE8C95 background.


White color preview on #AE8C95 background

This text has white color on #AE8C95 background.