COLOR #AE9990

HEX: #AE9990
RGB: (174,153,144)

Color info

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

RGB color model

#AE9990 color RGB value is (174,153,144).

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

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 144 of 255 = 56%

174
153
144

R + G + B ~ 61%. #AE9990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 144 = 471 (100%)
R 174 of 471 ~ 36.94%
G 153 of 471 ~ 32.48%
B 144 of 471 ~ 30.57%

%36.94
%32.48
%30.57

CMYK color model

#AE9990 color CMYK value is (0,12,17,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(0,12,17,32)
C0M12Y17K32 
(0%,12%,17%,32%)
(0.00/0.12/0.17/0.32)	

CMYK percentages

%0
%12.07
%17.24
%31.76

Codes

Color #AE9990 in popluar color models

AE9990
RGB174153144
HSL18°15.63%62.35%
HSB/HSV18°17.24%68.24%
CMYK0.00%12.07%17.24%
31.76%

Color #AE9990 in popluar number systems.

HEXAE9990
Decimal174153144
Binary101011101001100110010000
Octal256231220

Shades and tints

Shades of #AE9990

#AE9990
(174,153,144)
#9F8C83
(159,140,131)
#907F76
(144,127,118)
#817269
(129,114,105)
#72655C
(114,101,92)
#63584F
(99,88,79)
#544B42
(84,75,66)
#453E35
(69,62,53)
#363128
(54,49,40)
#27241B
(39,36,27)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #AE9990

#AE9990
(174,153,144)
#B5A29A
(181,162,154)
#BCABA4
(188,171,164)
#C3B4AE
(195,180,174)
#CABDB8
(202,189,184)
#D1C6C2
(209,198,194)
#D8CFCC
(216,207,204)
#DFD8D6
(223,216,214)
#E6E1E0
(230,225,224)
#EDEAEA
(237,234,234)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9990; }

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

This text font color is #AE9990.


Background Color

.myBgColor { background-color: #AE9990; }

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

This div background color is #AE9990.


Border color

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

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

This div border color is #AE9990.


Opacity

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

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

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

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

This text has shadow with #AE9990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9990 on black background.


Color preview on white background

This text has color #AE9990 on white background.



Black color preview on #AE9990 background

This text has black color on #AE9990 background.


White color preview on #AE9990 background

This text has white color on #AE9990 background.