COLOR #AE90A6

HEX: #AE90A6
RGB: (174,144,166)

Color info

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

RGB color model

#AE90A6 color RGB value is (174,144,166).

  • red value is 174;
  • green value is 144;
  • blue value is 166.
RGB:
(174,144,166)
(68%,56%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 166 of 255 = 65%

174
144
166

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

Portions of RGB colors in percentages

R + G + B =
174 + 144 + 166 = 484 (100%)
R 174 of 484 ~ 35.95%
G 144 of 484 ~ 29.75%
B 166 of 484 ~ 34.3%

%35.95
%29.75
%34.3

CMYK color model

#AE90A6 color CMYK value is (0,17,5,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 4.60%
  • key color value is 31.76%
CMYK:
(0,17,5,32)
C0M17Y5K32 
(0%,17%,5%,32%)
(0.00/0.17/0.05/0.32)	

CMYK percentages

%0
%17.24
%4.6
%31.76

Codes

Color #AE90A6 in popluar color models

AE90A6
RGB174144166
HSL316°15.63%62.35%
HSB/HSV316°17.24%68.24%
CMYK0.00%17.24%4.60%
31.76%

Color #AE90A6 in popluar number systems.

HEXAE90A6
Decimal174144166
Binary101011101001000010100110
Octal256220246

Shades and tints

Shades of #AE90A6

#AE90A6
(174,144,166)
#9F8397
(159,131,151)
#907688
(144,118,136)
#816979
(129,105,121)
#725C6A
(114,92,106)
#634F5B
(99,79,91)
#54424C
(84,66,76)
#45353D
(69,53,61)
#36282E
(54,40,46)
#271B1F
(39,27,31)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #AE90A6

#AE90A6
(174,144,166)
#B59AAE
(181,154,174)
#BCA4B6
(188,164,182)
#C3AEBE
(195,174,190)
#CAB8C6
(202,184,198)
#D1C2CE
(209,194,206)
#D8CCD6
(216,204,214)
#DFD6DE
(223,214,222)
#E6E0E6
(230,224,230)
#EDEAEE
(237,234,238)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE90A6; }

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

This text font color is #AE90A6.


Background Color

.myBgColor { background-color: #AE90A6; }

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

This div background color is #AE90A6.


Border color

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

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

This div border color is #AE90A6.


Opacity

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

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

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

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

This text has shadow with #AE90A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE90A6 on black background.


Color preview on white background

This text has color #AE90A6 on white background.



Black color preview on #AE90A6 background

This text has black color on #AE90A6 background.


White color preview on #AE90A6 background

This text has white color on #AE90A6 background.