COLOR #AE716A

HEX: #AE716A RGB: (174,113,106)

Color info

#AE716A contains mainly red color. Web safe color of #AE716A is #996666 (or #966).

RGB color model

#AE716A color RGB value is (174,113,106).

RGB: (174,113,106) (68%, 44%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 113 of 255 = 44%
B 106 of 255 = 42%

174
113
106

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

Portions of RGB colors in percentages

R + G + B = 174 + 113 + 106 = 393 (100%)
R 174 of 393 ~ 44.27%
G 113 of 393 ~ 28.75%
B 106 of 393 ~ 26.97'%

%44.27
%28.75
%26.97

CMYK color model

#AE716A color CMYK value is (0,35,39,32).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 39.08%
  • key color value is 31.76%
CMYK: (0,35,39,32) C0M35Y39K32 (0%,35%,39%,32%) (0.00/0.35/0.39/0.32) 

CMYK percentages

%0
%35.06
%39.08
%31.76

Codes

Color #AE716A in popluar color models

AE 71 6A
RGB 174 113 106
HSL 29.57% 54.90%
HSB/HSV 39.08% 68.24%
CMYK 0.00% 35.06% 39.08%
31.76%

Color #AE716A in popluar number systems.

HEX AE 71 6A
Decimal 174 113 106
Binary 10101110 1110001 1101010
Octal 256 161 152

Shades and tints

Shades of #AE716A

#AE716A
(174,113,106)
#9F6761
(159,103,97)
#905D58
(144,93,88)
#81534F
(129,83,79)
#724946
(114,73,70)
#633F3D
(99,63,61)
#543534
(84,53,52)
#452B2B
(69,43,43)
#362122
(54,33,34)
#271719
(39,23,25)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #AE716A

#AE716A
(174,113,106)
#B57D77
(181,125,119)
#BC8984
(188,137,132)
#C39591
(195,149,145)
#CAA19E
(202,161,158)
#D1ADAB
(209,173,171)
#D8B9B8
(216,185,184)
#DFC5C5
(223,197,197)
#E6D1D2
(230,209,210)
#EDDDDF
(237,221,223)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE716A color. Also use rgb(174,113,106) instead hex code.

Text Font Color

.myTextColor { color: #AE716A; }

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

This text font color is #AE716A.

Background Color

.myBgColor { background-color: #AE716A; }

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

This div background color is #AE716A.

Border color

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

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

This div border color is #AE716A.

Opacity

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

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

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

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

This text has shadow with #AE716A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE716A.

Preview

Color preview on black background

This text has color #AE716A on black background.


Color preview on white background

This text has color #AE716A on white background.


Black color preview on #AE716A background

This text has black color on #AE716A background.


White color preview on #AE716A background

This text has white color on #AE716A background.


Related colors

Complementary color

Complementary color for #hex is #518E95.


I love getcolorcode.com

Triadic colors

1 #6AAE71 and #716AAE with #AE716A are triadic colors.

2 #6A71AE and #71AE6A with #AE716A are triadic colors.