COLOR #AE819B

HEX: #AE819B
RGB: (174,129,155)

Color info

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

RGB color model

#AE819B color RGB value is (174,129,155).

  • red value is 174;
  • green value is 129;
  • blue value is 155.
RGB: (174,129,155) (68%,51%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 155 of 255 = 61%

174
129
155

R + G + B ~ 60%. #AE819B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 129 + 155 = 458 (100%)
R 174 of 458 ~ 37.99%
G 129 of 458 ~ 28.17%
B 155 of 458 ~ 33.84%

%37.99
%28.17
%33.84

CMYK color model

#AE819B color CMYK value is (0,26,11,32).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK: (0,26,11,32) C0M26Y11K32 (0%,26%,11%,32%) (0.00/0.26/0.11/0.32)

CMYK percentages

%0
%25.86
%10.92
%31.76

Codes

Color #AE819B in popluar color models

AE819B
RGB174129155
HSL325°21.74%59.41%
HSB/HSV325°25.86%68.24%
CMYK0.00%25.86%10.92%
31.76%

Color #AE819B in popluar number systems.

HEXAE819B
Decimal174129155
Binary101011101000000110011011
Octal256201233

Shades and tints

Shades of #AE819B

#AE819B
(174,129,155)
#9F768D
(159,118,141)
#906B7F
(144,107,127)
#816071
(129,96,113)
#725563
(114,85,99)
#634A55
(99,74,85)
#543F47
(84,63,71)
#453439
(69,52,57)
#36292B
(54,41,43)
#271E1D
(39,30,29)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AE819B

#AE819B
(174,129,155)
#B58CA4
(181,140,164)
#BC97AD
(188,151,173)
#C3A2B6
(195,162,182)
#CAADBF
(202,173,191)
#D1B8C8
(209,184,200)
#D8C3D1
(216,195,209)
#DFCEDA
(223,206,218)
#E6D9E3
(230,217,227)
#EDE4EC
(237,228,236)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE819B color. Also use rgb(174,129,155) instead hex code.

Text Font Color

.myTextColor { color: #AE819B; }

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

This text font color is #AE819B.


Background Color

.myBgColor { background-color: #AE819B; }

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

This div background color is #AE819B.


Border color

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

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

This div border color is #AE819B.


Opacity

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

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

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

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

This text has shadow with #AE819B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AE819B on black background.


Color preview on white background

This text has color #AE819B on white background.



Black color preview on #AE819B background

This text has black color on #AE819B background.


White color preview on #AE819B background

This text has white color on #AE819B background.