COLOR #AE9F8A

HEX: #AE9F8A RGB: (174,159,138)

Color info

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

RGB color model

#AE9F8A color RGB value is (174,159,138).

RGB: (174,159,138) (68%, 62%, 54%)

RGB channels and saturation

R 174 of 255 = 68%
G 159 of 255 = 62%
B 138 of 255 = 54%

174
159
138

R + G + B ~ 61%. #AE9F8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 159 + 138 = 471 (100%)
R 174 of 471 ~ 36.94%
G 159 of 471 ~ 33.76%
B 138 of 471 ~ 29.3'%

%36.94
%33.76
%29.3

CMYK color model

#AE9F8A color CMYK value is (0,9,21,32).

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

CMYK: (0,9,21,32)
C0M9Y21K32 (0%, 9%, 21%, 32%)
(0.00 / 0.09 / 0.21 / 0.32)

CMYK percentages

%0
%8.62
%20.69
%31.76

Codes

Color #AE9F8A in popluar color models

AE 9F 8A
RGB 174 159 138
HSL 35° 18.18% 61.18%
HSB/HSV 35° 20.69% 68.24%
CMYK 0.00% 8.62% 20.69%
31.76%

Color #AE9F8A in popluar number systems.

HEX AE 9F 8A
Decimal 174 159 138
Binary 10101110 10011111 10001010
Octal 256 237 212

Shades and tints

Shades of #AE9F8A

#AE9F8A
(174,159,138)
#9F917E
(159,145,126)
#908372
(144,131,114)
#817566
(129,117,102)
#72675A
(114,103,90)
#63594E
(99,89,78)
#544B42
(84,75,66)
#453D36
(69,61,54)
#362F2A
(54,47,42)
#27211E
(39,33,30)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AE9F8A

#AE9F8A
(174,159,138)
#B5A794
(181,167,148)
#BCAF9E
(188,175,158)
#C3B7A8
(195,183,168)
#CABFB2
(202,191,178)
#D1C7BC
(209,199,188)
#D8CFC6
(216,207,198)
#DFD7D0
(223,215,208)
#E6DFDA
(230,223,218)
#EDE7E4
(237,231,228)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9F8A; }

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

This text font color is #AE9F8A.

Background Color

.myBgColor { background-color: #AE9F8A; }

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

This div background color is #AE9F8A.

Border color

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

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

This div border color is #AE9F8A.

Opacity

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

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

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

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

This text has shadow with #AE9F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9F8A.

Preview

Color preview on black background

This text has color #AE9F8A on black background.


Color preview on white background

This text has color #AE9F8A on white background.


Black color preview on #AE9F8A background

This text has black color on #AE9F8A background.


White color preview on #AE9F8A background

This text has white color on #AE9F8A background.


Related colors

Complementary color

Complementary color for #hex is #516075.


I love getcolorcode.com

Triadic colors

1 #8AAE9F and #9F8AAE with #AE9F8A are triadic colors.

2 #8A9FAE and #9FAE8A with #AE9F8A are triadic colors.