COLOR #AE90AC

HEX: #AE90AC RGB: (174,144,172)

Color info

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

RGB color model

#AE90AC color RGB value is (174,144,172).

RGB: (174,144,172) (68%, 56%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 172 of 255 = 67%

174
144
172

R + G + B ~ 64%. #AE90AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 144 + 172 = 490 (100%)
R 174 of 490 ~ 35.51%
G 144 of 490 ~ 29.39%
B 172 of 490 ~ 35.1'%

%35.51
%29.39
%35.1

CMYK color model

#AE90AC color CMYK value is (0,17,1,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 1.15%
  • key color value is 31.76%

CMYK: (0,17,1,32)
C0M17Y1K32 (0%, 17%, 1%, 32%)
(0.00 / 0.17 / 0.01 / 0.32)

CMYK percentages

%0
%17.24
%1.15
%31.76

Codes

Color #AE90AC in popluar color models

AE 90 AC
RGB 174 144 172
HSL 304° 15.63% 62.35%
HSB/HSV 304° 17.24% 68.24%
CMYK 0.00% 17.24% 1.15%
31.76%

Color #AE90AC in popluar number systems.

HEX AE 90 AC
Decimal 174 144 172
Binary 10101110 10010000 10101100
Octal 256 220 254

Shades and tints

Shades of #AE90AC

#AE90AC
(174,144,172)
#9F839D
(159,131,157)
#90768E
(144,118,142)
#81697F
(129,105,127)
#725C70
(114,92,112)
#634F61
(99,79,97)
#544252
(84,66,82)
#453543
(69,53,67)
#362834
(54,40,52)
#271B25
(39,27,37)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #AE90AC

#AE90AC
(174,144,172)
#B59AB3
(181,154,179)
#BCA4BA
(188,164,186)
#C3AEC1
(195,174,193)
#CAB8C8
(202,184,200)
#D1C2CF
(209,194,207)
#D8CCD6
(216,204,214)
#DFD6DD
(223,214,221)
#E6E0E4
(230,224,228)
#EDEAEB
(237,234,235)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE90AC; }

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

This text font color is #AE90AC.

Background Color

.myBgColor { background-color: #AE90AC; }

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

This div background color is #AE90AC.

Border color

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

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

This div border color is #AE90AC.

Opacity

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

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

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

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

This text has shadow with #AE90AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE90AC.

Preview

Color preview on black background

This text has color #AE90AC on black background.


Color preview on white background

This text has color #AE90AC on white background.


Black color preview on #AE90AC background

This text has black color on #AE90AC background.


White color preview on #AE90AC background

This text has white color on #AE90AC background.


Related colors

Complementary color

Complementary color for #hex is #516F53.


I love getcolorcode.com

Triadic colors

1 #ACAE90 and #90ACAE with #AE90AC are triadic colors.

2 #AC90AE and #90AEAC with #AE90AC are triadic colors.