COLOR #AE9EA6

HEX: #AE9EA6 RGB: (174,158,166)

Color info

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

RGB color model

#AE9EA6 color RGB value is (174,158,166).

RGB: (174,158,166) (68%, 62%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 158 of 255 = 62%
B 166 of 255 = 65%

174
158
166

R + G + B ~ 65%. #AE9EA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 158 + 166 = 498 (100%)
R 174 of 498 ~ 34.94%
G 158 of 498 ~ 31.73%
B 166 of 498 ~ 33.33'%

%34.94
%31.73
%33.33

CMYK color model

#AE9EA6 color CMYK value is (0,9,5,32).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 4.60%
  • key color value is 31.76%

CMYK: (0,9,5,32)
C0M9Y5K32 (0%, 9%, 5%, 32%)
(0.00 / 0.09 / 0.05 / 0.32)

CMYK percentages

%0
%9.2
%4.6
%31.76

Codes

Color #AE9EA6 in popluar color models

AE 9E A6
RGB 174 158 166
HSL 330° 8.99% 65.10%
HSB/HSV 330° 9.20% 68.24%
CMYK 0.00% 9.20% 4.60%
31.76%

Color #AE9EA6 in popluar number systems.

HEX AE 9E A6
Decimal 174 158 166
Binary 10101110 10011110 10100110
Octal 256 236 246

Shades and tints

Shades of #AE9EA6

#AE9EA6
(174,158,166)
#9F9097
(159,144,151)
#908288
(144,130,136)
#817479
(129,116,121)
#72666A
(114,102,106)
#63585B
(99,88,91)
#544A4C
(84,74,76)
#453C3D
(69,60,61)
#362E2E
(54,46,46)
#27201F
(39,32,31)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #AE9EA6

#AE9EA6
(174,158,166)
#B5A6AE
(181,166,174)
#BCAEB6
(188,174,182)
#C3B6BE
(195,182,190)
#CABEC6
(202,190,198)
#D1C6CE
(209,198,206)
#D8CED6
(216,206,214)
#DFD6DE
(223,214,222)
#E6DEE6
(230,222,230)
#EDE6EE
(237,230,238)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9EA6; }

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

This text font color is #AE9EA6.

Background Color

.myBgColor { background-color: #AE9EA6; }

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

This div background color is #AE9EA6.

Border color

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

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

This div border color is #AE9EA6.

Opacity

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

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

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

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

This text has shadow with #AE9EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9EA6.

Preview

Color preview on black background

This text has color #AE9EA6 on black background.


Color preview on white background

This text has color #AE9EA6 on white background.


Black color preview on #AE9EA6 background

This text has black color on #AE9EA6 background.


White color preview on #AE9EA6 background

This text has white color on #AE9EA6 background.


Related colors

Complementary color

Complementary color for #hex is #516159.


I love getcolorcode.com

Triadic colors

1 #A6AE9E and #9EA6AE with #AE9EA6 are triadic colors.

2 #A69EAE and #9EAEA6 with #AE9EA6 are triadic colors.