COLOR #AE9571

HEX: #AE9571
RGB: (174,149,113)

Color info

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

RGB color model

#AE9571 color RGB value is (174,149,113).

  • red value is 174;
  • green value is 149;
  • blue value is 113.
RGB:
(174,149,113)
(68%,58%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 113 of 255 = 44%

174
149
113

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

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 113 = 436 (100%)
R 174 of 436 ~ 39.91%
G 149 of 436 ~ 34.17%
B 113 of 436 ~ 25.92%

%39.91
%34.17
%25.92

CMYK color model

#AE9571 color CMYK value is (0,14,35,32).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(0,14,35,32)
C0M14Y35K32 
(0%,14%,35%,32%)
(0.00/0.14/0.35/0.32)	

CMYK percentages

%0
%14.37
%35.06
%31.76

Codes

Color #AE9571 in popluar color models

AE9571
RGB174149113
HSL35°27.35%56.27%
HSB/HSV35°35.06%68.24%
CMYK0.00%14.37%35.06%
31.76%

Color #AE9571 in popluar number systems.

HEXAE9571
Decimal174149113
Binary10101110100101011110001
Octal256225161

Shades and tints

Shades of #AE9571

#AE9571
(174,149,113)
#9F8867
(159,136,103)
#907B5D
(144,123,93)
#816E53
(129,110,83)
#726149
(114,97,73)
#63543F
(99,84,63)
#544735
(84,71,53)
#453A2B
(69,58,43)
#362D21
(54,45,33)
#272017
(39,32,23)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #AE9571

#AE9571
(174,149,113)
#B59E7D
(181,158,125)
#BCA789
(188,167,137)
#C3B095
(195,176,149)
#CAB9A1
(202,185,161)
#D1C2AD
(209,194,173)
#D8CBB9
(216,203,185)
#DFD4C5
(223,212,197)
#E6DDD1
(230,221,209)
#EDE6DD
(237,230,221)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9571; }

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

This text font color is #AE9571.


Background Color

.myBgColor { background-color: #AE9571; }

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

This div background color is #AE9571.


Border color

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

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

This div border color is #AE9571.


Opacity

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

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

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

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

This text has shadow with #AE9571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9571 on black background.


Color preview on white background

This text has color #AE9571 on white background.



Black color preview on #AE9571 background

This text has black color on #AE9571 background.


White color preview on #AE9571 background

This text has white color on #AE9571 background.