COLOR #AC786A

HEX: #AC786A RGB: (172,120,106)

Color info

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

RGB color model

#AC786A color RGB value is (172,120,106).

RGB: (172,120,106) (67%, 47%, 42%)

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 106 of 255 = 42%

172
120
106

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

Portions of RGB colors in percentages

R + G + B = 172 + 120 + 106 = 398 (100%)
R 172 of 398 ~ 43.22%
G 120 of 398 ~ 30.15%
B 106 of 398 ~ 26.63'%

%43.22
%30.15
%26.63

CMYK color model

#AC786A color CMYK value is (0,30,38,33).

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

CMYK: (0,30,38,33)
C0M30Y38K33 (0%, 30%, 38%, 33%)
(0.00 / 0.30 / 0.38 / 0.33)

CMYK percentages

%0
%30.23
%38.37
%32.55

Codes

Color #AC786A in popluar color models

AC 78 6A
RGB 172 120 106
HSL 13° 28.45% 54.51%
HSB/HSV 13° 38.37% 67.45%
CMYK 0.00% 30.23% 38.37%
32.55%

Color #AC786A in popluar number systems.

HEX AC 78 6A
Decimal 172 120 106
Binary 10101100 1111000 1101010
Octal 254 170 152

Shades and tints

Shades of #AC786A

#AC786A
(172,120,106)
#9D6E61
(157,110,97)
#8E6458
(142,100,88)
#7F5A4F
(127,90,79)
#705046
(112,80,70)
#61463D
(97,70,61)
#523C34
(82,60,52)
#43322B
(67,50,43)
#342822
(52,40,34)
#251E19
(37,30,25)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #AC786A

#AC786A
(172,120,106)
#B38477
(179,132,119)
#BA9084
(186,144,132)
#C19C91
(193,156,145)
#C8A89E
(200,168,158)
#CFB4AB
(207,180,171)
#D6C0B8
(214,192,184)
#DDCCC5
(221,204,197)
#E4D8D2
(228,216,210)
#EBE4DF
(235,228,223)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC786A; }

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

This text font color is #AC786A.

Background Color

.myBgColor { background-color: #AC786A; }

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

This div background color is #AC786A.

Border color

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

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

This div border color is #AC786A.

Opacity

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

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

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

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

This text has shadow with #AC786A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC786A.

Preview

Color preview on black background

This text has color #AC786A on black background.


Color preview on white background

This text has color #AC786A on white background.


Black color preview on #AC786A background

This text has black color on #AC786A background.


White color preview on #AC786A background

This text has white color on #AC786A background.


Related colors

Complementary color

Complementary color for #hex is #538795.


I love getcolorcode.com

Triadic colors

1 #6AAC78 and #786AAC with #AC786A are triadic colors.

2 #6A78AC and #78AC6A with #AC786A are triadic colors.