COLOR #AE8C8A

HEX: #AE8C8A RGB: (174,140,138)

Color info

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

RGB color model

#AE8C8A color RGB value is (174,140,138).

RGB: (174,140,138) (68%, 55%, 54%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 138 of 255 = 54%

174
140
138

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

Portions of RGB colors in percentages

R + G + B = 174 + 140 + 138 = 452 (100%)
R 174 of 452 ~ 38.5%
G 140 of 452 ~ 30.97%
B 138 of 452 ~ 30.53'%

%38.5
%30.97
%30.53

CMYK color model

#AE8C8A color CMYK value is (0,20,21,32).

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

CMYK: (0,20,21,32)
C0M20Y21K32 (0%, 20%, 21%, 32%)
(0.00 / 0.20 / 0.21 / 0.32)

CMYK percentages

%0
%19.54
%20.69
%31.76

Codes

Color #AE8C8A in popluar color models

AE 8C 8A
RGB 174 140 138
HSL 18.18% 61.18%
HSB/HSV 20.69% 68.24%
CMYK 0.00% 19.54% 20.69%
31.76%

Color #AE8C8A in popluar number systems.

HEX AE 8C 8A
Decimal 174 140 138
Binary 10101110 10001100 10001010
Octal 256 214 212

Shades and tints

Shades of #AE8C8A

#AE8C8A
(174,140,138)
#9F807E
(159,128,126)
#907472
(144,116,114)
#816866
(129,104,102)
#725C5A
(114,92,90)
#63504E
(99,80,78)
#544442
(84,68,66)
#453836
(69,56,54)
#362C2A
(54,44,42)
#27201E
(39,32,30)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AE8C8A

#AE8C8A
(174,140,138)
#B59694
(181,150,148)
#BCA09E
(188,160,158)
#C3AAA8
(195,170,168)
#CAB4B2
(202,180,178)
#D1BEBC
(209,190,188)
#D8C8C6
(216,200,198)
#DFD2D0
(223,210,208)
#E6DCDA
(230,220,218)
#EDE6E4
(237,230,228)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8C8A; }

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

This text font color is #AE8C8A.

Background Color

.myBgColor { background-color: #AE8C8A; }

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

This div background color is #AE8C8A.

Border color

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

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

This div border color is #AE8C8A.

Opacity

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

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

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

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

This text has shadow with #AE8C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8C8A.

Preview

Color preview on black background

This text has color #AE8C8A on black background.


Color preview on white background

This text has color #AE8C8A on white background.


Black color preview on #AE8C8A background

This text has black color on #AE8C8A background.


White color preview on #AE8C8A background

This text has white color on #AE8C8A background.


Related colors

Complementary color

Complementary color for #hex is #517375.


I love getcolorcode.com

Triadic colors

1 #8AAE8C and #8C8AAE with #AE8C8A are triadic colors.

2 #8A8CAE and #8CAE8A with #AE8C8A are triadic colors.