COLOR #AC958B

HEX: #AC958B RGB: (172,149,139)

Color info

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

RGB color model

#AC958B color RGB value is (172,149,139).

RGB: (172,149,139) (67%, 58%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 139 of 255 = 55%

172
149
139

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

Portions of RGB colors in percentages

R + G + B = 172 + 149 + 139 = 460 (100%)
R 172 of 460 ~ 37.39%
G 149 of 460 ~ 32.39%
B 139 of 460 ~ 30.22'%

%37.39
%32.39
%30.22

CMYK color model

#AC958B color CMYK value is (0,13,19,33).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK: (0,13,19,33) C0M13Y19K33 (0%,13%,19%,33%) (0.00/0.13/0.19/0.33) 

CMYK percentages

%0
%13.37
%19.19
%32.55

Codes

Color #AC958B in popluar color models

AC 95 8B
RGB 172 149 139
HSL 18° 16.58% 60.98%
HSB/HSV 18° 19.19% 67.45%
CMYK 0.00% 13.37% 19.19%
32.55%

Color #AC958B in popluar number systems.

HEX AC 95 8B
Decimal 172 149 139
Binary 10101100 10010101 10001011
Octal 254 225 213

Shades and tints

Shades of #AC958B

#AC958B
(172,149,139)
#9D887F
(157,136,127)
#8E7B73
(142,123,115)
#7F6E67
(127,110,103)
#70615B
(112,97,91)
#61544F
(97,84,79)
#524743
(82,71,67)
#433A37
(67,58,55)
#342D2B
(52,45,43)
#25201F
(37,32,31)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #AC958B

#AC958B
(172,149,139)
#B39E95
(179,158,149)
#BAA79F
(186,167,159)
#C1B0A9
(193,176,169)
#C8B9B3
(200,185,179)
#CFC2BD
(207,194,189)
#D6CBC7
(214,203,199)
#DDD4D1
(221,212,209)
#E4DDDB
(228,221,219)
#EBE6E5
(235,230,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC958B; }

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

This text font color is #AC958B.

Background Color

.myBgColor { background-color: #AC958B; }

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

This div background color is #AC958B.

Border color

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

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

This div border color is #AC958B.

Opacity

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

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

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

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

This text has shadow with #AC958B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC958B.

Preview

Color preview on black background

This text has color #AC958B on black background.


Color preview on white background

This text has color #AC958B on white background.


Black color preview on #AC958B background

This text has black color on #AC958B background.


White color preview on #AC958B background

This text has white color on #AC958B background.


Related colors

Complementary color

Complementary color for #hex is #536A74.


I love getcolorcode.com

Triadic colors

1 #8BAC95 and #958BAC with #AC958B are triadic colors.

2 #8B95AC and #95AC8B with #AC958B are triadic colors.