COLOR #AE9497

HEX: #AE9497 RGB: (174,148,151)

Color info

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

RGB color model

#AE9497 color RGB value is (174,148,151).

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

RGB channels and saturation

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

174
148
151

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

Portions of RGB colors in percentages

R + G + B = 174 + 148 + 151 = 473 (100%)
R 174 of 473 ~ 36.79%
G 148 of 473 ~ 31.29%
B 151 of 473 ~ 31.92'%

%36.79
%31.29
%31.92

CMYK color model

#AE9497 color CMYK value is (0,15,13,32).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK: (0,15,13,32) C0M15Y13K32 (0%,15%,13%,32%) (0.00/0.15/0.13/0.32) 

CMYK percentages

%0
%14.94
%13.22
%31.76

Codes

Color #AE9497 in popluar color models

AE 94 97
RGB 174 148 151
HSL 353° 13.83% 63.14%
HSB/HSV 353° 14.94% 68.24%
CMYK 0.00% 14.94% 13.22%
31.76%

Color #AE9497 in popluar number systems.

HEX AE 94 97
Decimal 174 148 151
Binary 10101110 10010100 10010111
Octal 256 224 227

Shades and tints

Shades of #AE9497

#AE9497
(174,148,151)
#9F878A
(159,135,138)
#907A7D
(144,122,125)
#816D70
(129,109,112)
#726063
(114,96,99)
#635356
(99,83,86)
#544649
(84,70,73)
#45393C
(69,57,60)
#362C2F
(54,44,47)
#271F22
(39,31,34)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AE9497

#AE9497
(174,148,151)
#B59DA0
(181,157,160)
#BCA6A9
(188,166,169)
#C3AFB2
(195,175,178)
#CAB8BB
(202,184,187)
#D1C1C4
(209,193,196)
#D8CACD
(216,202,205)
#DFD3D6
(223,211,214)
#E6DCDF
(230,220,223)
#EDE5E8
(237,229,232)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9497; }

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

This text font color is #AE9497.

Background Color

.myBgColor { background-color: #AE9497; }

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

This div background color is #AE9497.

Border color

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

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

This div border color is #AE9497.

Opacity

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

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

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

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

This text has shadow with #AE9497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9497.

Preview

Color preview on black background

This text has color #AE9497 on black background.


Color preview on white background

This text has color #AE9497 on white background.


Black color preview on #AE9497 background

This text has black color on #AE9497 background.


White color preview on #AE9497 background

This text has white color on #AE9497 background.


Related colors

Complementary color

Complementary color for #hex is #516B68.


I love getcolorcode.com

Triadic colors

1 #97AE94 and #9497AE with #AE9497 are triadic colors.

2 #9794AE and #94AE97 with #AE9497 are triadic colors.