COLOR #AE8A7B

HEX: #AE8A7B RGB: (174,138,123)

Color info

#AE8A7B contains red, green and blue colors in about the same proportion. Web safe color of #AE8A7B is #999966 (or #996).

RGB color model

#AE8A7B color RGB value is (174,138,123).

RGB: (174,138,123) (68%, 54%, 48%)

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 123 of 255 = 48%

174
138
123

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

Portions of RGB colors in percentages

R + G + B = 174 + 138 + 123 = 435 (100%)
R 174 of 435 ~ 40%
G 138 of 435 ~ 31.72%
B 123 of 435 ~ 28.28'%

%40
%31.72
%28.28

CMYK color model

#AE8A7B color CMYK value is (0,21,29,32).

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

CMYK: (0,21,29,32)
C0M21Y29K32 (0%, 21%, 29%, 32%)
(0.00 / 0.21 / 0.29 / 0.32)

CMYK percentages

%0
%20.69
%29.31
%31.76

Codes

Color #AE8A7B in popluar color models

AE 8A 7B
RGB 174 138 123
HSL 18° 23.94% 58.24%
HSB/HSV 18° 29.31% 68.24%
CMYK 0.00% 20.69% 29.31%
31.76%

Color #AE8A7B in popluar number systems.

HEX AE 8A 7B
Decimal 174 138 123
Binary 10101110 10001010 1111011
Octal 256 212 173

Shades and tints

Shades of #AE8A7B

#AE8A7B
(174,138,123)
#9F7E70
(159,126,112)
#907265
(144,114,101)
#81665A
(129,102,90)
#725A4F
(114,90,79)
#634E44
(99,78,68)
#544239
(84,66,57)
#45362E
(69,54,46)
#362A23
(54,42,35)
#271E18
(39,30,24)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #AE8A7B

#AE8A7B
(174,138,123)
#B59487
(181,148,135)
#BC9E93
(188,158,147)
#C3A89F
(195,168,159)
#CAB2AB
(202,178,171)
#D1BCB7
(209,188,183)
#D8C6C3
(216,198,195)
#DFD0CF
(223,208,207)
#E6DADB
(230,218,219)
#EDE4E7
(237,228,231)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8A7B; }

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

This text font color is #AE8A7B.

Background Color

.myBgColor { background-color: #AE8A7B; }

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

This div background color is #AE8A7B.

Border color

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

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

This div border color is #AE8A7B.

Opacity

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

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

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

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

This text has shadow with #AE8A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8A7B.

Preview

Color preview on black background

This text has color #AE8A7B on black background.


Color preview on white background

This text has color #AE8A7B on white background.


Black color preview on #AE8A7B background

This text has black color on #AE8A7B background.


White color preview on #AE8A7B background

This text has white color on #AE8A7B background.


Related colors

Complementary color

Complementary color for #hex is #517584.


I love getcolorcode.com

Triadic colors

1 #7BAE8A and #8A7BAE with #AE8A7B are triadic colors.

2 #7B8AAE and #8AAE7B with #AE8A7B are triadic colors.