COLOR #AC868E

HEX: #AC868E
RGB: (172,134,142)

Color info

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

RGB color model

#AC868E color RGB value is (172,134,142).

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

RGB channels and saturation

R 172 of 255 = 67%
G 134 of 255 = 53%
B 142 of 255 = 56%

172
134
142

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

Portions of RGB colors in percentages

R + G + B =
172 + 134 + 142 = 448 (100%)
R 172 of 448 ~ 38.39%
G 134 of 448 ~ 29.91%
B 142 of 448 ~ 31.7%

%38.39
%29.91
%31.7

CMYK color model

#AC868E color CMYK value is (0,22,17,33).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK:
(0,22,17,33)
C0M22Y17K33 
(0%,22%,17%,33%)
(0.00/0.22/0.17/0.33)	

CMYK percentages

%0
%22.09
%17.44
%32.55

Codes

Color #AC868E in popluar color models

AC868E
RGB172134142
HSL347°18.63%60.00%
HSB/HSV347°22.09%67.45%
CMYK0.00%22.09%17.44%
32.55%

Color #AC868E in popluar number systems.

HEXAC868E
Decimal172134142
Binary101011001000011010001110
Octal254206216

Shades and tints

Shades of #AC868E

#AC868E
(172,134,142)
#9D7A82
(157,122,130)
#8E6E76
(142,110,118)
#7F626A
(127,98,106)
#70565E
(112,86,94)
#614A52
(97,74,82)
#523E46
(82,62,70)
#43323A
(67,50,58)
#34262E
(52,38,46)
#251A22
(37,26,34)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #AC868E

#AC868E
(172,134,142)
#B39198
(179,145,152)
#BA9CA2
(186,156,162)
#C1A7AC
(193,167,172)
#C8B2B6
(200,178,182)
#CFBDC0
(207,189,192)
#D6C8CA
(214,200,202)
#DDD3D4
(221,211,212)
#E4DEDE
(228,222,222)
#EBE9E8
(235,233,232)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC868E; }

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

This text font color is #AC868E.


Background Color

.myBgColor { background-color: #AC868E; }

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

This div background color is #AC868E.


Border color

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

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

This div border color is #AC868E.


Opacity

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

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

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

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

This text has shadow with #AC868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC868E on black background.


Color preview on white background

This text has color #AC868E on white background.



Black color preview on #AC868E background

This text has black color on #AC868E background.


White color preview on #AC868E background

This text has white color on #AC868E background.