COLOR #AE9995

HEX: #AE9995
RGB: (174,153,149)

Color info

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

RGB color model

#AE9995 color RGB value is (174,153,149).

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

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 149 of 255 = 58%

174
153
149

R + G + B ~ 62%. #AE9995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 149 = 476 (100%)
R 174 of 476 ~ 36.55%
G 153 of 476 ~ 32.14%
B 149 of 476 ~ 31.3%

%36.55
%32.14
%31.3

CMYK color model

#AE9995 color CMYK value is (0,12,14,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(0,12,14,32)
C0M12Y14K32 
(0%,12%,14%,32%)
(0.00/0.12/0.14/0.32)	

CMYK percentages

%0
%12.07
%14.37
%31.76

Codes

Color #AE9995 in popluar color models

AE9995
RGB174153149
HSL10°13.37%63.33%
HSB/HSV10°14.37%68.24%
CMYK0.00%12.07%14.37%
31.76%

Color #AE9995 in popluar number systems.

HEXAE9995
Decimal174153149
Binary101011101001100110010101
Octal256231225

Shades and tints

Shades of #AE9995

#AE9995
(174,153,149)
#9F8C88
(159,140,136)
#907F7B
(144,127,123)
#81726E
(129,114,110)
#726561
(114,101,97)
#635854
(99,88,84)
#544B47
(84,75,71)
#453E3A
(69,62,58)
#36312D
(54,49,45)
#272420
(39,36,32)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AE9995

#AE9995
(174,153,149)
#B5A29E
(181,162,158)
#BCABA7
(188,171,167)
#C3B4B0
(195,180,176)
#CABDB9
(202,189,185)
#D1C6C2
(209,198,194)
#D8CFCB
(216,207,203)
#DFD8D4
(223,216,212)
#E6E1DD
(230,225,221)
#EDEAE6
(237,234,230)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9995; }

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

This text font color is #AE9995.


Background Color

.myBgColor { background-color: #AE9995; }

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

This div background color is #AE9995.


Border color

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

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

This div border color is #AE9995.


Opacity

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

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

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

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

This text has shadow with #AE9995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9995 on black background.


Color preview on white background

This text has color #AE9995 on white background.



Black color preview on #AE9995 background

This text has black color on #AE9995 background.


White color preview on #AE9995 background

This text has white color on #AE9995 background.