COLOR #AE818F

HEX: #AE818F
RGB: (174,129,143)

Color info

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

RGB color model

#AE818F color RGB value is (174,129,143).

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

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 143 of 255 = 56%

174
129
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 129 + 143 = 446 (100%)
R 174 of 446 ~ 39.01%
G 129 of 446 ~ 28.92%
B 143 of 446 ~ 32.06%

%39.01
%28.92
%32.06

CMYK color model

#AE818F color CMYK value is (0,26,18,32).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,26,18,32)
C0M26Y18K32 
(0%,26%,18%,32%)
(0.00/0.26/0.18/0.32)	

CMYK percentages

%0
%25.86
%17.82
%31.76

Codes

Color #AE818F in popluar color models

AE818F
RGB174129143
HSL341°21.74%59.41%
HSB/HSV341°25.86%68.24%
CMYK0.00%25.86%17.82%
31.76%

Color #AE818F in popluar number systems.

HEXAE818F
Decimal174129143
Binary101011101000000110001111
Octal256201217

Shades and tints

Shades of #AE818F

#AE818F
(174,129,143)
#9F7682
(159,118,130)
#906B75
(144,107,117)
#816068
(129,96,104)
#72555B
(114,85,91)
#634A4E
(99,74,78)
#543F41
(84,63,65)
#453434
(69,52,52)
#362927
(54,41,39)
#271E1A
(39,30,26)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #AE818F

#AE818F
(174,129,143)
#B58C99
(181,140,153)
#BC97A3
(188,151,163)
#C3A2AD
(195,162,173)
#CAADB7
(202,173,183)
#D1B8C1
(209,184,193)
#D8C3CB
(216,195,203)
#DFCED5
(223,206,213)
#E6D9DF
(230,217,223)
#EDE4E9
(237,228,233)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE818F; }

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

This text font color is #AE818F.


Background Color

.myBgColor { background-color: #AE818F; }

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

This div background color is #AE818F.


Border color

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

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

This div border color is #AE818F.


Opacity

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

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

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

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

This text has shadow with #AE818F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE818F on black background.


Color preview on white background

This text has color #AE818F on white background.



Black color preview on #AE818F background

This text has black color on #AE818F background.


White color preview on #AE818F background

This text has white color on #AE818F background.