COLOR #AE91A4

HEX: #AE91A4
RGB: (174,145,164)

Color info

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

RGB color model

#AE91A4 color RGB value is (174,145,164).

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

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 164 of 255 = 64%

174
145
164

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

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 164 = 483 (100%)
R 174 of 483 ~ 36.02%
G 145 of 483 ~ 30.02%
B 164 of 483 ~ 33.95%

%36.02
%30.02
%33.95

CMYK color model

#AE91A4 color CMYK value is (0,17,6,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(0,17,6,32)
C0M17Y6K32 
(0%,17%,6%,32%)
(0.00/0.17/0.06/0.32)	

CMYK percentages

%0
%16.67
%5.75
%31.76

Codes

Color #AE91A4 in popluar color models

AE91A4
RGB174145164
HSL321°15.18%62.55%
HSB/HSV321°16.67%68.24%
CMYK0.00%16.67%5.75%
31.76%

Color #AE91A4 in popluar number systems.

HEXAE91A4
Decimal174145164
Binary101011101001000110100100
Octal256221244

Shades and tints

Shades of #AE91A4

#AE91A4
(174,145,164)
#9F8496
(159,132,150)
#907788
(144,119,136)
#816A7A
(129,106,122)
#725D6C
(114,93,108)
#63505E
(99,80,94)
#544350
(84,67,80)
#453642
(69,54,66)
#362934
(54,41,52)
#271C26
(39,28,38)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #AE91A4

#AE91A4
(174,145,164)
#B59BAC
(181,155,172)
#BCA5B4
(188,165,180)
#C3AFBC
(195,175,188)
#CAB9C4
(202,185,196)
#D1C3CC
(209,195,204)
#D8CDD4
(216,205,212)
#DFD7DC
(223,215,220)
#E6E1E4
(230,225,228)
#EDEBEC
(237,235,236)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE91A4; }

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

This text font color is #AE91A4.


Background Color

.myBgColor { background-color: #AE91A4; }

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

This div background color is #AE91A4.


Border color

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

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

This div border color is #AE91A4.


Opacity

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

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

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

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

This text has shadow with #AE91A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE91A4 on black background.


Color preview on white background

This text has color #AE91A4 on white background.



Black color preview on #AE91A4 background

This text has black color on #AE91A4 background.


White color preview on #AE91A4 background

This text has white color on #AE91A4 background.