COLOR #AC706C

HEX: #AC706C
RGB: (172,112,108)

Color info

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

RGB color model

#AC706C color RGB value is (172,112,108).

  • red value is 172;
  • green value is 112;
  • blue value is 108.
RGB:
(172,112,108)
(67%,44%,42%)

RGB channels and saturation

R 172 of 255 = 67%
G 112 of 255 = 44%
B 108 of 255 = 42%

172
112
108

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

Portions of RGB colors in percentages

R + G + B =
172 + 112 + 108 = 392 (100%)
R 172 of 392 ~ 43.88%
G 112 of 392 ~ 28.57%
B 108 of 392 ~ 27.55%

%43.88
%28.57
%27.55

CMYK color model

#AC706C color CMYK value is (0,35,37,33).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK:
(0,35,37,33)
C0M35Y37K33 
(0%,35%,37%,33%)
(0.00/0.35/0.37/0.33)	

CMYK percentages

%0
%34.88
%37.21
%32.55

Codes

Color #AC706C in popluar color models

AC706C
RGB172112108
HSL27.83%54.90%
HSB/HSV37.21%67.45%
CMYK0.00%34.88%37.21%
32.55%

Color #AC706C in popluar number systems.

HEXAC706C
Decimal172112108
Binary1010110011100001101100
Octal254160154

Shades and tints

Shades of #AC706C

#AC706C
(172,112,108)
#9D6663
(157,102,99)
#8E5C5A
(142,92,90)
#7F5251
(127,82,81)
#704848
(112,72,72)
#613E3F
(97,62,63)
#523436
(82,52,54)
#432A2D
(67,42,45)
#342024
(52,32,36)
#25161B
(37,22,27)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #AC706C

#AC706C
(172,112,108)
#B37D79
(179,125,121)
#BA8A86
(186,138,134)
#C19793
(193,151,147)
#C8A4A0
(200,164,160)
#CFB1AD
(207,177,173)
#D6BEBA
(214,190,186)
#DDCBC7
(221,203,199)
#E4D8D4
(228,216,212)
#EBE5E1
(235,229,225)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC706C color. Also use rgb(172,112,108) instead hex code.

Text Font Color

.myTextColor { color: #AC706C; }

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

This text font color is #AC706C.


Background Color

.myBgColor { background-color: #AC706C; }

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

This div background color is #AC706C.


Border color

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

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

This div border color is #AC706C.


Opacity

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

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

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

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

This text has shadow with #AC706C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC706C on black background.


Color preview on white background

This text has color #AC706C on white background.



Black color preview on #AC706C background

This text has black color on #AC706C background.


White color preview on #AC706C background

This text has white color on #AC706C background.