COLOR #AE91AB

HEX: #AE91AB RGB: (174,145,171)

Color info

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

RGB color model

#AE91AB color RGB value is (174,145,171).

RGB: (174,145,171) (68%, 57%, 67%)

RGB channels and saturation

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

174
145
171

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

Portions of RGB colors in percentages

R + G + B = 174 + 145 + 171 = 490 (100%)
R 174 of 490 ~ 35.51%
G 145 of 490 ~ 29.59%
B 171 of 490 ~ 34.9'%

%35.51
%29.59
%34.9

CMYK color model

#AE91AB color CMYK value is (0,17,2,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 1.72%
  • key color value is 31.76%

CMYK: (0,17,2,32)
C0M17Y2K32 (0%, 17%, 2%, 32%)
(0.00 / 0.17 / 0.02 / 0.32)

CMYK percentages

%0
%16.67
%1.72
%31.76

Codes

Color #AE91AB in popluar color models

AE 91 AB
RGB 174 145 171
HSL 306° 15.18% 62.55%
HSB/HSV 306° 16.67% 68.24%
CMYK 0.00% 16.67% 1.72%
31.76%

Color #AE91AB in popluar number systems.

HEX AE 91 AB
Decimal 174 145 171
Binary 10101110 10010001 10101011
Octal 256 221 253

Shades and tints

Shades of #AE91AB

#AE91AB
(174,145,171)
#9F849C
(159,132,156)
#90778D
(144,119,141)
#816A7E
(129,106,126)
#725D6F
(114,93,111)
#635060
(99,80,96)
#544351
(84,67,81)
#453642
(69,54,66)
#362933
(54,41,51)
#271C24
(39,28,36)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #AE91AB

#AE91AB
(174,145,171)
#B59BB2
(181,155,178)
#BCA5B9
(188,165,185)
#C3AFC0
(195,175,192)
#CAB9C7
(202,185,199)
#D1C3CE
(209,195,206)
#D8CDD5
(216,205,213)
#DFD7DC
(223,215,220)
#E6E1E3
(230,225,227)
#EDEBEA
(237,235,234)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE91AB; }

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

This text font color is #AE91AB.

Background Color

.myBgColor { background-color: #AE91AB; }

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

This div background color is #AE91AB.

Border color

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

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

This div border color is #AE91AB.

Opacity

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

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

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

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

This text has shadow with #AE91AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE91AB.

Preview

Color preview on black background

This text has color #AE91AB on black background.


Color preview on white background

This text has color #AE91AB on white background.


Black color preview on #AE91AB background

This text has black color on #AE91AB background.


White color preview on #AE91AB background

This text has white color on #AE91AB background.


Related colors

Complementary color

Complementary color for #hex is #516E54.


I love getcolorcode.com

Triadic colors

1 #ABAE91 and #91ABAE with #AE91AB are triadic colors.

2 #AB91AE and #91AEAB with #AE91AB are triadic colors.