COLOR #AC6F31

HEX: #AC6F31
RGB: (172,111,49)

Color info

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

RGB color model

#AC6F31 color RGB value is (172,111,49).

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

RGB channels and saturation

R 172 of 255 = 67%
G 111 of 255 = 44%
B 49 of 255 = 19%

172
111
49

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

Portions of RGB colors in percentages

R + G + B =
172 + 111 + 49 = 332 (100%)
R 172 of 332 ~ 51.81%
G 111 of 332 ~ 33.43%
B 49 of 332 ~ 14.76%

%51.81
%33.43
%14.76

CMYK color model

#AC6F31 color CMYK value is (0,35,72,33).

  • cyan value is 0.00%
  • magenta value is 35.47%
  • yellow value is 71.51%
  • key color value is 32.55%
CMYK:
(0,35,72,33)
C0M35Y72K33 
(0%,35%,72%,33%)
(0.00/0.35/0.72/0.33)	

CMYK percentages

%0
%35.47
%71.51
%32.55

Codes

Color #AC6F31 in popluar color models

AC6F31
RGB17211149
HSL30°55.66%43.33%
HSB/HSV30°71.51%67.45%
CMYK0.00%35.47%71.51%
32.55%

Color #AC6F31 in popluar number systems.

HEXAC6F31
Decimal17211149
Binary101011001101111110001
Octal25415761

Shades and tints

Shades of #AC6F31

#AC6F31
(172,111,49)
#9D652D
(157,101,45)
#8E5B29
(142,91,41)
#7F5125
(127,81,37)
#704721
(112,71,33)
#613D1D
(97,61,29)
#523319
(82,51,25)
#432915
(67,41,21)
#341F11
(52,31,17)
#25150D
(37,21,13)
#160B09
(22,11,9)
#000000
(0,0,0)

Tints of #AC6F31

#AC6F31
(172,111,49)
#B37C43
(179,124,67)
#BA8955
(186,137,85)
#C19667
(193,150,103)
#C8A379
(200,163,121)
#CFB08B
(207,176,139)
#D6BD9D
(214,189,157)
#DDCAAF
(221,202,175)
#E4D7C1
(228,215,193)
#EBE4D3
(235,228,211)
#F2F1E5
(242,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6F31; }

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

This text font color is #AC6F31.


Background Color

.myBgColor { background-color: #AC6F31; }

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

This div background color is #AC6F31.


Border color

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

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

This div border color is #AC6F31.


Opacity

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

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

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

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

This text has shadow with #AC6F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6F31 on black background.


Color preview on white background

This text has color #AC6F31 on white background.



Black color preview on #AC6F31 background

This text has black color on #AC6F31 background.


White color preview on #AC6F31 background

This text has white color on #AC6F31 background.