COLOR #AC745D

HEX: #AC745D RGB: (172,116,93)

Color info

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

RGB color model

#AC745D color RGB value is (172,116,93).

RGB: (172,116,93) (67%, 45%, 36%)

RGB channels and saturation

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

172
116
93

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

Portions of RGB colors in percentages

R + G + B = 172 + 116 + 93 = 381 (100%)
R 172 of 381 ~ 45.14%
G 116 of 381 ~ 30.45%
B 93 of 381 ~ 24.41'%

%45.14
%30.45
%24.41

CMYK color model

#AC745D color CMYK value is (0,33,46,33).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 45.93%
  • key color value is 32.55%

CMYK: (0,33,46,33)
C0M33Y46K33 (0%, 33%, 46%, 33%)
(0.00 / 0.33 / 0.46 / 0.33)

CMYK percentages

%0
%32.56
%45.93
%32.55

Codes

Color #AC745D in popluar color models

AC 74 5D
RGB 172 116 93
HSL 17° 32.24% 51.96%
HSB/HSV 17° 45.93% 67.45%
CMYK 0.00% 32.56% 45.93%
32.55%

Color #AC745D in popluar number systems.

HEX AC 74 5D
Decimal 172 116 93
Binary 10101100 1110100 1011101
Octal 254 164 135

Shades and tints

Shades of #AC745D

#AC745D
(172,116,93)
#9D6A55
(157,106,85)
#8E604D
(142,96,77)
#7F5645
(127,86,69)
#704C3D
(112,76,61)
#614235
(97,66,53)
#52382D
(82,56,45)
#432E25
(67,46,37)
#34241D
(52,36,29)
#251A15
(37,26,21)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #AC745D

#AC745D
(172,116,93)
#B3806B
(179,128,107)
#BA8C79
(186,140,121)
#C19887
(193,152,135)
#C8A495
(200,164,149)
#CFB0A3
(207,176,163)
#D6BCB1
(214,188,177)
#DDC8BF
(221,200,191)
#E4D4CD
(228,212,205)
#EBE0DB
(235,224,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC745D; }

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

This text font color is #AC745D.

Background Color

.myBgColor { background-color: #AC745D; }

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

This div background color is #AC745D.

Border color

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

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

This div border color is #AC745D.

Opacity

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

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

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

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

This text has shadow with #AC745D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC745D.

Preview

Color preview on black background

This text has color #AC745D on black background.


Color preview on white background

This text has color #AC745D on white background.


Black color preview on #AC745D background

This text has black color on #AC745D background.


White color preview on #AC745D background

This text has white color on #AC745D background.


Related colors

Complementary color

Complementary color for #hex is #538BA2.


I love getcolorcode.com

Triadic colors

1 #5DAC74 and #745DAC with #AC745D are triadic colors.

2 #5D74AC and #74AC5D with #AC745D are triadic colors.