COLOR #AC958E

HEX: #AC958E
RGB: (172,149,142)

Color info

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

RGB color model

#AC958E color RGB value is (172,149,142).

  • red value is 172;
  • green value is 149;
  • blue value is 142.
RGB:
(172,149,142)
(67%,58%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 142 of 255 = 56%

172
149
142

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

Portions of RGB colors in percentages

R + G + B =
172 + 149 + 142 = 463 (100%)
R 172 of 463 ~ 37.15%
G 149 of 463 ~ 32.18%
B 142 of 463 ~ 30.67%

%37.15
%32.18
%30.67

CMYK color model

#AC958E color CMYK value is (0,13,17,33).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK:
(0,13,17,33)
C0M13Y17K33 
(0%,13%,17%,33%)
(0.00/0.13/0.17/0.33)	

CMYK percentages

%0
%13.37
%17.44
%32.55

Codes

Color #AC958E in popluar color models

AC958E
RGB172149142
HSL14°15.31%61.57%
HSB/HSV14°17.44%67.45%
CMYK0.00%13.37%17.44%
32.55%

Color #AC958E in popluar number systems.

HEXAC958E
Decimal172149142
Binary101011001001010110001110
Octal254225216

Shades and tints

Shades of #AC958E

#AC958E
(172,149,142)
#9D8882
(157,136,130)
#8E7B76
(142,123,118)
#7F6E6A
(127,110,106)
#70615E
(112,97,94)
#615452
(97,84,82)
#524746
(82,71,70)
#433A3A
(67,58,58)
#342D2E
(52,45,46)
#252022
(37,32,34)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #AC958E

#AC958E
(172,149,142)
#B39E98
(179,158,152)
#BAA7A2
(186,167,162)
#C1B0AC
(193,176,172)
#C8B9B6
(200,185,182)
#CFC2C0
(207,194,192)
#D6CBCA
(214,203,202)
#DDD4D4
(221,212,212)
#E4DDDE
(228,221,222)
#EBE6E8
(235,230,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC958E; }

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

This text font color is #AC958E.


Background Color

.myBgColor { background-color: #AC958E; }

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

This div background color is #AC958E.


Border color

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

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

This div border color is #AC958E.


Opacity

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

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

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

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

This text has shadow with #AC958E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC958E on black background.


Color preview on white background

This text has color #AC958E on white background.



Black color preview on #AC958E background

This text has black color on #AC958E background.


White color preview on #AC958E background

This text has white color on #AC958E background.