COLOR #AC796C

HEX: #AC796C
RGB: (172,121,108)

Color info

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

RGB color model

#AC796C color RGB value is (172,121,108).

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

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 108 of 255 = 42%

172
121
108

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

Portions of RGB colors in percentages

R + G + B =
172 + 121 + 108 = 401 (100%)
R 172 of 401 ~ 42.89%
G 121 of 401 ~ 30.17%
B 108 of 401 ~ 26.93%

%42.89
%30.17
%26.93

CMYK color model

#AC796C color CMYK value is (0,30,37,33).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK:
(0,30,37,33)
C0M30Y37K33 
(0%,30%,37%,33%)
(0.00/0.30/0.37/0.33)	

CMYK percentages

%0
%29.65
%37.21
%32.55

Codes

Color #AC796C in popluar color models

AC796C
RGB172121108
HSL12°27.83%54.90%
HSB/HSV12°37.21%67.45%
CMYK0.00%29.65%37.21%
32.55%

Color #AC796C in popluar number systems.

HEXAC796C
Decimal172121108
Binary1010110011110011101100
Octal254171154

Shades and tints

Shades of #AC796C

#AC796C
(172,121,108)
#9D6E63
(157,110,99)
#8E635A
(142,99,90)
#7F5851
(127,88,81)
#704D48
(112,77,72)
#61423F
(97,66,63)
#523736
(82,55,54)
#432C2D
(67,44,45)
#342124
(52,33,36)
#25161B
(37,22,27)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #AC796C

#AC796C
(172,121,108)
#B38579
(179,133,121)
#BA9186
(186,145,134)
#C19D93
(193,157,147)
#C8A9A0
(200,169,160)
#CFB5AD
(207,181,173)
#D6C1BA
(214,193,186)
#DDCDC7
(221,205,199)
#E4D9D4
(228,217,212)
#EBE5E1
(235,229,225)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC796C; }

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

This text font color is #AC796C.


Background Color

.myBgColor { background-color: #AC796C; }

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

This div background color is #AC796C.


Border color

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

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

This div border color is #AC796C.


Opacity

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

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

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

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

This text has shadow with #AC796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC796C on black background.


Color preview on white background

This text has color #AC796C on white background.



Black color preview on #AC796C background

This text has black color on #AC796C background.


White color preview on #AC796C background

This text has white color on #AC796C background.