COLOR #AE9988

HEX: #AE9988
RGB: (174,153,136)

Color info

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

RGB color model

#AE9988 color RGB value is (174,153,136).

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

RGB channels and saturation

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

174
153
136

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

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 136 = 463 (100%)
R 174 of 463 ~ 37.58%
G 153 of 463 ~ 33.05%
B 136 of 463 ~ 29.37%

%37.58
%33.05
%29.37

CMYK color model

#AE9988 color CMYK value is (0,12,22,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 21.84%
  • key color value is 31.76%
CMYK:
(0,12,22,32)
C0M12Y22K32 
(0%,12%,22%,32%)
(0.00/0.12/0.22/0.32)	

CMYK percentages

%0
%12.07
%21.84
%31.76

Codes

Color #AE9988 in popluar color models

AE9988
RGB174153136
HSL27°19.00%60.78%
HSB/HSV27°21.84%68.24%
CMYK0.00%12.07%21.84%
31.76%

Color #AE9988 in popluar number systems.

HEXAE9988
Decimal174153136
Binary101011101001100110001000
Octal256231210

Shades and tints

Shades of #AE9988

#AE9988
(174,153,136)
#9F8C7C
(159,140,124)
#907F70
(144,127,112)
#817264
(129,114,100)
#726558
(114,101,88)
#63584C
(99,88,76)
#544B40
(84,75,64)
#453E34
(69,62,52)
#363128
(54,49,40)
#27241C
(39,36,28)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #AE9988

#AE9988
(174,153,136)
#B5A292
(181,162,146)
#BCAB9C
(188,171,156)
#C3B4A6
(195,180,166)
#CABDB0
(202,189,176)
#D1C6BA
(209,198,186)
#D8CFC4
(216,207,196)
#DFD8CE
(223,216,206)
#E6E1D8
(230,225,216)
#EDEAE2
(237,234,226)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9988; }

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

This text font color is #AE9988.


Background Color

.myBgColor { background-color: #AE9988; }

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

This div background color is #AE9988.


Border color

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

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

This div border color is #AE9988.


Opacity

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

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

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

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

This text has shadow with #AE9988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9988 on black background.


Color preview on white background

This text has color #AE9988 on white background.



Black color preview on #AE9988 background

This text has black color on #AE9988 background.


White color preview on #AE9988 background

This text has white color on #AE9988 background.