COLOR #AC7349

HEX: #AC7349
RGB: (172,115,73)

Color info

#AC7349 contains mainly red and green colors. Web safe color of #AC7349 is #996633 (or #963).

RGB color model

#AC7349 color RGB value is (172,115,73).

  • red value is 172;
  • green value is 115;
  • blue value is 73.
RGB:
(172,115,73)
(67%,45%,29%)

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 73 of 255 = 29%

172
115
73

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

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 73 = 360 (100%)
R 172 of 360 ~ 47.78%
G 115 of 360 ~ 31.94%
B 73 of 360 ~ 20.28%

%47.78
%31.94
%20.28

CMYK color model

#AC7349 color CMYK value is (0,33,58,33).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 57.56%
  • key color value is 32.55%
CMYK:
(0,33,58,33)
C0M33Y58K33 
(0%,33%,58%,33%)
(0.00/0.33/0.58/0.33)	

CMYK percentages

%0
%33.14
%57.56
%32.55

Codes

Color #AC7349 in popluar color models

AC7349
RGB17211573
HSL25°40.41%48.04%
HSB/HSV25°57.56%67.45%
CMYK0.00%33.14%57.56%
32.55%

Color #AC7349 in popluar number systems.

HEXAC7349
Decimal17211573
Binary1010110011100111001001
Octal254163111

Shades and tints

Shades of #AC7349

#AC7349
(172,115,73)
#9D6943
(157,105,67)
#8E5F3D
(142,95,61)
#7F5537
(127,85,55)
#704B31
(112,75,49)
#61412B
(97,65,43)
#523725
(82,55,37)
#432D1F
(67,45,31)
#342319
(52,35,25)
#251913
(37,25,19)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #AC7349

#AC7349
(172,115,73)
#B37F59
(179,127,89)
#BA8B69
(186,139,105)
#C19779
(193,151,121)
#C8A389
(200,163,137)
#CFAF99
(207,175,153)
#D6BBA9
(214,187,169)
#DDC7B9
(221,199,185)
#E4D3C9
(228,211,201)
#EBDFD9
(235,223,217)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7349 color. Also use rgb(172,115,73) instead hex code.

Text Font Color

.myTextColor { color: #AC7349; }

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

This text font color is #AC7349.


Background Color

.myBgColor { background-color: #AC7349; }

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

This div background color is #AC7349.


Border color

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

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

This div border color is #AC7349.


Opacity

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

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

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

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

This text has shadow with #AC7349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7349 on black background.


Color preview on white background

This text has color #AC7349 on white background.



Black color preview on #AC7349 background

This text has black color on #AC7349 background.


White color preview on #AC7349 background

This text has white color on #AC7349 background.