COLOR #AC706A

HEX: #AC706A RGB: (172,112,106)

Color info

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

RGB color model

#AC706A color RGB value is (172,112,106).

RGB: (172,112,106) (67%, 44%, 42%)

RGB channels and saturation

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

172
112
106

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

Portions of RGB colors in percentages

R + G + B = 172 + 112 + 106 = 390 (100%)
R 172 of 390 ~ 44.1%
G 112 of 390 ~ 28.72%
B 106 of 390 ~ 27.18'%

%44.1
%28.72
%27.18

CMYK color model

#AC706A color CMYK value is (0,35,38,33).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 38.37%
  • key color value is 32.55%

CMYK: (0,35,38,33)
C0M35Y38K33 (0%, 35%, 38%, 33%)
(0.00 / 0.35 / 0.38 / 0.33)

CMYK percentages

%0
%34.88
%38.37
%32.55

Codes

Color #AC706A in popluar color models

AC 70 6A
RGB 172 112 106
HSL 28.45% 54.51%
HSB/HSV 38.37% 67.45%
CMYK 0.00% 34.88% 38.37%
32.55%

Color #AC706A in popluar number systems.

HEX AC 70 6A
Decimal 172 112 106
Binary 10101100 1110000 1101010
Octal 254 160 152

Shades and tints

Shades of #AC706A

#AC706A
(172,112,106)
#9D6661
(157,102,97)
#8E5C58
(142,92,88)
#7F524F
(127,82,79)
#704846
(112,72,70)
#613E3D
(97,62,61)
#523434
(82,52,52)
#432A2B
(67,42,43)
#342022
(52,32,34)
#251619
(37,22,25)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #AC706A

#AC706A
(172,112,106)
#B37D77
(179,125,119)
#BA8A84
(186,138,132)
#C19791
(193,151,145)
#C8A49E
(200,164,158)
#CFB1AB
(207,177,171)
#D6BEB8
(214,190,184)
#DDCBC5
(221,203,197)
#E4D8D2
(228,216,210)
#EBE5DF
(235,229,223)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC706A; }

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

This text font color is #AC706A.

Background Color

.myBgColor { background-color: #AC706A; }

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

This div background color is #AC706A.

Border color

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

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

This div border color is #AC706A.

Opacity

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

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

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

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

This text has shadow with #AC706A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC706A.

Preview

Color preview on black background

This text has color #AC706A on black background.


Color preview on white background

This text has color #AC706A on white background.


Black color preview on #AC706A background

This text has black color on #AC706A background.


White color preview on #AC706A background

This text has white color on #AC706A background.


Related colors

Complementary color

Complementary color for #hex is #538F95.


I love getcolorcode.com

Triadic colors

1 #6AAC70 and #706AAC with #AC706A are triadic colors.

2 #6A70AC and #70AC6A with #AC706A are triadic colors.