COLOR #AE9397

HEX: #AE9397 RGB: (174,147,151)

Color info

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

RGB color model

#AE9397 color RGB value is (174,147,151).

RGB: (174,147,151) (68%, 58%, 59%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 151 of 255 = 59%

174
147
151

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

Portions of RGB colors in percentages

R + G + B = 174 + 147 + 151 = 472 (100%)
R 174 of 472 ~ 36.86%
G 147 of 472 ~ 31.14%
B 151 of 472 ~ 31.99'%

%36.86
%31.14
%31.99

CMYK color model

#AE9397 color CMYK value is (0,16,13,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK: (0,16,13,32) C0M16Y13K32 (0%,16%,13%,32%) (0.00/0.16/0.13/0.32) 

CMYK percentages

%0
%15.52
%13.22
%31.76

Codes

Color #AE9397 in popluar color models

AE 93 97
RGB 174 147 151
HSL 351° 14.29% 62.94%
HSB/HSV 351° 15.52% 68.24%
CMYK 0.00% 15.52% 13.22%
31.76%

Color #AE9397 in popluar number systems.

HEX AE 93 97
Decimal 174 147 151
Binary 10101110 10010011 10010111
Octal 256 223 227

Shades and tints

Shades of #AE9397

#AE9397
(174,147,151)
#9F868A
(159,134,138)
#90797D
(144,121,125)
#816C70
(129,108,112)
#725F63
(114,95,99)
#635256
(99,82,86)
#544549
(84,69,73)
#45383C
(69,56,60)
#362B2F
(54,43,47)
#271E22
(39,30,34)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AE9397

#AE9397
(174,147,151)
#B59CA0
(181,156,160)
#BCA5A9
(188,165,169)
#C3AEB2
(195,174,178)
#CAB7BB
(202,183,187)
#D1C0C4
(209,192,196)
#D8C9CD
(216,201,205)
#DFD2D6
(223,210,214)
#E6DBDF
(230,219,223)
#EDE4E8
(237,228,232)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9397; }

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

This text font color is #AE9397.

Background Color

.myBgColor { background-color: #AE9397; }

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

This div background color is #AE9397.

Border color

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

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

This div border color is #AE9397.

Opacity

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

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

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

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

This text has shadow with #AE9397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9397.

Preview

Color preview on black background

This text has color #AE9397 on black background.


Color preview on white background

This text has color #AE9397 on white background.


Black color preview on #AE9397 background

This text has black color on #AE9397 background.


White color preview on #AE9397 background

This text has white color on #AE9397 background.


Related colors

Complementary color

Complementary color for #hex is #516C68.


I love getcolorcode.com

Triadic colors

1 #97AE93 and #9397AE with #AE9397 are triadic colors.

2 #9793AE and #93AE97 with #AE9397 are triadic colors.