COLOR #AC796F

HEX: #AC796F
RGB: (172,121,111)

Color info

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

RGB color model

#AC796F color RGB value is (172,121,111).

  • red value is 172;
  • green value is 121;
  • blue value is 111.
RGB:
(172,121,111)
(67%,47%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 111 of 255 = 44%

172
121
111

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

Portions of RGB colors in percentages

R + G + B =
172 + 121 + 111 = 404 (100%)
R 172 of 404 ~ 42.57%
G 121 of 404 ~ 29.95%
B 111 of 404 ~ 27.48%

%42.57
%29.95
%27.48

CMYK color model

#AC796F color CMYK value is (0,30,35,33).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(0,30,35,33)
C0M30Y35K33 
(0%,30%,35%,33%)
(0.00/0.30/0.35/0.33)	

CMYK percentages

%0
%29.65
%35.47
%32.55

Codes

Color #AC796F in popluar color models

AC796F
RGB172121111
HSL10°26.87%55.49%
HSB/HSV10°35.47%67.45%
CMYK0.00%29.65%35.47%
32.55%

Color #AC796F in popluar number systems.

HEXAC796F
Decimal172121111
Binary1010110011110011101111
Octal254171157

Shades and tints

Shades of #AC796F

#AC796F
(172,121,111)
#9D6E65
(157,110,101)
#8E635B
(142,99,91)
#7F5851
(127,88,81)
#704D47
(112,77,71)
#61423D
(97,66,61)
#523733
(82,55,51)
#432C29
(67,44,41)
#34211F
(52,33,31)
#251615
(37,22,21)
#160B0B
(22,11,11)
#000000
(0,0,0)

Tints of #AC796F

#AC796F
(172,121,111)
#B3857C
(179,133,124)
#BA9189
(186,145,137)
#C19D96
(193,157,150)
#C8A9A3
(200,169,163)
#CFB5B0
(207,181,176)
#D6C1BD
(214,193,189)
#DDCDCA
(221,205,202)
#E4D9D7
(228,217,215)
#EBE5E4
(235,229,228)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC796F; }

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

This text font color is #AC796F.


Background Color

.myBgColor { background-color: #AC796F; }

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

This div background color is #AC796F.


Border color

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

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

This div border color is #AC796F.


Opacity

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

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

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

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

This text has shadow with #AC796F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC796F on black background.


Color preview on white background

This text has color #AC796F on white background.



Black color preview on #AC796F background

This text has black color on #AC796F background.


White color preview on #AC796F background

This text has white color on #AC796F background.