COLOR #AE9C9F

HEX: #AE9C9F RGB: (174,156,159)

Color info

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

RGB color model

#AE9C9F color RGB value is (174,156,159).

RGB: (174,156,159) (68%, 61%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 159 of 255 = 62%

174
156
159

R + G + B ~ 64%. #AE9C9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 156 + 159 = 489 (100%)
R 174 of 489 ~ 35.58%
G 156 of 489 ~ 31.9%
B 159 of 489 ~ 32.52'%

%35.58
%31.9
%32.52

CMYK color model

#AE9C9F color CMYK value is (0,10,9,32).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 8.62%
  • key color value is 31.76%

CMYK: (0,10,9,32)
C0M10Y9K32 (0%, 10%, 9%, 32%)
(0.00 / 0.10 / 0.09 / 0.32)

CMYK percentages

%0
%10.34
%8.62
%31.76

Codes

Color #AE9C9F in popluar color models

AE 9C 9F
RGB 174 156 159
HSL 350° 10.00% 64.71%
HSB/HSV 350° 10.34% 68.24%
CMYK 0.00% 10.34% 8.62%
31.76%

Color #AE9C9F in popluar number systems.

HEX AE 9C 9F
Decimal 174 156 159
Binary 10101110 10011100 10011111
Octal 256 234 237

Shades and tints

Shades of #AE9C9F

#AE9C9F
(174,156,159)
#9F8E91
(159,142,145)
#908083
(144,128,131)
#817275
(129,114,117)
#726467
(114,100,103)
#635659
(99,86,89)
#54484B
(84,72,75)
#453A3D
(69,58,61)
#362C2F
(54,44,47)
#271E21
(39,30,33)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #AE9C9F

#AE9C9F
(174,156,159)
#B5A5A7
(181,165,167)
#BCAEAF
(188,174,175)
#C3B7B7
(195,183,183)
#CAC0BF
(202,192,191)
#D1C9C7
(209,201,199)
#D8D2CF
(216,210,207)
#DFDBD7
(223,219,215)
#E6E4DF
(230,228,223)
#EDEDE7
(237,237,231)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9C9F; }

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

This text font color is #AE9C9F.

Background Color

.myBgColor { background-color: #AE9C9F; }

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

This div background color is #AE9C9F.

Border color

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

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

This div border color is #AE9C9F.

Opacity

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

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

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

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

This text has shadow with #AE9C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9C9F.

Preview

Color preview on black background

This text has color #AE9C9F on black background.


Color preview on white background

This text has color #AE9C9F on white background.


Black color preview on #AE9C9F background

This text has black color on #AE9C9F background.


White color preview on #AE9C9F background

This text has white color on #AE9C9F background.


Related colors

Complementary color

Complementary color for #hex is #516360.


I love getcolorcode.com

Triadic colors

1 #9FAE9C and #9C9FAE with #AE9C9F are triadic colors.

2 #9F9CAE and #9CAE9F with #AE9C9F are triadic colors.