COLOR #AE9EAA

HEX: #AE9EAA RGB: (174,158,170)

Color info

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

RGB color model

#AE9EAA color RGB value is (174,158,170).

RGB: (174,158,170) (68%, 62%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 158 of 255 = 62%
B 170 of 255 = 67%

174
158
170

R + G + B ~ 66%. #AE9EAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 158 + 170 = 502 (100%)
R 174 of 502 ~ 34.66%
G 158 of 502 ~ 31.47%
B 170 of 502 ~ 33.86'%

%34.66
%31.47
%33.86

CMYK color model

#AE9EAA color CMYK value is (0,9,2,32).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK: (0,9,2,32) C0M9Y2K32 (0%,9%,2%,32%) (0.00/0.09/0.02/0.32) 

CMYK percentages

%0
%9.2
%2.3
%31.76

Codes

Color #AE9EAA in popluar color models

AE 9E AA
RGB 174 158 170
HSL 315° 8.99% 65.10%
HSB/HSV 315° 9.20% 68.24%
CMYK 0.00% 9.20% 2.30%
31.76%

Color #AE9EAA in popluar number systems.

HEX AE 9E AA
Decimal 174 158 170
Binary 10101110 10011110 10101010
Octal 256 236 252

Shades and tints

Shades of #AE9EAA

#AE9EAA
(174,158,170)
#9F909B
(159,144,155)
#90828C
(144,130,140)
#81747D
(129,116,125)
#72666E
(114,102,110)
#63585F
(99,88,95)
#544A50
(84,74,80)
#453C41
(69,60,65)
#362E32
(54,46,50)
#272023
(39,32,35)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AE9EAA

#AE9EAA
(174,158,170)
#B5A6B1
(181,166,177)
#BCAEB8
(188,174,184)
#C3B6BF
(195,182,191)
#CABEC6
(202,190,198)
#D1C6CD
(209,198,205)
#D8CED4
(216,206,212)
#DFD6DB
(223,214,219)
#E6DEE2
(230,222,226)
#EDE6E9
(237,230,233)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9EAA color. Also use rgb(174,158,170) instead hex code.

Text Font Color

.myTextColor { color: #AE9EAA; }

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

This text font color is #AE9EAA.

Background Color

.myBgColor { background-color: #AE9EAA; }

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

This div background color is #AE9EAA.

Border color

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

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

This div border color is #AE9EAA.

Opacity

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

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

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

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

This text has shadow with #AE9EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9EAA.

Preview

Color preview on black background

This text has color #AE9EAA on black background.


Color preview on white background

This text has color #AE9EAA on white background.


Black color preview on #AE9EAA background

This text has black color on #AE9EAA background.


White color preview on #AE9EAA background

This text has white color on #AE9EAA background.


Related colors

Complementary color

Complementary color for #hex is #516155.


I love getcolorcode.com

Triadic colors

1 #AAAE9E and #9EAAAE with #AE9EAA are triadic colors.

2 #AA9EAE and #9EAEAA with #AE9EAA are triadic colors.