COLOR #AE9C93

HEX: #AE9C93 RGB: (174,156,147)

Color info

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

RGB color model

#AE9C93 color RGB value is (174,156,147).

RGB: (174,156,147) (68%, 61%, 58%)

RGB channels and saturation

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

174
156
147

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

Portions of RGB colors in percentages

R + G + B = 174 + 156 + 147 = 477 (100%)
R 174 of 477 ~ 36.48%
G 156 of 477 ~ 32.7%
B 147 of 477 ~ 30.82'%

%36.48
%32.7
%30.82

CMYK color model

#AE9C93 color CMYK value is (0,10,16,32).

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

CMYK: (0,10,16,32)
C0M10Y16K32 (0%, 10%, 16%, 32%)
(0.00 / 0.10 / 0.16 / 0.32)

CMYK percentages

%0
%10.34
%15.52
%31.76

Codes

Color #AE9C93 in popluar color models

AE 9C 93
RGB 174 156 147
HSL 20° 14.29% 62.94%
HSB/HSV 20° 15.52% 68.24%
CMYK 0.00% 10.34% 15.52%
31.76%

Color #AE9C93 in popluar number systems.

HEX AE 9C 93
Decimal 174 156 147
Binary 10101110 10011100 10010011
Octal 256 234 223

Shades and tints

Shades of #AE9C93

#AE9C93
(174,156,147)
#9F8E86
(159,142,134)
#908079
(144,128,121)
#81726C
(129,114,108)
#72645F
(114,100,95)
#635652
(99,86,82)
#544845
(84,72,69)
#453A38
(69,58,56)
#362C2B
(54,44,43)
#271E1E
(39,30,30)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AE9C93

#AE9C93
(174,156,147)
#B5A59C
(181,165,156)
#BCAEA5
(188,174,165)
#C3B7AE
(195,183,174)
#CAC0B7
(202,192,183)
#D1C9C0
(209,201,192)
#D8D2C9
(216,210,201)
#DFDBD2
(223,219,210)
#E6E4DB
(230,228,219)
#EDEDE4
(237,237,228)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9C93; }

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

This text font color is #AE9C93.

Background Color

.myBgColor { background-color: #AE9C93; }

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

This div background color is #AE9C93.

Border color

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

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

This div border color is #AE9C93.

Opacity

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

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

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

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

This text has shadow with #AE9C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9C93.

Preview

Color preview on black background

This text has color #AE9C93 on black background.


Color preview on white background

This text has color #AE9C93 on white background.


Black color preview on #AE9C93 background

This text has black color on #AE9C93 background.


White color preview on #AE9C93 background

This text has white color on #AE9C93 background.


Related colors

Complementary color

Complementary color for #hex is #51636C.


I love getcolorcode.com

Triadic colors

1 #93AE9C and #9C93AE with #AE9C93 are triadic colors.

2 #939CAE and #9CAE93 with #AE9C93 are triadic colors.