COLOR #AE959C

HEX: #AE959C
RGB: (174,149,156)

Color info

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

RGB color model

#AE959C color RGB value is (174,149,156).

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

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 156 of 255 = 61%

174
149
156

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

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 156 = 479 (100%)
R 174 of 479 ~ 36.33%
G 149 of 479 ~ 31.11%
B 156 of 479 ~ 32.57%

%36.33
%31.11
%32.57

CMYK color model

#AE959C color CMYK value is (0,14,10,32).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(0,14,10,32)
C0M14Y10K32 
(0%,14%,10%,32%)
(0.00/0.14/0.10/0.32)	

CMYK percentages

%0
%14.37
%10.34
%31.76

Codes

Color #AE959C in popluar color models

AE959C
RGB174149156
HSL343°13.37%63.33%
HSB/HSV343°14.37%68.24%
CMYK0.00%14.37%10.34%
31.76%

Color #AE959C in popluar number systems.

HEXAE959C
Decimal174149156
Binary101011101001010110011100
Octal256225234

Shades and tints

Shades of #AE959C

#AE959C
(174,149,156)
#9F888E
(159,136,142)
#907B80
(144,123,128)
#816E72
(129,110,114)
#726164
(114,97,100)
#635456
(99,84,86)
#544748
(84,71,72)
#453A3A
(69,58,58)
#362D2C
(54,45,44)
#27201E
(39,32,30)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #AE959C

#AE959C
(174,149,156)
#B59EA5
(181,158,165)
#BCA7AE
(188,167,174)
#C3B0B7
(195,176,183)
#CAB9C0
(202,185,192)
#D1C2C9
(209,194,201)
#D8CBD2
(216,203,210)
#DFD4DB
(223,212,219)
#E6DDE4
(230,221,228)
#EDE6ED
(237,230,237)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE959C; }

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

This text font color is #AE959C.


Background Color

.myBgColor { background-color: #AE959C; }

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

This div background color is #AE959C.


Border color

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

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

This div border color is #AE959C.


Opacity

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

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

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

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

This text has shadow with #AE959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE959C on black background.


Color preview on white background

This text has color #AE959C on white background.



Black color preview on #AE959C background

This text has black color on #AE959C background.


White color preview on #AE959C background

This text has white color on #AE959C background.