COLOR #AE958C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
149
140

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

Portions of RGB colors in percentages

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

%37.58
%32.18
%30.24

CMYK color model

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

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

CMYK percentages

%0
%14.37
%19.54
%31.76

Codes

Color #AE958C in popluar color models

AE958C
RGB174149140
HSL16°17.35%61.57%
HSB/HSV16°19.54%68.24%
CMYK0.00%14.37%19.54%
31.76%

Color #AE958C in popluar number systems.

HEXAE958C
Decimal174149140
Binary101011101001010110001100
Octal256225214

Shades and tints

Shades of #AE958C

#AE958C
(174,149,140)
#9F8880
(159,136,128)
#907B74
(144,123,116)
#816E68
(129,110,104)
#72615C
(114,97,92)
#635450
(99,84,80)
#544744
(84,71,68)
#453A38
(69,58,56)
#362D2C
(54,45,44)
#272020
(39,32,32)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #AE958C

#AE958C
(174,149,140)
#B59E96
(181,158,150)
#BCA7A0
(188,167,160)
#C3B0AA
(195,176,170)
#CAB9B4
(202,185,180)
#D1C2BE
(209,194,190)
#D8CBC8
(216,203,200)
#DFD4D2
(223,212,210)
#E6DDDC
(230,221,220)
#EDE6E6
(237,230,230)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE958C; }

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

This text font color is #AE958C.


Background Color

.myBgColor { background-color: #AE958C; }

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

This div background color is #AE958C.


Border color

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

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

This div border color is #AE958C.


Opacity

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

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

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

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

This text has shadow with #AE958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE958C on black background.


Color preview on white background

This text has color #AE958C on white background.



Black color preview on #AE958C background

This text has black color on #AE958C background.


White color preview on #AE958C background

This text has white color on #AE958C background.