COLOR #AE9A9F

HEX: #AE9A9F
RGB: (174,154,159)

Color info

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

RGB color model

#AE9A9F color RGB value is (174,154,159).

  • red value is 174;
  • green value is 154;
  • blue value is 159.
RGB:
(174,154,159)
(68%,60%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 159 of 255 = 62%

174
154
159

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

Portions of RGB colors in percentages

R + G + B =
174 + 154 + 159 = 487 (100%)
R 174 of 487 ~ 35.73%
G 154 of 487 ~ 31.62%
B 159 of 487 ~ 32.65%

%35.73
%31.62
%32.65

CMYK color model

#AE9A9F color CMYK value is (0,11,9,32).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(0,11,9,32)
C0M11Y9K32 
(0%,11%,9%,32%)
(0.00/0.11/0.09/0.32)	

CMYK percentages

%0
%11.49
%8.62
%31.76

Codes

Color #AE9A9F in popluar color models

AE9A9F
RGB174154159
HSL345°10.99%64.31%
HSB/HSV345°11.49%68.24%
CMYK0.00%11.49%8.62%
31.76%

Color #AE9A9F in popluar number systems.

HEXAE9A9F
Decimal174154159
Binary101011101001101010011111
Octal256232237

Shades and tints

Shades of #AE9A9F

#AE9A9F
(174,154,159)
#9F8C91
(159,140,145)
#907E83
(144,126,131)
#817075
(129,112,117)
#726267
(114,98,103)
#635459
(99,84,89)
#54464B
(84,70,75)
#45383D
(69,56,61)
#362A2F
(54,42,47)
#271C21
(39,28,33)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #AE9A9F

#AE9A9F
(174,154,159)
#B5A3A7
(181,163,167)
#BCACAF
(188,172,175)
#C3B5B7
(195,181,183)
#CABEBF
(202,190,191)
#D1C7C7
(209,199,199)
#D8D0CF
(216,208,207)
#DFD9D7
(223,217,215)
#E6E2DF
(230,226,223)
#EDEBE7
(237,235,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9A9F color. Also use rgb(174,154,159) instead hex code.

Text Font Color

.myTextColor { color: #AE9A9F; }

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

This text font color is #AE9A9F.


Background Color

.myBgColor { background-color: #AE9A9F; }

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

This div background color is #AE9A9F.


Border color

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

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

This div border color is #AE9A9F.


Opacity

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

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

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

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

This text has shadow with #AE9A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9A9F on black background.


Color preview on white background

This text has color #AE9A9F on white background.



Black color preview on #AE9A9F background

This text has black color on #AE9A9F background.


White color preview on #AE9A9F background

This text has white color on #AE9A9F background.