COLOR #AE95A7

HEX: #AE95A7
RGB: (174,149,167)

Color info

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

RGB color model

#AE95A7 color RGB value is (174,149,167).

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

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 167 of 255 = 65%

174
149
167

R + G + B ~ 64%. #AE95A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 167 = 490 (100%)
R 174 of 490 ~ 35.51%
G 149 of 490 ~ 30.41%
B 167 of 490 ~ 34.08%

%35.51
%30.41
%34.08

CMYK color model

#AE95A7 color CMYK value is (0,14,4,32).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 4.02%
  • key color value is 31.76%
CMYK:
(0,14,4,32)
C0M14Y4K32 
(0%,14%,4%,32%)
(0.00/0.14/0.04/0.32)	

CMYK percentages

%0
%14.37
%4.02
%31.76

Codes

Color #AE95A7 in popluar color models

AE95A7
RGB174149167
HSL317°13.37%63.33%
HSB/HSV317°14.37%68.24%
CMYK0.00%14.37%4.02%
31.76%

Color #AE95A7 in popluar number systems.

HEXAE95A7
Decimal174149167
Binary101011101001010110100111
Octal256225247

Shades and tints

Shades of #AE95A7

#AE95A7
(174,149,167)
#9F8898
(159,136,152)
#907B89
(144,123,137)
#816E7A
(129,110,122)
#72616B
(114,97,107)
#63545C
(99,84,92)
#54474D
(84,71,77)
#453A3E
(69,58,62)
#362D2F
(54,45,47)
#272020
(39,32,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AE95A7

#AE95A7
(174,149,167)
#B59EAF
(181,158,175)
#BCA7B7
(188,167,183)
#C3B0BF
(195,176,191)
#CAB9C7
(202,185,199)
#D1C2CF
(209,194,207)
#D8CBD7
(216,203,215)
#DFD4DF
(223,212,223)
#E6DDE7
(230,221,231)
#EDE6EF
(237,230,239)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE95A7; }

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

This text font color is #AE95A7.


Background Color

.myBgColor { background-color: #AE95A7; }

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

This div background color is #AE95A7.


Border color

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

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

This div border color is #AE95A7.


Opacity

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

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

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

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

This text has shadow with #AE95A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE95A7 on black background.


Color preview on white background

This text has color #AE95A7 on white background.



Black color preview on #AE95A7 background

This text has black color on #AE95A7 background.


White color preview on #AE95A7 background

This text has white color on #AE95A7 background.