COLOR #AE9C91

HEX: #AE9C91 RGB: (174,156,145)

Color info

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

RGB color model

#AE9C91 color RGB value is (174,156,145).

RGB: (174,156,145) (68%, 61%, 57%)

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 145 of 255 = 57%

174
156
145

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

Portions of RGB colors in percentages

R + G + B = 174 + 156 + 145 = 475 (100%)
R 174 of 475 ~ 36.63%
G 156 of 475 ~ 32.84%
B 145 of 475 ~ 30.53'%

%36.63
%32.84
%30.53

CMYK color model

#AE9C91 color CMYK value is (0,10,17,32).

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

CMYK: (0,10,17,32)
C0M10Y17K32 (0%, 10%, 17%, 32%)
(0.00 / 0.10 / 0.17 / 0.32)

CMYK percentages

%0
%10.34
%16.67
%31.76

Codes

Color #AE9C91 in popluar color models

AE 9C 91
RGB 174 156 145
HSL 23° 15.18% 62.55%
HSB/HSV 23° 16.67% 68.24%
CMYK 0.00% 10.34% 16.67%
31.76%

Color #AE9C91 in popluar number systems.

HEX AE 9C 91
Decimal 174 156 145
Binary 10101110 10011100 10010001
Octal 256 234 221

Shades and tints

Shades of #AE9C91

#AE9C91
(174,156,145)
#9F8E84
(159,142,132)
#908077
(144,128,119)
#81726A
(129,114,106)
#72645D
(114,100,93)
#635650
(99,86,80)
#544843
(84,72,67)
#453A36
(69,58,54)
#362C29
(54,44,41)
#271E1C
(39,30,28)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AE9C91

#AE9C91
(174,156,145)
#B5A59B
(181,165,155)
#BCAEA5
(188,174,165)
#C3B7AF
(195,183,175)
#CAC0B9
(202,192,185)
#D1C9C3
(209,201,195)
#D8D2CD
(216,210,205)
#DFDBD7
(223,219,215)
#E6E4E1
(230,228,225)
#EDEDEB
(237,237,235)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9C91; }

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

This text font color is #AE9C91.

Background Color

.myBgColor { background-color: #AE9C91; }

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

This div background color is #AE9C91.

Border color

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

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

This div border color is #AE9C91.

Opacity

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

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

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

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

This text has shadow with #AE9C91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9C91.

Preview

Color preview on black background

This text has color #AE9C91 on black background.


Color preview on white background

This text has color #AE9C91 on white background.


Black color preview on #AE9C91 background

This text has black color on #AE9C91 background.


White color preview on #AE9C91 background

This text has white color on #AE9C91 background.


Related colors

Complementary color

Complementary color for #hex is #51636E.


I love getcolorcode.com

Triadic colors

1 #91AE9C and #9C91AE with #AE9C91 are triadic colors.

2 #919CAE and #9CAE91 with #AE9C91 are triadic colors.