COLOR #AE7F60

HEX: #AE7F60
RGB: (174,127,96)

Color info

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

RGB color model

#AE7F60 color RGB value is (174,127,96).

  • red value is 174;
  • green value is 127;
  • blue value is 96.
RGB:
(174,127,96)
(68%,50%,38%)

RGB channels and saturation

R 174 of 255 = 68%
G 127 of 255 = 50%
B 96 of 255 = 38%

174
127
96

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

Portions of RGB colors in percentages

R + G + B =
174 + 127 + 96 = 397 (100%)
R 174 of 397 ~ 43.83%
G 127 of 397 ~ 31.99%
B 96 of 397 ~ 24.18%

%43.83
%31.99
%24.18

CMYK color model

#AE7F60 color CMYK value is (0,27,45,32).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 44.83%
  • key color value is 31.76%
CMYK:
(0,27,45,32)
C0M27Y45K32 
(0%,27%,45%,32%)
(0.00/0.27/0.45/0.32)	

CMYK percentages

%0
%27.01
%44.83
%31.76

Codes

Color #AE7F60 in popluar color models

AE7F60
RGB17412796
HSL24°32.50%52.94%
HSB/HSV24°44.83%68.24%
CMYK0.00%27.01%44.83%
31.76%

Color #AE7F60 in popluar number systems.

HEXAE7F60
Decimal17412796
Binary1010111011111111100000
Octal256177140

Shades and tints

Shades of #AE7F60

#AE7F60
(174,127,96)
#9F7458
(159,116,88)
#906950
(144,105,80)
#815E48
(129,94,72)
#725340
(114,83,64)
#634838
(99,72,56)
#543D30
(84,61,48)
#453228
(69,50,40)
#362720
(54,39,32)
#271C18
(39,28,24)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #AE7F60

#AE7F60
(174,127,96)
#B58A6E
(181,138,110)
#BC957C
(188,149,124)
#C3A08A
(195,160,138)
#CAAB98
(202,171,152)
#D1B6A6
(209,182,166)
#D8C1B4
(216,193,180)
#DFCCC2
(223,204,194)
#E6D7D0
(230,215,208)
#EDE2DE
(237,226,222)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7F60 color. Also use rgb(174,127,96) instead hex code.

Text Font Color

.myTextColor { color: #AE7F60; }

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

This text font color is #AE7F60.


Background Color

.myBgColor { background-color: #AE7F60; }

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

This div background color is #AE7F60.


Border color

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

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

This div border color is #AE7F60.


Opacity

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

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

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

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

This text has shadow with #AE7F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7F60 on black background.


Color preview on white background

This text has color #AE7F60 on white background.



Black color preview on #AE7F60 background

This text has black color on #AE7F60 background.


White color preview on #AE7F60 background

This text has white color on #AE7F60 background.