COLOR #AE8F8B

HEX: #AE8F8B RGB: (174,143,139)

Color info

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

RGB color model

#AE8F8B color RGB value is (174,143,139).

RGB: (174,143,139) (68%, 56%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 139 of 255 = 55%

174
143
139

R + G + B ~ 60%. #AE8F8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 143 + 139 = 456 (100%)
R 174 of 456 ~ 38.16%
G 143 of 456 ~ 31.36%
B 139 of 456 ~ 30.48'%

%38.16
%31.36
%30.48

CMYK color model

#AE8F8B color CMYK value is (0,18,20,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 20.11%
  • key color value is 31.76%

CMYK: (0,18,20,32)
C0M18Y20K32 (0%, 18%, 20%, 32%)
(0.00 / 0.18 / 0.20 / 0.32)

CMYK percentages

%0
%17.82
%20.11
%31.76

Codes

Color #AE8F8B in popluar color models

AE 8F 8B
RGB 174 143 139
HSL 17.77% 61.37%
HSB/HSV 20.11% 68.24%
CMYK 0.00% 17.82% 20.11%
31.76%

Color #AE8F8B in popluar number systems.

HEX AE 8F 8B
Decimal 174 143 139
Binary 10101110 10001111 10001011
Octal 256 217 213

Shades and tints

Shades of #AE8F8B

#AE8F8B
(174,143,139)
#9F827F
(159,130,127)
#907573
(144,117,115)
#816867
(129,104,103)
#725B5B
(114,91,91)
#634E4F
(99,78,79)
#544143
(84,65,67)
#453437
(69,52,55)
#36272B
(54,39,43)
#271A1F
(39,26,31)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #AE8F8B

#AE8F8B
(174,143,139)
#B59995
(181,153,149)
#BCA39F
(188,163,159)
#C3ADA9
(195,173,169)
#CAB7B3
(202,183,179)
#D1C1BD
(209,193,189)
#D8CBC7
(216,203,199)
#DFD5D1
(223,213,209)
#E6DFDB
(230,223,219)
#EDE9E5
(237,233,229)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8F8B color. Also use rgb(174,143,139) instead hex code.

Text Font Color

.myTextColor { color: #AE8F8B; }

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

This text font color is #AE8F8B.

Background Color

.myBgColor { background-color: #AE8F8B; }

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

This div background color is #AE8F8B.

Border color

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

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

This div border color is #AE8F8B.

Opacity

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

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

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

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

This text has shadow with #AE8F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8F8B.

Preview

Color preview on black background

This text has color #AE8F8B on black background.


Color preview on white background

This text has color #AE8F8B on white background.


Black color preview on #AE8F8B background

This text has black color on #AE8F8B background.


White color preview on #AE8F8B background

This text has white color on #AE8F8B background.


Related colors

Complementary color

Complementary color for #hex is #517074.


I love getcolorcode.com

Triadic colors

1 #8BAE8F and #8F8BAE with #AE8F8B are triadic colors.

2 #8B8FAE and #8FAE8B with #AE8F8B are triadic colors.