COLOR #AE818D

HEX: #AE818D
RGB: (174,129,141)

Color info

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

RGB color model

#AE818D color RGB value is (174,129,141).

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

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 141 of 255 = 55%

174
129
141

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

Portions of RGB colors in percentages

R + G + B =
174 + 129 + 141 = 444 (100%)
R 174 of 444 ~ 39.19%
G 129 of 444 ~ 29.05%
B 141 of 444 ~ 31.76%

%39.19
%29.05
%31.76

CMYK color model

#AE818D color CMYK value is (0,26,19,32).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(0,26,19,32)
C0M26Y19K32 
(0%,26%,19%,32%)
(0.00/0.26/0.19/0.32)	

CMYK percentages

%0
%25.86
%18.97
%31.76

Codes

Color #AE818D in popluar color models

AE818D
RGB174129141
HSL344°21.74%59.41%
HSB/HSV344°25.86%68.24%
CMYK0.00%25.86%18.97%
31.76%

Color #AE818D in popluar number systems.

HEXAE818D
Decimal174129141
Binary101011101000000110001101
Octal256201215

Shades and tints

Shades of #AE818D

#AE818D
(174,129,141)
#9F7681
(159,118,129)
#906B75
(144,107,117)
#816069
(129,96,105)
#72555D
(114,85,93)
#634A51
(99,74,81)
#543F45
(84,63,69)
#453439
(69,52,57)
#36292D
(54,41,45)
#271E21
(39,30,33)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AE818D

#AE818D
(174,129,141)
#B58C97
(181,140,151)
#BC97A1
(188,151,161)
#C3A2AB
(195,162,171)
#CAADB5
(202,173,181)
#D1B8BF
(209,184,191)
#D8C3C9
(216,195,201)
#DFCED3
(223,206,211)
#E6D9DD
(230,217,221)
#EDE4E7
(237,228,231)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE818D; }

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

This text font color is #AE818D.


Background Color

.myBgColor { background-color: #AE818D; }

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

This div background color is #AE818D.


Border color

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

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

This div border color is #AE818D.


Opacity

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

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

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

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

This text has shadow with #AE818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE818D on black background.


Color preview on white background

This text has color #AE818D on white background.



Black color preview on #AE818D background

This text has black color on #AE818D background.


White color preview on #AE818D background

This text has white color on #AE818D background.