COLOR #AE8972

HEX: #AE8972 RGB: (174,137,114)

Color info

#AE8972 contains mainly red and green colors. Web safe color of #AE8972 is #999966 (or #996).

RGB color model

#AE8972 color RGB value is (174,137,114).

RGB: (174,137,114) (68%, 54%, 45%)

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 114 of 255 = 45%

174
137
114

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

Portions of RGB colors in percentages

R + G + B = 174 + 137 + 114 = 425 (100%)
R 174 of 425 ~ 40.94%
G 137 of 425 ~ 32.24%
B 114 of 425 ~ 26.82'%

%40.94
%32.24
%26.82

CMYK color model

#AE8972 color CMYK value is (0,21,34,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 34.48%
  • key color value is 31.76%
CMYK: (0,21,34,32) C0M21Y34K32 (0%,21%,34%,32%) (0.00/0.21/0.34/0.32) 

CMYK percentages

%0
%21.26
%34.48
%31.76

Codes

Color #AE8972 in popluar color models

AE 89 72
RGB 174 137 114
HSL 23° 27.03% 56.47%
HSB/HSV 23° 34.48% 68.24%
CMYK 0.00% 21.26% 34.48%
31.76%

Color #AE8972 in popluar number systems.

HEX AE 89 72
Decimal 174 137 114
Binary 10101110 10001001 1110010
Octal 256 211 162

Shades and tints

Shades of #AE8972

#AE8972
(174,137,114)
#9F7D68
(159,125,104)
#90715E
(144,113,94)
#816554
(129,101,84)
#72594A
(114,89,74)
#634D40
(99,77,64)
#544136
(84,65,54)
#45352C
(69,53,44)
#362922
(54,41,34)
#271D18
(39,29,24)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AE8972

#AE8972
(174,137,114)
#B5937E
(181,147,126)
#BC9D8A
(188,157,138)
#C3A796
(195,167,150)
#CAB1A2
(202,177,162)
#D1BBAE
(209,187,174)
#D8C5BA
(216,197,186)
#DFCFC6
(223,207,198)
#E6D9D2
(230,217,210)
#EDE3DE
(237,227,222)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8972 color. Also use rgb(174,137,114) instead hex code.

Text Font Color

.myTextColor { color: #AE8972; }

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

This text font color is #AE8972.

Background Color

.myBgColor { background-color: #AE8972; }

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

This div background color is #AE8972.

Border color

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

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

This div border color is #AE8972.

Opacity

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

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

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

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

This text has shadow with #AE8972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8972.

Preview

Color preview on black background

This text has color #AE8972 on black background.


Color preview on white background

This text has color #AE8972 on white background.


Black color preview on #AE8972 background

This text has black color on #AE8972 background.


White color preview on #AE8972 background

This text has white color on #AE8972 background.


Related colors

Complementary color

Complementary color for #hex is #51768D.


I love getcolorcode.com

Triadic colors

1 #72AE89 and #8972AE with #AE8972 are triadic colors.

2 #7289AE and #89AE72 with #AE8972 are triadic colors.