COLOR #AC7E60

HEX: #AC7E60
RGB: (172,126,96)

Color info

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

RGB color model

#AC7E60 color RGB value is (172,126,96).

  • red value is 172;
  • green value is 126;
  • blue value is 96.
RGB:
(172,126,96)
(67%,49%,38%)

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 96 of 255 = 38%

172
126
96

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

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 96 = 394 (100%)
R 172 of 394 ~ 43.65%
G 126 of 394 ~ 31.98%
B 96 of 394 ~ 24.37%

%43.65
%31.98
%24.37

CMYK color model

#AC7E60 color CMYK value is (0,27,44,33).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 44.19%
  • key color value is 32.55%
CMYK:
(0,27,44,33)
C0M27Y44K33 
(0%,27%,44%,33%)
(0.00/0.27/0.44/0.33)	

CMYK percentages

%0
%26.74
%44.19
%32.55

Codes

Color #AC7E60 in popluar color models

AC7E60
RGB17212696
HSL24°31.40%52.55%
HSB/HSV24°44.19%67.45%
CMYK0.00%26.74%44.19%
32.55%

Color #AC7E60 in popluar number systems.

HEXAC7E60
Decimal17212696
Binary1010110011111101100000
Octal254176140

Shades and tints

Shades of #AC7E60

#AC7E60
(172,126,96)
#9D7358
(157,115,88)
#8E6850
(142,104,80)
#7F5D48
(127,93,72)
#705240
(112,82,64)
#614738
(97,71,56)
#523C30
(82,60,48)
#433128
(67,49,40)
#342620
(52,38,32)
#251B18
(37,27,24)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #AC7E60

#AC7E60
(172,126,96)
#B3896E
(179,137,110)
#BA947C
(186,148,124)
#C19F8A
(193,159,138)
#C8AA98
(200,170,152)
#CFB5A6
(207,181,166)
#D6C0B4
(214,192,180)
#DDCBC2
(221,203,194)
#E4D6D0
(228,214,208)
#EBE1DE
(235,225,222)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7E60 color. Also use rgb(172,126,96) instead hex code.

Text Font Color

.myTextColor { color: #AC7E60; }

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

This text font color is #AC7E60.


Background Color

.myBgColor { background-color: #AC7E60; }

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

This div background color is #AC7E60.


Border color

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

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

This div border color is #AC7E60.


Opacity

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

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

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

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

This text has shadow with #AC7E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7E60 on black background.


Color preview on white background

This text has color #AC7E60 on white background.



Black color preview on #AC7E60 background

This text has black color on #AC7E60 background.


White color preview on #AC7E60 background

This text has white color on #AC7E60 background.