COLOR #AE937E

HEX: #AE937E RGB: (174,147,126)

Color info

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

RGB color model

#AE937E color RGB value is (174,147,126).

RGB: (174,147,126) (68%, 58%, 49%)

RGB channels and saturation

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

174
147
126

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

Portions of RGB colors in percentages

R + G + B = 174 + 147 + 126 = 447 (100%)
R 174 of 447 ~ 38.93%
G 147 of 447 ~ 32.89%
B 126 of 447 ~ 28.19'%

%38.93
%32.89
%28.19

CMYK color model

#AE937E color CMYK value is (0,16,28,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK: (0,16,28,32) C0M16Y28K32 (0%,16%,28%,32%) (0.00/0.16/0.28/0.32) 

CMYK percentages

%0
%15.52
%27.59
%31.76

Codes

Color #AE937E in popluar color models

AE 93 7E
RGB 174 147 126
HSL 26° 22.86% 58.82%
HSB/HSV 26° 27.59% 68.24%
CMYK 0.00% 15.52% 27.59%
31.76%

Color #AE937E in popluar number systems.

HEX AE 93 7E
Decimal 174 147 126
Binary 10101110 10010011 1111110
Octal 256 223 176

Shades and tints

Shades of #AE937E

#AE937E
(174,147,126)
#9F8673
(159,134,115)
#907968
(144,121,104)
#816C5D
(129,108,93)
#725F52
(114,95,82)
#635247
(99,82,71)
#54453C
(84,69,60)
#453831
(69,56,49)
#362B26
(54,43,38)
#271E1B
(39,30,27)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #AE937E

#AE937E
(174,147,126)
#B59C89
(181,156,137)
#BCA594
(188,165,148)
#C3AE9F
(195,174,159)
#CAB7AA
(202,183,170)
#D1C0B5
(209,192,181)
#D8C9C0
(216,201,192)
#DFD2CB
(223,210,203)
#E6DBD6
(230,219,214)
#EDE4E1
(237,228,225)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE937E; }

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

This text font color is #AE937E.

Background Color

.myBgColor { background-color: #AE937E; }

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

This div background color is #AE937E.

Border color

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

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

This div border color is #AE937E.

Opacity

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

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

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

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

This text has shadow with #AE937E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE937E.

Preview

Color preview on black background

This text has color #AE937E on black background.


Color preview on white background

This text has color #AE937E on white background.


Black color preview on #AE937E background

This text has black color on #AE937E background.


White color preview on #AE937E background

This text has white color on #AE937E background.


Related colors

Complementary color

Complementary color for #hex is #516C81.


I love getcolorcode.com

Triadic colors

1 #7EAE93 and #937EAE with #AE937E are triadic colors.

2 #7E93AE and #93AE7E with #AE937E are triadic colors.