COLOR #AE715F

HEX: #AE715F RGB: (174,113,95)

Color info

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

RGB color model

#AE715F color RGB value is (174,113,95).

RGB: (174,113,95) (68%, 44%, 37%)

RGB channels and saturation

R 174 of 255 = 68%
G 113 of 255 = 44%
B 95 of 255 = 37%

174
113
95

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

Portions of RGB colors in percentages

R + G + B = 174 + 113 + 95 = 382 (100%)
R 174 of 382 ~ 45.55%
G 113 of 382 ~ 29.58%
B 95 of 382 ~ 24.87'%

%45.55
%29.58
%24.87

CMYK color model

#AE715F color CMYK value is (0,35,45,32).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 45.40%
  • key color value is 31.76%

CMYK: (0,35,45,32)
C0M35Y45K32 (0%, 35%, 45%, 32%)
(0.00 / 0.35 / 0.45 / 0.32)

CMYK percentages

%0
%35.06
%45.4
%31.76

Codes

Color #AE715F in popluar color models

AE 71 5F
RGB 174 113 95
HSL 14° 32.78% 52.75%
HSB/HSV 14° 45.40% 68.24%
CMYK 0.00% 35.06% 45.40%
31.76%

Color #AE715F in popluar number systems.

HEX AE 71 5F
Decimal 174 113 95
Binary 10101110 1110001 1011111
Octal 256 161 137

Shades and tints

Shades of #AE715F

#AE715F
(174,113,95)
#9F6757
(159,103,87)
#905D4F
(144,93,79)
#815347
(129,83,71)
#72493F
(114,73,63)
#633F37
(99,63,55)
#54352F
(84,53,47)
#452B27
(69,43,39)
#36211F
(54,33,31)
#271717
(39,23,23)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #AE715F

#AE715F
(174,113,95)
#B57D6D
(181,125,109)
#BC897B
(188,137,123)
#C39589
(195,149,137)
#CAA197
(202,161,151)
#D1ADA5
(209,173,165)
#D8B9B3
(216,185,179)
#DFC5C1
(223,197,193)
#E6D1CF
(230,209,207)
#EDDDDD
(237,221,221)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE715F; }

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

This text font color is #AE715F.

Background Color

.myBgColor { background-color: #AE715F; }

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

This div background color is #AE715F.

Border color

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

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

This div border color is #AE715F.

Opacity

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

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

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

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

This text has shadow with #AE715F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE715F.

Preview

Color preview on black background

This text has color #AE715F on black background.


Color preview on white background

This text has color #AE715F on white background.


Black color preview on #AE715F background

This text has black color on #AE715F background.


White color preview on #AE715F background

This text has white color on #AE715F background.


Related colors

Complementary color

Complementary color for #hex is #518EA0.


I love getcolorcode.com

Triadic colors

1 #5FAE71 and #715FAE with #AE715F are triadic colors.

2 #5F71AE and #71AE5F with #AE715F are triadic colors.