COLOR #AE91AC

HEX: #AE91AC
RGB: (174,145,172)

Color info

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

RGB color model

#AE91AC color RGB value is (174,145,172).

  • red value is 174;
  • green value is 145;
  • blue value is 172.
RGB:
(174,145,172)
(68%,57%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 172 of 255 = 67%

174
145
172

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

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 172 = 491 (100%)
R 174 of 491 ~ 35.44%
G 145 of 491 ~ 29.53%
B 172 of 491 ~ 35.03%

%35.44
%29.53
%35.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • 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
%16.67
%1.15
%31.76

Codes

Color #AE91AC in popluar color models

AE91AC
RGB174145172
HSL304°15.18%62.55%
HSB/HSV304°16.67%68.24%
CMYK0.00%16.67%1.15%
31.76%

Color #AE91AC in popluar number systems.

HEXAE91AC
Decimal174145172
Binary101011101001000110101100
Octal256221254

Shades and tints

Shades of #AE91AC

#AE91AC
(174,145,172)
#9F849D
(159,132,157)
#90778E
(144,119,142)
#816A7F
(129,106,127)
#725D70
(114,93,112)
#635061
(99,80,97)
#544352
(84,67,82)
#453643
(69,54,67)
#362934
(54,41,52)
#271C25
(39,28,37)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #AE91AC

#AE91AC
(174,145,172)
#B59BB3
(181,155,179)
#BCA5BA
(188,165,186)
#C3AFC1
(195,175,193)
#CAB9C8
(202,185,200)
#D1C3CF
(209,195,207)
#D8CDD6
(216,205,214)
#DFD7DD
(223,215,221)
#E6E1E4
(230,225,228)
#EDEBEB
(237,235,235)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE91AC; }

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

This text font color is #AE91AC.


Background Color

.myBgColor { background-color: #AE91AC; }

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

This div background color is #AE91AC.


Border color

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

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

This div border color is #AE91AC.


Opacity

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

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

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

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

This text has shadow with #AE91AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE91AC on black background.


Color preview on white background

This text has color #AE91AC on white background.



Black color preview on #AE91AC background

This text has black color on #AE91AC background.


White color preview on #AE91AC background

This text has white color on #AE91AC background.