COLOR #AE8C88

HEX: #AE8C88 RGB: (174,140,136)

Color info

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

RGB color model

#AE8C88 color RGB value is (174,140,136).

RGB: (174,140,136) (68%, 55%, 53%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 136 of 255 = 53%

174
140
136

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

Portions of RGB colors in percentages

R + G + B = 174 + 140 + 136 = 450 (100%)
R 174 of 450 ~ 38.67%
G 140 of 450 ~ 31.11%
B 136 of 450 ~ 30.22'%

%38.67
%31.11
%30.22

CMYK color model

#AE8C88 color CMYK value is (0,20,22,32).

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

CMYK: (0,20,22,32)
C0M20Y22K32 (0%, 20%, 22%, 32%)
(0.00 / 0.20 / 0.22 / 0.32)

CMYK percentages

%0
%19.54
%21.84
%31.76

Codes

Color #AE8C88 in popluar color models

AE 8C 88
RGB 174 140 136
HSL 19.00% 60.78%
HSB/HSV 21.84% 68.24%
CMYK 0.00% 19.54% 21.84%
31.76%

Color #AE8C88 in popluar number systems.

HEX AE 8C 88
Decimal 174 140 136
Binary 10101110 10001100 10001000
Octal 256 214 210

Shades and tints

Shades of #AE8C88

#AE8C88
(174,140,136)
#9F807C
(159,128,124)
#907470
(144,116,112)
#816864
(129,104,100)
#725C58
(114,92,88)
#63504C
(99,80,76)
#544440
(84,68,64)
#453834
(69,56,52)
#362C28
(54,44,40)
#27201C
(39,32,28)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AE8C88

#AE8C88
(174,140,136)
#B59692
(181,150,146)
#BCA09C
(188,160,156)
#C3AAA6
(195,170,166)
#CAB4B0
(202,180,176)
#D1BEBA
(209,190,186)
#D8C8C4
(216,200,196)
#DFD2CE
(223,210,206)
#E6DCD8
(230,220,216)
#EDE6E2
(237,230,226)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8C88; }

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

This text font color is #AE8C88.

Background Color

.myBgColor { background-color: #AE8C88; }

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

This div background color is #AE8C88.

Border color

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

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

This div border color is #AE8C88.

Opacity

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

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

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

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

This text has shadow with #AE8C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8C88.

Preview

Color preview on black background

This text has color #AE8C88 on black background.


Color preview on white background

This text has color #AE8C88 on white background.


Black color preview on #AE8C88 background

This text has black color on #AE8C88 background.


White color preview on #AE8C88 background

This text has white color on #AE8C88 background.


Related colors

Complementary color

Complementary color for #hex is #517377.


I love getcolorcode.com

Triadic colors

1 #88AE8C and #8C88AE with #AE8C88 are triadic colors.

2 #888CAE and #8CAE88 with #AE8C88 are triadic colors.