COLOR #AC787B

HEX: #AC787B RGB: (172,120,123)

Color info

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

RGB color model

#AC787B color RGB value is (172,120,123).

RGB: (172,120,123) (67%, 47%, 48%)

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 123 of 255 = 48%

172
120
123

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

Portions of RGB colors in percentages

R + G + B = 172 + 120 + 123 = 415 (100%)
R 172 of 415 ~ 41.45%
G 120 of 415 ~ 28.92%
B 123 of 415 ~ 29.64'%

%41.45
%28.92
%29.64

CMYK color model

#AC787B color CMYK value is (0,30,28,33).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK: (0,30,28,33) C0M30Y28K33 (0%,30%,28%,33%) (0.00/0.30/0.28/0.33) 

CMYK percentages

%0
%30.23
%28.49
%32.55

Codes

Color #AC787B in popluar color models

AC 78 7B
RGB 172 120 123
HSL 357° 23.85% 57.25%
HSB/HSV 357° 30.23% 67.45%
CMYK 0.00% 30.23% 28.49%
32.55%

Color #AC787B in popluar number systems.

HEX AC 78 7B
Decimal 172 120 123
Binary 10101100 1111000 1111011
Octal 254 170 173

Shades and tints

Shades of #AC787B

#AC787B
(172,120,123)
#9D6E70
(157,110,112)
#8E6465
(142,100,101)
#7F5A5A
(127,90,90)
#70504F
(112,80,79)
#614644
(97,70,68)
#523C39
(82,60,57)
#43322E
(67,50,46)
#342823
(52,40,35)
#251E18
(37,30,24)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #AC787B

#AC787B
(172,120,123)
#B38487
(179,132,135)
#BA9093
(186,144,147)
#C19C9F
(193,156,159)
#C8A8AB
(200,168,171)
#CFB4B7
(207,180,183)
#D6C0C3
(214,192,195)
#DDCCCF
(221,204,207)
#E4D8DB
(228,216,219)
#EBE4E7
(235,228,231)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC787B; }

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

This text font color is #AC787B.

Background Color

.myBgColor { background-color: #AC787B; }

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

This div background color is #AC787B.

Border color

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

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

This div border color is #AC787B.

Opacity

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

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

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

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

This text has shadow with #AC787B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC787B.

Preview

Color preview on black background

This text has color #AC787B on black background.


Color preview on white background

This text has color #AC787B on white background.


Black color preview on #AC787B background

This text has black color on #AC787B background.


White color preview on #AC787B background

This text has white color on #AC787B background.


Related colors

Complementary color

Complementary color for #hex is #538784.


I love getcolorcode.com

Triadic colors

1 #7BAC78 and #787BAC with #AC787B are triadic colors.

2 #7B78AC and #78AC7B with #AC787B are triadic colors.