COLOR #AE949D

HEX: #AE949D RGB: (174,148,157)

Color info

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

RGB color model

#AE949D color RGB value is (174,148,157).

RGB: (174,148,157) (68%, 58%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 148 of 255 = 58%
B 157 of 255 = 62%

174
148
157

R + G + B ~ 63%. #AE949D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 148 + 157 = 479 (100%)
R 174 of 479 ~ 36.33%
G 148 of 479 ~ 30.9%
B 157 of 479 ~ 32.78'%

%36.33
%30.9
%32.78

CMYK color model

#AE949D color CMYK value is (0,15,10,32).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 9.77%
  • key color value is 31.76%

CMYK: (0,15,10,32)
C0M15Y10K32 (0%, 15%, 10%, 32%)
(0.00 / 0.15 / 0.10 / 0.32)

CMYK percentages

%0
%14.94
%9.77
%31.76

Codes

Color #AE949D in popluar color models

AE 94 9D
RGB 174 148 157
HSL 339° 13.83% 63.14%
HSB/HSV 339° 14.94% 68.24%
CMYK 0.00% 14.94% 9.77%
31.76%

Color #AE949D in popluar number systems.

HEX AE 94 9D
Decimal 174 148 157
Binary 10101110 10010100 10011101
Octal 256 224 235

Shades and tints

Shades of #AE949D

#AE949D
(174,148,157)
#9F878F
(159,135,143)
#907A81
(144,122,129)
#816D73
(129,109,115)
#726065
(114,96,101)
#635357
(99,83,87)
#544649
(84,70,73)
#45393B
(69,57,59)
#362C2D
(54,44,45)
#271F1F
(39,31,31)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AE949D

#AE949D
(174,148,157)
#B59DA5
(181,157,165)
#BCA6AD
(188,166,173)
#C3AFB5
(195,175,181)
#CAB8BD
(202,184,189)
#D1C1C5
(209,193,197)
#D8CACD
(216,202,205)
#DFD3D5
(223,211,213)
#E6DCDD
(230,220,221)
#EDE5E5
(237,229,229)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE949D; }

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

This text font color is #AE949D.

Background Color

.myBgColor { background-color: #AE949D; }

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

This div background color is #AE949D.

Border color

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

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

This div border color is #AE949D.

Opacity

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

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

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

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

This text has shadow with #AE949D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE949D.

Preview

Color preview on black background

This text has color #AE949D on black background.


Color preview on white background

This text has color #AE949D on white background.


Black color preview on #AE949D background

This text has black color on #AE949D background.


White color preview on #AE949D background

This text has white color on #AE949D background.


Related colors

Complementary color

Complementary color for #hex is #516B62.


I love getcolorcode.com

Triadic colors

1 #9DAE94 and #949DAE with #AE949D are triadic colors.

2 #9D94AE and #94AE9D with #AE949D are triadic colors.