COLOR #AE989C

HEX: #AE989C
RGB: (174,152,156)

Color info

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

RGB color model

#AE989C color RGB value is (174,152,156).

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

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 156 of 255 = 61%

174
152
156

R + G + B ~ 63%. #AE989C is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 152 + 156 = 482 (100%)
R 174 of 482 ~ 36.1%
G 152 of 482 ~ 31.54%
B 156 of 482 ~ 32.37%

%36.1
%31.54
%32.37

CMYK color model

#AE989C color CMYK value is (0,13,10,32).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(0,13,10,32)
C0M13Y10K32 
(0%,13%,10%,32%)
(0.00/0.13/0.10/0.32)	

CMYK percentages

%0
%12.64
%10.34
%31.76

Codes

Color #AE989C in popluar color models

AE989C
RGB174152156
HSL349°11.96%63.92%
HSB/HSV349°12.64%68.24%
CMYK0.00%12.64%10.34%
31.76%

Color #AE989C in popluar number systems.

HEXAE989C
Decimal174152156
Binary101011101001100010011100
Octal256230234

Shades and tints

Shades of #AE989C

#AE989C
(174,152,156)
#9F8B8E
(159,139,142)
#907E80
(144,126,128)
#817172
(129,113,114)
#726464
(114,100,100)
#635756
(99,87,86)
#544A48
(84,74,72)
#453D3A
(69,61,58)
#36302C
(54,48,44)
#27231E
(39,35,30)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AE989C

#AE989C
(174,152,156)
#B5A1A5
(181,161,165)
#BCAAAE
(188,170,174)
#C3B3B7
(195,179,183)
#CABCC0
(202,188,192)
#D1C5C9
(209,197,201)
#D8CED2
(216,206,210)
#DFD7DB
(223,215,219)
#E6E0E4
(230,224,228)
#EDE9ED
(237,233,237)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE989C; }

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

This text font color is #AE989C.


Background Color

.myBgColor { background-color: #AE989C; }

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

This div background color is #AE989C.


Border color

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

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

This div border color is #AE989C.


Opacity

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

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

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

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

This text has shadow with #AE989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE989C on black background.


Color preview on white background

This text has color #AE989C on white background.



Black color preview on #AE989C background

This text has black color on #AE989C background.


White color preview on #AE989C background

This text has white color on #AE989C background.