COLOR #AC838E

HEX: #AC838E
RGB: (172,131,142)

Color info

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

RGB color model

#AC838E color RGB value is (172,131,142).

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

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 142 of 255 = 56%

172
131
142

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

Portions of RGB colors in percentages

R + G + B =
172 + 131 + 142 = 445 (100%)
R 172 of 445 ~ 38.65%
G 131 of 445 ~ 29.44%
B 142 of 445 ~ 31.91%

%38.65
%29.44
%31.91

CMYK color model

#AC838E color CMYK value is (0,24,17,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK:
(0,24,17,33)
C0M24Y17K33 
(0%,24%,17%,33%)
(0.00/0.24/0.17/0.33)	

CMYK percentages

%0
%23.84
%17.44
%32.55

Codes

Color #AC838E in popluar color models

AC838E
RGB172131142
HSL344°19.81%59.41%
HSB/HSV344°23.84%67.45%
CMYK0.00%23.84%17.44%
32.55%

Color #AC838E in popluar number systems.

HEXAC838E
Decimal172131142
Binary101011001000001110001110
Octal254203216

Shades and tints

Shades of #AC838E

#AC838E
(172,131,142)
#9D7882
(157,120,130)
#8E6D76
(142,109,118)
#7F626A
(127,98,106)
#70575E
(112,87,94)
#614C52
(97,76,82)
#524146
(82,65,70)
#43363A
(67,54,58)
#342B2E
(52,43,46)
#252022
(37,32,34)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #AC838E

#AC838E
(172,131,142)
#B38E98
(179,142,152)
#BA99A2
(186,153,162)
#C1A4AC
(193,164,172)
#C8AFB6
(200,175,182)
#CFBAC0
(207,186,192)
#D6C5CA
(214,197,202)
#DDD0D4
(221,208,212)
#E4DBDE
(228,219,222)
#EBE6E8
(235,230,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC838E; }

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

This text font color is #AC838E.


Background Color

.myBgColor { background-color: #AC838E; }

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

This div background color is #AC838E.


Border color

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

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

This div border color is #AC838E.


Opacity

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

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

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

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

This text has shadow with #AC838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC838E on black background.


Color preview on white background

This text has color #AC838E on white background.



Black color preview on #AC838E background

This text has black color on #AC838E background.


White color preview on #AC838E background

This text has white color on #AC838E background.