COLOR #AC837E

HEX: #AC837E RGB: (172,131,126)

Color info

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

RGB color model

#AC837E color RGB value is (172,131,126).

RGB: (172,131,126) (67%, 51%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 126 of 255 = 49%

172
131
126

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

Portions of RGB colors in percentages

R + G + B = 172 + 131 + 126 = 429 (100%)
R 172 of 429 ~ 40.09%
G 131 of 429 ~ 30.54%
B 126 of 429 ~ 29.37'%

%40.09
%30.54
%29.37

CMYK color model

#AC837E color CMYK value is (0,24,27,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 26.74%
  • key color value is 32.55%

CMYK: (0,24,27,33)
C0M24Y27K33 (0%, 24%, 27%, 33%)
(0.00 / 0.24 / 0.27 / 0.33)

CMYK percentages

%0
%23.84
%26.74
%32.55

Codes

Color #AC837E in popluar color models

AC 83 7E
RGB 172 131 126
HSL 21.70% 58.43%
HSB/HSV 26.74% 67.45%
CMYK 0.00% 23.84% 26.74%
32.55%

Color #AC837E in popluar number systems.

HEX AC 83 7E
Decimal 172 131 126
Binary 10101100 10000011 1111110
Octal 254 203 176

Shades and tints

Shades of #AC837E

#AC837E
(172,131,126)
#9D7873
(157,120,115)
#8E6D68
(142,109,104)
#7F625D
(127,98,93)
#705752
(112,87,82)
#614C47
(97,76,71)
#52413C
(82,65,60)
#433631
(67,54,49)
#342B26
(52,43,38)
#25201B
(37,32,27)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #AC837E

#AC837E
(172,131,126)
#B38E89
(179,142,137)
#BA9994
(186,153,148)
#C1A49F
(193,164,159)
#C8AFAA
(200,175,170)
#CFBAB5
(207,186,181)
#D6C5C0
(214,197,192)
#DDD0CB
(221,208,203)
#E4DBD6
(228,219,214)
#EBE6E1
(235,230,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC837E color. Also use rgb(172,131,126) instead hex code.

Text Font Color

.myTextColor { color: #AC837E; }

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

This text font color is #AC837E.

Background Color

.myBgColor { background-color: #AC837E; }

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

This div background color is #AC837E.

Border color

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

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

This div border color is #AC837E.

Opacity

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

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

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

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

This text has shadow with #AC837E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC837E.

Preview

Color preview on black background

This text has color #AC837E on black background.


Color preview on white background

This text has color #AC837E on white background.


Black color preview on #AC837E background

This text has black color on #AC837E background.


White color preview on #AC837E background

This text has white color on #AC837E background.


Related colors

Complementary color

Complementary color for #hex is #537C81.


I love getcolorcode.com

Triadic colors

1 #7EAC83 and #837EAC with #AC837E are triadic colors.

2 #7E83AC and #83AC7E with #AC837E are triadic colors.