COLOR #AE8A8D

HEX: #AE8A8D
RGB: (174,138,141)

Color info

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

RGB color model

#AE8A8D color RGB value is (174,138,141).

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

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 141 of 255 = 55%

174
138
141

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

Portions of RGB colors in percentages

R + G + B =
174 + 138 + 141 = 453 (100%)
R 174 of 453 ~ 38.41%
G 138 of 453 ~ 30.46%
B 141 of 453 ~ 31.13%

%38.41
%30.46
%31.13

CMYK color model

#AE8A8D color CMYK value is (0,21,19,32).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(0,21,19,32)
C0M21Y19K32 
(0%,21%,19%,32%)
(0.00/0.21/0.19/0.32)	

CMYK percentages

%0
%20.69
%18.97
%31.76

Codes

Color #AE8A8D in popluar color models

AE8A8D
RGB174138141
HSL355°18.18%61.18%
HSB/HSV355°20.69%68.24%
CMYK0.00%20.69%18.97%
31.76%

Color #AE8A8D in popluar number systems.

HEXAE8A8D
Decimal174138141
Binary101011101000101010001101
Octal256212215

Shades and tints

Shades of #AE8A8D

#AE8A8D
(174,138,141)
#9F7E81
(159,126,129)
#907275
(144,114,117)
#816669
(129,102,105)
#725A5D
(114,90,93)
#634E51
(99,78,81)
#544245
(84,66,69)
#453639
(69,54,57)
#362A2D
(54,42,45)
#271E21
(39,30,33)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AE8A8D

#AE8A8D
(174,138,141)
#B59497
(181,148,151)
#BC9EA1
(188,158,161)
#C3A8AB
(195,168,171)
#CAB2B5
(202,178,181)
#D1BCBF
(209,188,191)
#D8C6C9
(216,198,201)
#DFD0D3
(223,208,211)
#E6DADD
(230,218,221)
#EDE4E7
(237,228,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8A8D; }

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

This text font color is #AE8A8D.


Background Color

.myBgColor { background-color: #AE8A8D; }

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

This div background color is #AE8A8D.


Border color

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

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

This div border color is #AE8A8D.


Opacity

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

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

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

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

This text has shadow with #AE8A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8A8D on black background.


Color preview on white background

This text has color #AE8A8D on white background.



Black color preview on #AE8A8D background

This text has black color on #AE8A8D background.


White color preview on #AE8A8D background

This text has white color on #AE8A8D background.