COLOR #AC838A

HEX: #AC838A RGB: (172,131,138)

Color info

#AC838A contains red, green and blue colors in about the same proportion. Web safe color of #AC838A is #999999 (or #999).

RGB color model

#AC838A color RGB value is (172,131,138).

RGB: (172,131,138) (67%, 51%, 54%)

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 138 of 255 = 54%

172
131
138

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

Portions of RGB colors in percentages

R + G + B = 172 + 131 + 138 = 441 (100%)
R 172 of 441 ~ 39%
G 131 of 441 ~ 29.71%
B 138 of 441 ~ 31.29'%

%39
%29.71
%31.29

CMYK color model

#AC838A color CMYK value is (0,24,20,33).

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

CMYK: (0,24,20,33)
C0M24Y20K33 (0%, 24%, 20%, 33%)
(0.00 / 0.24 / 0.20 / 0.33)

CMYK percentages

%0
%23.84
%19.77
%32.55

Codes

Color #AC838A in popluar color models

AC 83 8A
RGB 172 131 138
HSL 350° 19.81% 59.41%
HSB/HSV 350° 23.84% 67.45%
CMYK 0.00% 23.84% 19.77%
32.55%

Color #AC838A in popluar number systems.

HEX AC 83 8A
Decimal 172 131 138
Binary 10101100 10000011 10001010
Octal 254 203 212

Shades and tints

Shades of #AC838A

#AC838A
(172,131,138)
#9D787E
(157,120,126)
#8E6D72
(142,109,114)
#7F6266
(127,98,102)
#70575A
(112,87,90)
#614C4E
(97,76,78)
#524142
(82,65,66)
#433636
(67,54,54)
#342B2A
(52,43,42)
#25201E
(37,32,30)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #AC838A

#AC838A
(172,131,138)
#B38E94
(179,142,148)
#BA999E
(186,153,158)
#C1A4A8
(193,164,168)
#C8AFB2
(200,175,178)
#CFBABC
(207,186,188)
#D6C5C6
(214,197,198)
#DDD0D0
(221,208,208)
#E4DBDA
(228,219,218)
#EBE6E4
(235,230,228)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC838A; }

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

This text font color is #AC838A.

Background Color

.myBgColor { background-color: #AC838A; }

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

This div background color is #AC838A.

Border color

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

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

This div border color is #AC838A.

Opacity

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

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

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

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

This text has shadow with #AC838A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC838A.

Preview

Color preview on black background

This text has color #AC838A on black background.


Color preview on white background

This text has color #AC838A on white background.


Black color preview on #AC838A background

This text has black color on #AC838A background.


White color preview on #AC838A background

This text has white color on #AC838A background.


Related colors

Complementary color

Complementary color for #hex is #537C75.


I love getcolorcode.com

Triadic colors

1 #8AAC83 and #838AAC with #AC838A are triadic colors.

2 #8A83AC and #83AC8A with #AC838A are triadic colors.