COLOR #AC754F

HEX: #AC754F RGB: (172,117,79)

Color info

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

RGB color model

#AC754F color RGB value is (172,117,79).

RGB: (172,117,79) (67%, 46%, 31%)

RGB channels and saturation

R 172 of 255 = 67%
G 117 of 255 = 46%
B 79 of 255 = 31%

172
117
79

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

Portions of RGB colors in percentages

R + G + B = 172 + 117 + 79 = 368 (100%)
R 172 of 368 ~ 46.74%
G 117 of 368 ~ 31.79%
B 79 of 368 ~ 21.47'%

%46.74
%31.79
%21.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 54.07%
  • key color value is 32.55%

CMYK: (0,32,54,33)
C0M32Y54K33 (0%, 32%, 54%, 33%)
(0.00 / 0.32 / 0.54 / 0.33)

CMYK percentages

%0
%31.98
%54.07
%32.55

Codes

Color #AC754F in popluar color models

AC 75 4F
RGB 172 117 79
HSL 25° 37.05% 49.22%
HSB/HSV 25° 54.07% 67.45%
CMYK 0.00% 31.98% 54.07%
32.55%

Color #AC754F in popluar number systems.

HEX AC 75 4F
Decimal 172 117 79
Binary 10101100 1110101 1001111
Octal 254 165 117

Shades and tints

Shades of #AC754F

#AC754F
(172,117,79)
#9D6B48
(157,107,72)
#8E6141
(142,97,65)
#7F573A
(127,87,58)
#704D33
(112,77,51)
#61432C
(97,67,44)
#523925
(82,57,37)
#432F1E
(67,47,30)
#342517
(52,37,23)
#251B10
(37,27,16)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #AC754F

#AC754F
(172,117,79)
#B3815F
(179,129,95)
#BA8D6F
(186,141,111)
#C1997F
(193,153,127)
#C8A58F
(200,165,143)
#CFB19F
(207,177,159)
#D6BDAF
(214,189,175)
#DDC9BF
(221,201,191)
#E4D5CF
(228,213,207)
#EBE1DF
(235,225,223)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC754F; }

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

This text font color is #AC754F.

Background Color

.myBgColor { background-color: #AC754F; }

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

This div background color is #AC754F.

Border color

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

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

This div border color is #AC754F.

Opacity

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

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

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

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

This text has shadow with #AC754F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC754F.

Preview

Color preview on black background

This text has color #AC754F on black background.


Color preview on white background

This text has color #AC754F on white background.


Black color preview on #AC754F background

This text has black color on #AC754F background.


White color preview on #AC754F background

This text has white color on #AC754F background.


Related colors

Complementary color

Complementary color for #hex is #538AB0.


I love getcolorcode.com

Triadic colors

1 #4FAC75 and #754FAC with #AC754F are triadic colors.

2 #4F75AC and #75AC4F with #AC754F are triadic colors.