COLOR #AC716A

HEX: #AC716A RGB: (172,113,106)

Color info

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

RGB color model

#AC716A color RGB value is (172,113,106).

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

RGB channels and saturation

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

172
113
106

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

Portions of RGB colors in percentages

R + G + B = 172 + 113 + 106 = 391 (100%)
R 172 of 391 ~ 43.99%
G 113 of 391 ~ 28.9%
B 106 of 391 ~ 27.11'%

%43.99
%28.9
%27.11

CMYK color model

#AC716A color CMYK value is (0,34,38,33).

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

CMYK: (0,34,38,33)
C0M34Y38K33 (0%, 34%, 38%, 33%)
(0.00 / 0.34 / 0.38 / 0.33)

CMYK percentages

%0
%34.3
%38.37
%32.55

Codes

Color #AC716A in popluar color models

AC 71 6A
RGB 172 113 106
HSL 28.45% 54.51%
HSB/HSV 38.37% 67.45%
CMYK 0.00% 34.30% 38.37%
32.55%

Color #AC716A in popluar number systems.

HEX AC 71 6A
Decimal 172 113 106
Binary 10101100 1110001 1101010
Octal 254 161 152

Shades and tints

Shades of #AC716A

#AC716A
(172,113,106)
#9D6761
(157,103,97)
#8E5D58
(142,93,88)
#7F534F
(127,83,79)
#704946
(112,73,70)
#613F3D
(97,63,61)
#523534
(82,53,52)
#432B2B
(67,43,43)
#342122
(52,33,34)
#251719
(37,23,25)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #AC716A

#AC716A
(172,113,106)
#B37D77
(179,125,119)
#BA8984
(186,137,132)
#C19591
(193,149,145)
#C8A19E
(200,161,158)
#CFADAB
(207,173,171)
#D6B9B8
(214,185,184)
#DDC5C5
(221,197,197)
#E4D1D2
(228,209,210)
#EBDDDF
(235,221,223)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC716A; }

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

This text font color is #AC716A.

Background Color

.myBgColor { background-color: #AC716A; }

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

This div background color is #AC716A.

Border color

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

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

This div border color is #AC716A.

Opacity

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

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

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

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

This text has shadow with #AC716A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC716A.

Preview

Color preview on black background

This text has color #AC716A on black background.


Color preview on white background

This text has color #AC716A on white background.


Black color preview on #AC716A background

This text has black color on #AC716A background.


White color preview on #AC716A background

This text has white color on #AC716A background.


Related colors

Complementary color

Complementary color for #hex is #538E95.


I love getcolorcode.com

Triadic colors

1 #6AAC71 and #716AAC with #AC716A are triadic colors.

2 #6A71AC and #71AC6A with #AC716A are triadic colors.