COLOR #AE919D

HEX: #AE919D RGB: (174,145,157)

Color info

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

RGB color model

#AE919D color RGB value is (174,145,157).

RGB: (174,145,157) (68%, 57%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 157 of 255 = 62%

174
145
157

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

Portions of RGB colors in percentages

R + G + B = 174 + 145 + 157 = 476 (100%)
R 174 of 476 ~ 36.55%
G 145 of 476 ~ 30.46%
B 157 of 476 ~ 32.98'%

%36.55
%30.46
%32.98

CMYK color model

#AE919D color CMYK value is (0,17,10,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK: (0,17,10,32) C0M17Y10K32 (0%,17%,10%,32%) (0.00/0.17/0.10/0.32) 

CMYK percentages

%0
%16.67
%9.77
%31.76

Codes

Color #AE919D in popluar color models

AE 91 9D
RGB 174 145 157
HSL 335° 15.18% 62.55%
HSB/HSV 335° 16.67% 68.24%
CMYK 0.00% 16.67% 9.77%
31.76%

Color #AE919D in popluar number systems.

HEX AE 91 9D
Decimal 174 145 157
Binary 10101110 10010001 10011101
Octal 256 221 235

Shades and tints

Shades of #AE919D

#AE919D
(174,145,157)
#9F848F
(159,132,143)
#907781
(144,119,129)
#816A73
(129,106,115)
#725D65
(114,93,101)
#635057
(99,80,87)
#544349
(84,67,73)
#45363B
(69,54,59)
#36292D
(54,41,45)
#271C1F
(39,28,31)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AE919D

#AE919D
(174,145,157)
#B59BA5
(181,155,165)
#BCA5AD
(188,165,173)
#C3AFB5
(195,175,181)
#CAB9BD
(202,185,189)
#D1C3C5
(209,195,197)
#D8CDCD
(216,205,205)
#DFD7D5
(223,215,213)
#E6E1DD
(230,225,221)
#EDEBE5
(237,235,229)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE919D; }

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

This text font color is #AE919D.

Background Color

.myBgColor { background-color: #AE919D; }

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

This div background color is #AE919D.

Border color

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

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

This div border color is #AE919D.

Opacity

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

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

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

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

This text has shadow with #AE919D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE919D.

Preview

Color preview on black background

This text has color #AE919D on black background.


Color preview on white background

This text has color #AE919D on white background.


Black color preview on #AE919D background

This text has black color on #AE919D background.


White color preview on #AE919D background

This text has white color on #AE919D background.


Related colors

Complementary color

Complementary color for #hex is #516E62.


I love getcolorcode.com

Triadic colors

1 #9DAE91 and #919DAE with #AE919D are triadic colors.

2 #9D91AE and #91AE9D with #AE919D are triadic colors.