COLOR #AC787E

HEX: #AC787E
RGB: (172,120,126)

Color info

#AC787E contains red, green and blue colors in about the same proportion. Web safe color of #AC787E is #996666 (or #966).

RGB color model

#AC787E color RGB value is (172,120,126).

  • red value is 172;
  • green value is 120;
  • blue value is 126.
RGB:
(172,120,126)
(67%,47%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 126 of 255 = 49%

172
120
126

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

Portions of RGB colors in percentages

R + G + B =
172 + 120 + 126 = 418 (100%)
R 172 of 418 ~ 41.15%
G 120 of 418 ~ 28.71%
B 126 of 418 ~ 30.14%

%41.15
%28.71
%30.14

CMYK color model

#AC787E color CMYK value is (0,30,27,33).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK:
(0,30,27,33)
C0M30Y27K33 
(0%,30%,27%,33%)
(0.00/0.30/0.27/0.33)	

CMYK percentages

%0
%30.23
%26.74
%32.55

Codes

Color #AC787E in popluar color models

AC787E
RGB172120126
HSL353°23.85%57.25%
HSB/HSV353°30.23%67.45%
CMYK0.00%30.23%26.74%
32.55%

Color #AC787E in popluar number systems.

HEXAC787E
Decimal172120126
Binary1010110011110001111110
Octal254170176

Shades and tints

Shades of #AC787E

#AC787E
(172,120,126)
#9D6E73
(157,110,115)
#8E6468
(142,100,104)
#7F5A5D
(127,90,93)
#705052
(112,80,82)
#614647
(97,70,71)
#523C3C
(82,60,60)
#433231
(67,50,49)
#342826
(52,40,38)
#251E1B
(37,30,27)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #AC787E

#AC787E
(172,120,126)
#B38489
(179,132,137)
#BA9094
(186,144,148)
#C19C9F
(193,156,159)
#C8A8AA
(200,168,170)
#CFB4B5
(207,180,181)
#D6C0C0
(214,192,192)
#DDCCCB
(221,204,203)
#E4D8D6
(228,216,214)
#EBE4E1
(235,228,225)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC787E color. Also use rgb(172,120,126) instead hex code.

Text Font Color

.myTextColor { color: #AC787E; }

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

This text font color is #AC787E.


Background Color

.myBgColor { background-color: #AC787E; }

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

This div background color is #AC787E.


Border color

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

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

This div border color is #AC787E.


Opacity

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

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

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

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

This text has shadow with #AC787E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC787E on black background.


Color preview on white background

This text has color #AC787E on white background.



Black color preview on #AC787E background

This text has black color on #AC787E background.


White color preview on #AC787E background

This text has white color on #AC787E background.