COLOR #AE8D8E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
141
142

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

Portions of RGB colors in percentages

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

%38.07
%30.85
%31.07

CMYK color model

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

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

CMYK percentages

%0
%18.97
%18.39
%31.76

Codes

Color #AE8D8E in popluar color models

AE8D8E
RGB174141142
HSL358°16.92%61.76%
HSB/HSV358°18.97%68.24%
CMYK0.00%18.97%18.39%
31.76%

Color #AE8D8E in popluar number systems.

HEXAE8D8E
Decimal174141142
Binary101011101000110110001110
Octal256215216

Shades and tints

Shades of #AE8D8E

#AE8D8E
(174,141,142)
#9F8182
(159,129,130)
#907576
(144,117,118)
#81696A
(129,105,106)
#725D5E
(114,93,94)
#635152
(99,81,82)
#544546
(84,69,70)
#45393A
(69,57,58)
#362D2E
(54,45,46)
#272122
(39,33,34)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AE8D8E

#AE8D8E
(174,141,142)
#B59798
(181,151,152)
#BCA1A2
(188,161,162)
#C3ABAC
(195,171,172)
#CAB5B6
(202,181,182)
#D1BFC0
(209,191,192)
#D8C9CA
(216,201,202)
#DFD3D4
(223,211,212)
#E6DDDE
(230,221,222)
#EDE7E8
(237,231,232)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8D8E; }

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

This text font color is #AE8D8E.


Background Color

.myBgColor { background-color: #AE8D8E; }

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

This div background color is #AE8D8E.


Border color

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

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

This div border color is #AE8D8E.


Opacity

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

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

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

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

This text has shadow with #AE8D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8D8E on black background.


Color preview on white background

This text has color #AE8D8E on white background.



Black color preview on #AE8D8E background

This text has black color on #AE8D8E background.


White color preview on #AE8D8E background

This text has white color on #AE8D8E background.