COLOR #AE959F

HEX: #AE959F
RGB: (174,149,159)

Color info

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

RGB color model

#AE959F color RGB value is (174,149,159).

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

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 159 of 255 = 62%

174
149
159

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

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 159 = 482 (100%)
R 174 of 482 ~ 36.1%
G 149 of 482 ~ 30.91%
B 159 of 482 ~ 32.99%

%36.1
%30.91
%32.99

CMYK color model

#AE959F color CMYK value is (0,14,9,32).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(0,14,9,32)
C0M14Y9K32 
(0%,14%,9%,32%)
(0.00/0.14/0.09/0.32)	

CMYK percentages

%0
%14.37
%8.62
%31.76

Codes

Color #AE959F in popluar color models

AE959F
RGB174149159
HSL336°13.37%63.33%
HSB/HSV336°14.37%68.24%
CMYK0.00%14.37%8.62%
31.76%

Color #AE959F in popluar number systems.

HEXAE959F
Decimal174149159
Binary101011101001010110011111
Octal256225237

Shades and tints

Shades of #AE959F

#AE959F
(174,149,159)
#9F8891
(159,136,145)
#907B83
(144,123,131)
#816E75
(129,110,117)
#726167
(114,97,103)
#635459
(99,84,89)
#54474B
(84,71,75)
#453A3D
(69,58,61)
#362D2F
(54,45,47)
#272021
(39,32,33)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #AE959F

#AE959F
(174,149,159)
#B59EA7
(181,158,167)
#BCA7AF
(188,167,175)
#C3B0B7
(195,176,183)
#CAB9BF
(202,185,191)
#D1C2C7
(209,194,199)
#D8CBCF
(216,203,207)
#DFD4D7
(223,212,215)
#E6DDDF
(230,221,223)
#EDE6E7
(237,230,231)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE959F; }

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

This text font color is #AE959F.


Background Color

.myBgColor { background-color: #AE959F; }

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

This div background color is #AE959F.


Border color

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

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

This div border color is #AE959F.


Opacity

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

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

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

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

This text has shadow with #AE959F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE959F on black background.


Color preview on white background

This text has color #AE959F on white background.



Black color preview on #AE959F background

This text has black color on #AE959F background.


White color preview on #AE959F background

This text has white color on #AE959F background.