COLOR #AC848B

HEX: #AC848B RGB: (172,132,139)

Color info

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

RGB color model

#AC848B color RGB value is (172,132,139).

RGB: (172,132,139) (67%, 52%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 139 of 255 = 55%

172
132
139

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

Portions of RGB colors in percentages

R + G + B = 172 + 132 + 139 = 443 (100%)
R 172 of 443 ~ 38.83%
G 132 of 443 ~ 29.8%
B 139 of 443 ~ 31.38'%

%38.83
%29.8
%31.38

CMYK color model

#AC848B color CMYK value is (0,23,19,33).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK: (0,23,19,33) C0M23Y19K33 (0%,23%,19%,33%) (0.00/0.23/0.19/0.33) 

CMYK percentages

%0
%23.26
%19.19
%32.55

Codes

Color #AC848B in popluar color models

AC 84 8B
RGB 172 132 139
HSL 350° 19.42% 59.61%
HSB/HSV 350° 23.26% 67.45%
CMYK 0.00% 23.26% 19.19%
32.55%

Color #AC848B in popluar number systems.

HEX AC 84 8B
Decimal 172 132 139
Binary 10101100 10000100 10001011
Octal 254 204 213

Shades and tints

Shades of #AC848B

#AC848B
(172,132,139)
#9D787F
(157,120,127)
#8E6C73
(142,108,115)
#7F6067
(127,96,103)
#70545B
(112,84,91)
#61484F
(97,72,79)
#523C43
(82,60,67)
#433037
(67,48,55)
#34242B
(52,36,43)
#25181F
(37,24,31)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #AC848B

#AC848B
(172,132,139)
#B38F95
(179,143,149)
#BA9A9F
(186,154,159)
#C1A5A9
(193,165,169)
#C8B0B3
(200,176,179)
#CFBBBD
(207,187,189)
#D6C6C7
(214,198,199)
#DDD1D1
(221,209,209)
#E4DCDB
(228,220,219)
#EBE7E5
(235,231,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC848B color. Also use rgb(172,132,139) instead hex code.

Text Font Color

.myTextColor { color: #AC848B; }

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

This text font color is #AC848B.

Background Color

.myBgColor { background-color: #AC848B; }

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

This div background color is #AC848B.

Border color

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

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

This div border color is #AC848B.

Opacity

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

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

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

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

This text has shadow with #AC848B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC848B.

Preview

Color preview on black background

This text has color #AC848B on black background.


Color preview on white background

This text has color #AC848B on white background.


Black color preview on #AC848B background

This text has black color on #AC848B background.


White color preview on #AC848B background

This text has white color on #AC848B background.


Related colors

Complementary color

Complementary color for #hex is #537B74.


I love getcolorcode.com

Triadic colors

1 #8BAC84 and #848BAC with #AC848B are triadic colors.

2 #8B84AC and #84AC8B with #AC848B are triadic colors.