COLOR #AC6844

HEX: #AC6844
RGB: (172,104,68)

Color info

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

RGB color model

#AC6844 color RGB value is (172,104,68).

  • red value is 172;
  • green value is 104;
  • blue value is 68.
RGB:
(172,104,68)
(67%,41%,27%)

RGB channels and saturation

R 172 of 255 = 67%
G 104 of 255 = 41%
B 68 of 255 = 27%

172
104
68

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

Portions of RGB colors in percentages

R + G + B =
172 + 104 + 68 = 344 (100%)
R 172 of 344 ~ 50%
G 104 of 344 ~ 30.23%
B 68 of 344 ~ 19.77%

%50
%30.23
%19.77

CMYK color model

#AC6844 color CMYK value is (0,40,60,33).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 60.47%
  • key color value is 32.55%
CMYK:
(0,40,60,33)
C0M40Y60K33 
(0%,40%,60%,33%)
(0.00/0.40/0.60/0.33)	

CMYK percentages

%0
%39.53
%60.47
%32.55

Codes

Color #AC6844 in popluar color models

AC6844
RGB17210468
HSL21°43.33%47.06%
HSB/HSV21°60.47%67.45%
CMYK0.00%39.53%60.47%
32.55%

Color #AC6844 in popluar number systems.

HEXAC6844
Decimal17210468
Binary1010110011010001000100
Octal254150104

Shades and tints

Shades of #AC6844

#AC6844
(172,104,68)
#9D5F3E
(157,95,62)
#8E5638
(142,86,56)
#7F4D32
(127,77,50)
#70442C
(112,68,44)
#613B26
(97,59,38)
#523220
(82,50,32)
#43291A
(67,41,26)
#342014
(52,32,20)
#25170E
(37,23,14)
#160E08
(22,14,8)
#000000
(0,0,0)

Tints of #AC6844

#AC6844
(172,104,68)
#B37555
(179,117,85)
#BA8266
(186,130,102)
#C18F77
(193,143,119)
#C89C88
(200,156,136)
#CFA999
(207,169,153)
#D6B6AA
(214,182,170)
#DDC3BB
(221,195,187)
#E4D0CC
(228,208,204)
#EBDDDD
(235,221,221)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6844 color. Also use rgb(172,104,68) instead hex code.

Text Font Color

.myTextColor { color: #AC6844; }

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

This text font color is #AC6844.


Background Color

.myBgColor { background-color: #AC6844; }

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

This div background color is #AC6844.


Border color

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

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

This div border color is #AC6844.


Opacity

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

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

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

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

This text has shadow with #AC6844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6844 on black background.


Color preview on white background

This text has color #AC6844 on white background.



Black color preview on #AC6844 background

This text has black color on #AC6844 background.


White color preview on #AC6844 background

This text has white color on #AC6844 background.