COLOR #AE9888

HEX: #AE9888
RGB: (174,152,136)

Color info

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

RGB color model

#AE9888 color RGB value is (174,152,136).

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

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 136 of 255 = 53%

174
152
136

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

Portions of RGB colors in percentages

R + G + B =
174 + 152 + 136 = 462 (100%)
R 174 of 462 ~ 37.66%
G 152 of 462 ~ 32.9%
B 136 of 462 ~ 29.44%

%37.66
%32.9
%29.44

CMYK color model

#AE9888 color CMYK value is (0,13,22,32).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 21.84%
  • key color value is 31.76%
CMYK:
(0,13,22,32)
C0M13Y22K32 
(0%,13%,22%,32%)
(0.00/0.13/0.22/0.32)	

CMYK percentages

%0
%12.64
%21.84
%31.76

Codes

Color #AE9888 in popluar color models

AE9888
RGB174152136
HSL25°19.00%60.78%
HSB/HSV25°21.84%68.24%
CMYK0.00%12.64%21.84%
31.76%

Color #AE9888 in popluar number systems.

HEXAE9888
Decimal174152136
Binary101011101001100010001000
Octal256230210

Shades and tints

Shades of #AE9888

#AE9888
(174,152,136)
#9F8B7C
(159,139,124)
#907E70
(144,126,112)
#817164
(129,113,100)
#726458
(114,100,88)
#63574C
(99,87,76)
#544A40
(84,74,64)
#453D34
(69,61,52)
#363028
(54,48,40)
#27231C
(39,35,28)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AE9888

#AE9888
(174,152,136)
#B5A192
(181,161,146)
#BCAA9C
(188,170,156)
#C3B3A6
(195,179,166)
#CABCB0
(202,188,176)
#D1C5BA
(209,197,186)
#D8CEC4
(216,206,196)
#DFD7CE
(223,215,206)
#E6E0D8
(230,224,216)
#EDE9E2
(237,233,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9888; }

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

This text font color is #AE9888.


Background Color

.myBgColor { background-color: #AE9888; }

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

This div background color is #AE9888.


Border color

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

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

This div border color is #AE9888.


Opacity

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

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

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

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

This text has shadow with #AE9888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9888 on black background.


Color preview on white background

This text has color #AE9888 on white background.



Black color preview on #AE9888 background

This text has black color on #AE9888 background.


White color preview on #AE9888 background

This text has white color on #AE9888 background.