COLOR #AC716F

HEX: #AC716F RGB: (172,113,111)

Color info

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

RGB color model

#AC716F color RGB value is (172,113,111).

RGB: (172,113,111) (67%, 44%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 113 of 255 = 44%
B 111 of 255 = 44%

172
113
111

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

Portions of RGB colors in percentages

R + G + B = 172 + 113 + 111 = 396 (100%)
R 172 of 396 ~ 43.43%
G 113 of 396 ~ 28.54%
B 111 of 396 ~ 28.03'%

%43.43
%28.54
%28.03

CMYK color model

#AC716F color CMYK value is (0,34,35,33).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 35.47%
  • key color value is 32.55%

CMYK: (0,34,35,33)
C0M34Y35K33 (0%, 34%, 35%, 33%)
(0.00 / 0.34 / 0.35 / 0.33)

CMYK percentages

%0
%34.3
%35.47
%32.55

Codes

Color #AC716F in popluar color models

AC 71 6F
RGB 172 113 111
HSL 26.87% 55.49%
HSB/HSV 35.47% 67.45%
CMYK 0.00% 34.30% 35.47%
32.55%

Color #AC716F in popluar number systems.

HEX AC 71 6F
Decimal 172 113 111
Binary 10101100 1110001 1101111
Octal 254 161 157

Shades and tints

Shades of #AC716F

#AC716F
(172,113,111)
#9D6765
(157,103,101)
#8E5D5B
(142,93,91)
#7F5351
(127,83,81)
#704947
(112,73,71)
#613F3D
(97,63,61)
#523533
(82,53,51)
#432B29
(67,43,41)
#34211F
(52,33,31)
#251715
(37,23,21)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #AC716F

#AC716F
(172,113,111)
#B37D7C
(179,125,124)
#BA8989
(186,137,137)
#C19596
(193,149,150)
#C8A1A3
(200,161,163)
#CFADB0
(207,173,176)
#D6B9BD
(214,185,189)
#DDC5CA
(221,197,202)
#E4D1D7
(228,209,215)
#EBDDE4
(235,221,228)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC716F color. Also use rgb(172,113,111) instead hex code.

Text Font Color

.myTextColor { color: #AC716F; }

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

This text font color is #AC716F.

Background Color

.myBgColor { background-color: #AC716F; }

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

This div background color is #AC716F.

Border color

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

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

This div border color is #AC716F.

Opacity

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

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

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

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

This text has shadow with #AC716F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC716F.

Preview

Color preview on black background

This text has color #AC716F on black background.


Color preview on white background

This text has color #AC716F on white background.


Black color preview on #AC716F background

This text has black color on #AC716F background.


White color preview on #AC716F background

This text has white color on #AC716F background.


Related colors

Complementary color

Complementary color for #hex is #538E90.


I love getcolorcode.com

Triadic colors

1 #6FAC71 and #716FAC with #AC716F are triadic colors.

2 #6F71AC and #71AC6F with #AC716F are triadic colors.