COLOR #AE7D61

HEX: #AE7D61
RGB: (174,125,97)

Color info

#AE7D61 contains mainly red and green colors. Web safe color of #AE7D61 is #996666 (or #966).

RGB color model

#AE7D61 color RGB value is (174,125,97).

  • red value is 174;
  • green value is 125;
  • blue value is 97.
RGB:
(174,125,97)
(68%,49%,38%)

RGB channels and saturation

R 174 of 255 = 68%
G 125 of 255 = 49%
B 97 of 255 = 38%

174
125
97

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

Portions of RGB colors in percentages

R + G + B =
174 + 125 + 97 = 396 (100%)
R 174 of 396 ~ 43.94%
G 125 of 396 ~ 31.57%
B 97 of 396 ~ 24.49%

%43.94
%31.57
%24.49

CMYK color model

#AE7D61 color CMYK value is (0,28,44,32).

  • cyan value is 0.00%
  • magenta value is 28.16%
  • yellow value is 44.25%
  • key color value is 31.76%
CMYK:
(0,28,44,32)
C0M28Y44K32 
(0%,28%,44%,32%)
(0.00/0.28/0.44/0.32)	

CMYK percentages

%0
%28.16
%44.25
%31.76

Codes

Color #AE7D61 in popluar color models

AE7D61
RGB17412597
HSL22°32.22%53.14%
HSB/HSV22°44.25%68.24%
CMYK0.00%28.16%44.25%
31.76%

Color #AE7D61 in popluar number systems.

HEXAE7D61
Decimal17412597
Binary1010111011111011100001
Octal256175141

Shades and tints

Shades of #AE7D61

#AE7D61
(174,125,97)
#9F7259
(159,114,89)
#906751
(144,103,81)
#815C49
(129,92,73)
#725141
(114,81,65)
#634639
(99,70,57)
#543B31
(84,59,49)
#453029
(69,48,41)
#362521
(54,37,33)
#271A19
(39,26,25)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AE7D61

#AE7D61
(174,125,97)
#B5886F
(181,136,111)
#BC937D
(188,147,125)
#C39E8B
(195,158,139)
#CAA999
(202,169,153)
#D1B4A7
(209,180,167)
#D8BFB5
(216,191,181)
#DFCAC3
(223,202,195)
#E6D5D1
(230,213,209)
#EDE0DF
(237,224,223)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7D61 color. Also use rgb(174,125,97) instead hex code.

Text Font Color

.myTextColor { color: #AE7D61; }

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

This text font color is #AE7D61.


Background Color

.myBgColor { background-color: #AE7D61; }

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

This div background color is #AE7D61.


Border color

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

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

This div border color is #AE7D61.


Opacity

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

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

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

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

This text has shadow with #AE7D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7D61 on black background.


Color preview on white background

This text has color #AE7D61 on white background.



Black color preview on #AE7D61 background

This text has black color on #AE7D61 background.


White color preview on #AE7D61 background

This text has white color on #AE7D61 background.