COLOR #AC744F

HEX: #AC744F
RGB: (172,116,79)

Color info

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

RGB color model

#AC744F color RGB value is (172,116,79).

  • red value is 172;
  • green value is 116;
  • blue value is 79.
RGB:
(172,116,79)
(67%,45%,31%)

RGB channels and saturation

R 172 of 255 = 67%
G 116 of 255 = 45%
B 79 of 255 = 31%

172
116
79

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

Portions of RGB colors in percentages

R + G + B =
172 + 116 + 79 = 367 (100%)
R 172 of 367 ~ 46.87%
G 116 of 367 ~ 31.61%
B 79 of 367 ~ 21.53%

%46.87
%31.61
%21.53

CMYK color model

#AC744F color CMYK value is (0,33,54,33).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 54.07%
  • key color value is 32.55%
CMYK:
(0,33,54,33)
C0M33Y54K33 
(0%,33%,54%,33%)
(0.00/0.33/0.54/0.33)	

CMYK percentages

%0
%32.56
%54.07
%32.55

Codes

Color #AC744F in popluar color models

AC744F
RGB17211679
HSL24°37.05%49.22%
HSB/HSV24°54.07%67.45%
CMYK0.00%32.56%54.07%
32.55%

Color #AC744F in popluar number systems.

HEXAC744F
Decimal17211679
Binary1010110011101001001111
Octal254164117

Shades and tints

Shades of #AC744F

#AC744F
(172,116,79)
#9D6A48
(157,106,72)
#8E6041
(142,96,65)
#7F563A
(127,86,58)
#704C33
(112,76,51)
#61422C
(97,66,44)
#523825
(82,56,37)
#432E1E
(67,46,30)
#342417
(52,36,23)
#251A10
(37,26,16)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #AC744F

#AC744F
(172,116,79)
#B3805F
(179,128,95)
#BA8C6F
(186,140,111)
#C1987F
(193,152,127)
#C8A48F
(200,164,143)
#CFB09F
(207,176,159)
#D6BCAF
(214,188,175)
#DDC8BF
(221,200,191)
#E4D4CF
(228,212,207)
#EBE0DF
(235,224,223)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC744F color. Also use rgb(172,116,79) instead hex code.

Text Font Color

.myTextColor { color: #AC744F; }

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

This text font color is #AC744F.


Background Color

.myBgColor { background-color: #AC744F; }

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

This div background color is #AC744F.


Border color

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

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

This div border color is #AC744F.


Opacity

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

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

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

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

This text has shadow with #AC744F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC744F on black background.


Color preview on white background

This text has color #AC744F on white background.



Black color preview on #AC744F background

This text has black color on #AC744F background.


White color preview on #AC744F background

This text has white color on #AC744F background.