COLOR #AE888C

HEX: #AE888C
RGB: (174,136,140)

Color info

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

RGB color model

#AE888C color RGB value is (174,136,140).

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

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 140 of 255 = 55%

174
136
140

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

Portions of RGB colors in percentages

R + G + B =
174 + 136 + 140 = 450 (100%)
R 174 of 450 ~ 38.67%
G 136 of 450 ~ 30.22%
B 140 of 450 ~ 31.11%

%38.67
%30.22
%31.11

CMYK color model

#AE888C color CMYK value is (0,22,20,32).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK:
(0,22,20,32)
C0M22Y20K32 
(0%,22%,20%,32%)
(0.00/0.22/0.20/0.32)	

CMYK percentages

%0
%21.84
%19.54
%31.76

Codes

Color #AE888C in popluar color models

AE888C
RGB174136140
HSL354°19.00%60.78%
HSB/HSV354°21.84%68.24%
CMYK0.00%21.84%19.54%
31.76%

Color #AE888C in popluar number systems.

HEXAE888C
Decimal174136140
Binary101011101000100010001100
Octal256210214

Shades and tints

Shades of #AE888C

#AE888C
(174,136,140)
#9F7C80
(159,124,128)
#907074
(144,112,116)
#816468
(129,100,104)
#72585C
(114,88,92)
#634C50
(99,76,80)
#544044
(84,64,68)
#453438
(69,52,56)
#36282C
(54,40,44)
#271C20
(39,28,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #AE888C

#AE888C
(174,136,140)
#B59296
(181,146,150)
#BC9CA0
(188,156,160)
#C3A6AA
(195,166,170)
#CAB0B4
(202,176,180)
#D1BABE
(209,186,190)
#D8C4C8
(216,196,200)
#DFCED2
(223,206,210)
#E6D8DC
(230,216,220)
#EDE2E6
(237,226,230)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE888C; }

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

This text font color is #AE888C.


Background Color

.myBgColor { background-color: #AE888C; }

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

This div background color is #AE888C.


Border color

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

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

This div border color is #AE888C.


Opacity

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

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

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

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

This text has shadow with #AE888C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE888C on black background.


Color preview on white background

This text has color #AE888C on white background.



Black color preview on #AE888C background

This text has black color on #AE888C background.


White color preview on #AE888C background

This text has white color on #AE888C background.