COLOR #AE937C

HEX: #AE937C
RGB: (174,147,124)

Color info

#AE937C contains red, green and blue colors in about the same proportion. Web safe color of #AE937C is #999966 (or #996).

RGB color model

#AE937C color RGB value is (174,147,124).

  • red value is 174;
  • green value is 147;
  • blue value is 124.
RGB:
(174,147,124)
(68%,58%,49%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 124 of 255 = 49%

174
147
124

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

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 124 = 445 (100%)
R 174 of 445 ~ 39.1%
G 147 of 445 ~ 33.03%
B 124 of 445 ~ 27.87%

%39.1
%33.03
%27.87

CMYK color model

#AE937C color CMYK value is (0,16,29,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 28.74%
  • key color value is 31.76%
CMYK:
(0,16,29,32)
C0M16Y29K32 
(0%,16%,29%,32%)
(0.00/0.16/0.29/0.32)	

CMYK percentages

%0
%15.52
%28.74
%31.76

Codes

Color #AE937C in popluar color models

AE937C
RGB174147124
HSL28°23.58%58.43%
HSB/HSV28°28.74%68.24%
CMYK0.00%15.52%28.74%
31.76%

Color #AE937C in popluar number systems.

HEXAE937C
Decimal174147124
Binary10101110100100111111100
Octal256223174

Shades and tints

Shades of #AE937C

#AE937C
(174,147,124)
#9F8671
(159,134,113)
#907966
(144,121,102)
#816C5B
(129,108,91)
#725F50
(114,95,80)
#635245
(99,82,69)
#54453A
(84,69,58)
#45382F
(69,56,47)
#362B24
(54,43,36)
#271E19
(39,30,25)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AE937C

#AE937C
(174,147,124)
#B59C87
(181,156,135)
#BCA592
(188,165,146)
#C3AE9D
(195,174,157)
#CAB7A8
(202,183,168)
#D1C0B3
(209,192,179)
#D8C9BE
(216,201,190)
#DFD2C9
(223,210,201)
#E6DBD4
(230,219,212)
#EDE4DF
(237,228,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE937C color. Also use rgb(174,147,124) instead hex code.

Text Font Color

.myTextColor { color: #AE937C; }

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

This text font color is #AE937C.


Background Color

.myBgColor { background-color: #AE937C; }

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

This div background color is #AE937C.


Border color

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

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

This div border color is #AE937C.


Opacity

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

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

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

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

This text has shadow with #AE937C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE937C on black background.


Color preview on white background

This text has color #AE937C on white background.



Black color preview on #AE937C background

This text has black color on #AE937C background.


White color preview on #AE937C background

This text has white color on #AE937C background.