COLOR #AC745B

HEX: #AC745B
RGB: (172,116,91)

Color info

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

RGB color model

#AC745B color RGB value is (172,116,91).

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

RGB channels and saturation

R 172 of 255 = 67%
G 116 of 255 = 45%
B 91 of 255 = 36%

172
116
91

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

Portions of RGB colors in percentages

R + G + B =
172 + 116 + 91 = 379 (100%)
R 172 of 379 ~ 45.38%
G 116 of 379 ~ 30.61%
B 91 of 379 ~ 24.01%

%45.38
%30.61
%24.01

CMYK color model

#AC745B color CMYK value is (0,33,47,33).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 47.09%
  • key color value is 32.55%
CMYK:
(0,33,47,33)
C0M33Y47K33 
(0%,33%,47%,33%)
(0.00/0.33/0.47/0.33)	

CMYK percentages

%0
%32.56
%47.09
%32.55

Codes

Color #AC745B in popluar color models

AC745B
RGB17211691
HSL19°32.79%51.57%
HSB/HSV19°47.09%67.45%
CMYK0.00%32.56%47.09%
32.55%

Color #AC745B in popluar number systems.

HEXAC745B
Decimal17211691
Binary1010110011101001011011
Octal254164133

Shades and tints

Shades of #AC745B

#AC745B
(172,116,91)
#9D6A53
(157,106,83)
#8E604B
(142,96,75)
#7F5643
(127,86,67)
#704C3B
(112,76,59)
#614233
(97,66,51)
#52382B
(82,56,43)
#432E23
(67,46,35)
#34241B
(52,36,27)
#251A13
(37,26,19)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #AC745B

#AC745B
(172,116,91)
#B38069
(179,128,105)
#BA8C77
(186,140,119)
#C19885
(193,152,133)
#C8A493
(200,164,147)
#CFB0A1
(207,176,161)
#D6BCAF
(214,188,175)
#DDC8BD
(221,200,189)
#E4D4CB
(228,212,203)
#EBE0D9
(235,224,217)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC745B; }

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

This text font color is #AC745B.


Background Color

.myBgColor { background-color: #AC745B; }

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

This div background color is #AC745B.


Border color

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

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

This div border color is #AC745B.


Opacity

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

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

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

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

This text has shadow with #AC745B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC745B on black background.


Color preview on white background

This text has color #AC745B on white background.



Black color preview on #AC745B background

This text has black color on #AC745B background.


White color preview on #AC745B background

This text has white color on #AC745B background.