COLOR #AC787D

HEX: #AC787D
RGB: (172,120,125)

Color info

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

RGB color model

#AC787D color RGB value is (172,120,125).

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

RGB channels and saturation

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

172
120
125

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

Portions of RGB colors in percentages

R + G + B =
172 + 120 + 125 = 417 (100%)
R 172 of 417 ~ 41.25%
G 120 of 417 ~ 28.78%
B 125 of 417 ~ 29.98%

%41.25
%28.78
%29.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 27.33%
  • 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
%27.33
%32.55

Codes

Color #AC787D in popluar color models

AC787D
RGB172120125
HSL354°23.85%57.25%
HSB/HSV354°30.23%67.45%
CMYK0.00%30.23%27.33%
32.55%

Color #AC787D in popluar number systems.

HEXAC787D
Decimal172120125
Binary1010110011110001111101
Octal254170175

Shades and tints

Shades of #AC787D

#AC787D
(172,120,125)
#9D6E72
(157,110,114)
#8E6467
(142,100,103)
#7F5A5C
(127,90,92)
#705051
(112,80,81)
#614646
(97,70,70)
#523C3B
(82,60,59)
#433230
(67,50,48)
#342825
(52,40,37)
#251E1A
(37,30,26)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #AC787D

#AC787D
(172,120,125)
#B38488
(179,132,136)
#BA9093
(186,144,147)
#C19C9E
(193,156,158)
#C8A8A9
(200,168,169)
#CFB4B4
(207,180,180)
#D6C0BF
(214,192,191)
#DDCCCA
(221,204,202)
#E4D8D5
(228,216,213)
#EBE4E0
(235,228,224)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC787D; }

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

This text font color is #AC787D.


Background Color

.myBgColor { background-color: #AC787D; }

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

This div background color is #AC787D.


Border color

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

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

This div border color is #AC787D.


Opacity

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

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

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

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

This text has shadow with #AC787D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC787D on black background.


Color preview on white background

This text has color #AC787D on white background.



Black color preview on #AC787D background

This text has black color on #AC787D background.


White color preview on #AC787D background

This text has white color on #AC787D background.