COLOR #AC937F

HEX: #AC937F RGB: (172,147,127)

Color info

#AC937F contains red, green and blue colors in about the same proportion. Web safe color of #AC937F is #999966 (or #996).

RGB color model

#AC937F color RGB value is (172,147,127).

RGB: (172,147,127) (67%, 58%, 50%)

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 127 of 255 = 50%

172
147
127

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

Portions of RGB colors in percentages

R + G + B = 172 + 147 + 127 = 446 (100%)
R 172 of 446 ~ 38.57%
G 147 of 446 ~ 32.96%
B 127 of 446 ~ 28.48'%

%38.57
%32.96
%28.48

CMYK color model

#AC937F color CMYK value is (0,15,26,33).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 26.16%
  • key color value is 32.55%

CMYK: (0,15,26,33)
C0M15Y26K33 (0%, 15%, 26%, 33%)
(0.00 / 0.15 / 0.26 / 0.33)

CMYK percentages

%0
%14.53
%26.16
%32.55

Codes

Color #AC937F in popluar color models

AC 93 7F
RGB 172 147 127
HSL 27° 21.33% 58.63%
HSB/HSV 27° 26.16% 67.45%
CMYK 0.00% 14.53% 26.16%
32.55%

Color #AC937F in popluar number systems.

HEX AC 93 7F
Decimal 172 147 127
Binary 10101100 10010011 1111111
Octal 254 223 177

Shades and tints

Shades of #AC937F

#AC937F
(172,147,127)
#9D8674
(157,134,116)
#8E7969
(142,121,105)
#7F6C5E
(127,108,94)
#705F53
(112,95,83)
#615248
(97,82,72)
#52453D
(82,69,61)
#433832
(67,56,50)
#342B27
(52,43,39)
#251E1C
(37,30,28)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #AC937F

#AC937F
(172,147,127)
#B39C8A
(179,156,138)
#BAA595
(186,165,149)
#C1AEA0
(193,174,160)
#C8B7AB
(200,183,171)
#CFC0B6
(207,192,182)
#D6C9C1
(214,201,193)
#DDD2CC
(221,210,204)
#E4DBD7
(228,219,215)
#EBE4E2
(235,228,226)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC937F color. Also use rgb(172,147,127) instead hex code.

Text Font Color

.myTextColor { color: #AC937F; }

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

This text font color is #AC937F.

Background Color

.myBgColor { background-color: #AC937F; }

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

This div background color is #AC937F.

Border color

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

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

This div border color is #AC937F.

Opacity

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

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

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

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

This text has shadow with #AC937F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC937F.

Preview

Color preview on black background

This text has color #AC937F on black background.


Color preview on white background

This text has color #AC937F on white background.


Black color preview on #AC937F background

This text has black color on #AC937F background.


White color preview on #AC937F background

This text has white color on #AC937F background.


Related colors

Complementary color

Complementary color for #hex is #536C80.


I love getcolorcode.com

Triadic colors

1 #7FAC93 and #937FAC with #AC937F are triadic colors.

2 #7F93AC and #93AC7F with #AC937F are triadic colors.