COLOR #AE8C8F

HEX: #AE8C8F
RGB: (174,140,143)

Color info

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

RGB color model

#AE8C8F color RGB value is (174,140,143).

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

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 143 of 255 = 56%

174
140
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 143 = 457 (100%)
R 174 of 457 ~ 38.07%
G 140 of 457 ~ 30.63%
B 143 of 457 ~ 31.29%

%38.07
%30.63
%31.29

CMYK color model

#AE8C8F color CMYK value is (0,20,18,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,20,18,32)
C0M20Y18K32 
(0%,20%,18%,32%)
(0.00/0.20/0.18/0.32)	

CMYK percentages

%0
%19.54
%17.82
%31.76

Codes

Color #AE8C8F in popluar color models

AE8C8F
RGB174140143
HSL355°17.35%61.57%
HSB/HSV355°19.54%68.24%
CMYK0.00%19.54%17.82%
31.76%

Color #AE8C8F in popluar number systems.

HEXAE8C8F
Decimal174140143
Binary101011101000110010001111
Octal256214217

Shades and tints

Shades of #AE8C8F

#AE8C8F
(174,140,143)
#9F8082
(159,128,130)
#907475
(144,116,117)
#816868
(129,104,104)
#725C5B
(114,92,91)
#63504E
(99,80,78)
#544441
(84,68,65)
#453834
(69,56,52)
#362C27
(54,44,39)
#27201A
(39,32,26)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #AE8C8F

#AE8C8F
(174,140,143)
#B59699
(181,150,153)
#BCA0A3
(188,160,163)
#C3AAAD
(195,170,173)
#CAB4B7
(202,180,183)
#D1BEC1
(209,190,193)
#D8C8CB
(216,200,203)
#DFD2D5
(223,210,213)
#E6DCDF
(230,220,223)
#EDE6E9
(237,230,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8C8F; }

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

This text font color is #AE8C8F.


Background Color

.myBgColor { background-color: #AE8C8F; }

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

This div background color is #AE8C8F.


Border color

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

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

This div border color is #AE8C8F.


Opacity

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

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

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

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

This text has shadow with #AE8C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8C8F on black background.


Color preview on white background

This text has color #AE8C8F on white background.



Black color preview on #AE8C8F background

This text has black color on #AE8C8F background.


White color preview on #AE8C8F background

This text has white color on #AE8C8F background.