COLOR #AE8E8D

HEX: #AE8E8D
RGB: (174,142,141)

Color info

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

RGB color model

#AE8E8D color RGB value is (174,142,141).

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

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 141 of 255 = 55%

174
142
141

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

Portions of RGB colors in percentages

R + G + B =
174 + 142 + 141 = 457 (100%)
R 174 of 457 ~ 38.07%
G 142 of 457 ~ 31.07%
B 141 of 457 ~ 30.85%

%38.07
%31.07
%30.85

CMYK color model

#AE8E8D color CMYK value is (0,18,19,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(0,18,19,32)
C0M18Y19K32 
(0%,18%,19%,32%)
(0.00/0.18/0.19/0.32)	

CMYK percentages

%0
%18.39
%18.97
%31.76

Codes

Color #AE8E8D in popluar color models

AE8E8D
RGB174142141
HSL16.92%61.76%
HSB/HSV18.97%68.24%
CMYK0.00%18.39%18.97%
31.76%

Color #AE8E8D in popluar number systems.

HEXAE8E8D
Decimal174142141
Binary101011101000111010001101
Octal256216215

Shades and tints

Shades of #AE8E8D

#AE8E8D
(174,142,141)
#9F8281
(159,130,129)
#907675
(144,118,117)
#816A69
(129,106,105)
#725E5D
(114,94,93)
#635251
(99,82,81)
#544645
(84,70,69)
#453A39
(69,58,57)
#362E2D
(54,46,45)
#272221
(39,34,33)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AE8E8D

#AE8E8D
(174,142,141)
#B59897
(181,152,151)
#BCA2A1
(188,162,161)
#C3ACAB
(195,172,171)
#CAB6B5
(202,182,181)
#D1C0BF
(209,192,191)
#D8CAC9
(216,202,201)
#DFD4D3
(223,212,211)
#E6DEDD
(230,222,221)
#EDE8E7
(237,232,231)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8E8D; }

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

This text font color is #AE8E8D.


Background Color

.myBgColor { background-color: #AE8E8D; }

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

This div background color is #AE8E8D.


Border color

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

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

This div border color is #AE8E8D.


Opacity

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

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

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

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

This text has shadow with #AE8E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8E8D on black background.


Color preview on white background

This text has color #AE8E8D on white background.



Black color preview on #AE8E8D background

This text has black color on #AE8E8D background.


White color preview on #AE8E8D background

This text has white color on #AE8E8D background.