COLOR #AC6549

HEX: #AC6549
RGB: (172,101,73)

Color info

#AC6549 contains mainly red color. Web safe color of #AC6549 is #996633 (or #963).

RGB color model

#AC6549 color RGB value is (172,101,73).

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

RGB channels and saturation

R 172 of 255 = 67%
G 101 of 255 = 40%
B 73 of 255 = 29%

172
101
73

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

Portions of RGB colors in percentages

R + G + B =
172 + 101 + 73 = 346 (100%)
R 172 of 346 ~ 49.71%
G 101 of 346 ~ 29.19%
B 73 of 346 ~ 21.1%

%49.71
%29.19
%21.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.28%
  • yellow value is 57.56%
  • key color value is 32.55%
CMYK:
(0,41,58,33)
C0M41Y58K33 
(0%,41%,58%,33%)
(0.00/0.41/0.58/0.33)	

CMYK percentages

%0
%41.28
%57.56
%32.55

Codes

Color #AC6549 in popluar color models

AC6549
RGB17210173
HSL17°40.41%48.04%
HSB/HSV17°57.56%67.45%
CMYK0.00%41.28%57.56%
32.55%

Color #AC6549 in popluar number systems.

HEXAC6549
Decimal17210173
Binary1010110011001011001001
Octal254145111

Shades and tints

Shades of #AC6549

#AC6549
(172,101,73)
#9D5C43
(157,92,67)
#8E533D
(142,83,61)
#7F4A37
(127,74,55)
#704131
(112,65,49)
#61382B
(97,56,43)
#522F25
(82,47,37)
#43261F
(67,38,31)
#341D19
(52,29,25)
#251413
(37,20,19)
#160B0D
(22,11,13)
#000000
(0,0,0)

Tints of #AC6549

#AC6549
(172,101,73)
#B37359
(179,115,89)
#BA8169
(186,129,105)
#C18F79
(193,143,121)
#C89D89
(200,157,137)
#CFAB99
(207,171,153)
#D6B9A9
(214,185,169)
#DDC7B9
(221,199,185)
#E4D5C9
(228,213,201)
#EBE3D9
(235,227,217)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6549; }

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

This text font color is #AC6549.


Background Color

.myBgColor { background-color: #AC6549; }

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

This div background color is #AC6549.


Border color

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

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

This div border color is #AC6549.


Opacity

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

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

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

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

This text has shadow with #AC6549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6549 on black background.


Color preview on white background

This text has color #AC6549 on white background.



Black color preview on #AC6549 background

This text has black color on #AC6549 background.


White color preview on #AC6549 background

This text has white color on #AC6549 background.