COLOR #AE938A

HEX: #AE938A RGB: (174,147,138)

Color info

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

RGB color model

#AE938A color RGB value is (174,147,138).

RGB: (174,147,138) (68%, 58%, 54%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 138 of 255 = 54%

174
147
138

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

Portions of RGB colors in percentages

R + G + B = 174 + 147 + 138 = 459 (100%)
R 174 of 459 ~ 37.91%
G 147 of 459 ~ 32.03%
B 138 of 459 ~ 30.07'%

%37.91
%32.03
%30.07

CMYK color model

#AE938A color CMYK value is (0,16,21,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 20.69%
  • key color value is 31.76%

CMYK: (0,16,21,32)
C0M16Y21K32 (0%, 16%, 21%, 32%)
(0.00 / 0.16 / 0.21 / 0.32)

CMYK percentages

%0
%15.52
%20.69
%31.76

Codes

Color #AE938A in popluar color models

AE 93 8A
RGB 174 147 138
HSL 15° 18.18% 61.18%
HSB/HSV 15° 20.69% 68.24%
CMYK 0.00% 15.52% 20.69%
31.76%

Color #AE938A in popluar number systems.

HEX AE 93 8A
Decimal 174 147 138
Binary 10101110 10010011 10001010
Octal 256 223 212

Shades and tints

Shades of #AE938A

#AE938A
(174,147,138)
#9F867E
(159,134,126)
#907972
(144,121,114)
#816C66
(129,108,102)
#725F5A
(114,95,90)
#63524E
(99,82,78)
#544542
(84,69,66)
#453836
(69,56,54)
#362B2A
(54,43,42)
#271E1E
(39,30,30)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AE938A

#AE938A
(174,147,138)
#B59C94
(181,156,148)
#BCA59E
(188,165,158)
#C3AEA8
(195,174,168)
#CAB7B2
(202,183,178)
#D1C0BC
(209,192,188)
#D8C9C6
(216,201,198)
#DFD2D0
(223,210,208)
#E6DBDA
(230,219,218)
#EDE4E4
(237,228,228)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE938A; }

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

This text font color is #AE938A.

Background Color

.myBgColor { background-color: #AE938A; }

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

This div background color is #AE938A.

Border color

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

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

This div border color is #AE938A.

Opacity

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

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

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

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

This text has shadow with #AE938A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE938A.

Preview

Color preview on black background

This text has color #AE938A on black background.


Color preview on white background

This text has color #AE938A on white background.


Black color preview on #AE938A background

This text has black color on #AE938A background.


White color preview on #AE938A background

This text has white color on #AE938A background.


Related colors

Complementary color

Complementary color for #hex is #516C75.


I love getcolorcode.com

Triadic colors

1 #8AAE93 and #938AAE with #AE938A are triadic colors.

2 #8A93AE and #93AE8A with #AE938A are triadic colors.