COLOR #AC887B

HEX: #AC887B RGB: (172,136,123)

Color info

#AC887B contains red, green and blue colors in about the same proportion. Web safe color of #AC887B is #999966 (or #996).

RGB color model

#AC887B color RGB value is (172,136,123).

RGB: (172,136,123) (67%, 53%, 48%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 123 of 255 = 48%

172
136
123

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

Portions of RGB colors in percentages

R + G + B = 172 + 136 + 123 = 431 (100%)
R 172 of 431 ~ 39.91%
G 136 of 431 ~ 31.55%
B 123 of 431 ~ 28.54'%

%39.91
%31.55
%28.54

CMYK color model

#AC887B color CMYK value is (0,21,28,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 28.49%
  • key color value is 32.55%

CMYK: (0,21,28,33)
C0M21Y28K33 (0%, 21%, 28%, 33%)
(0.00 / 0.21 / 0.28 / 0.33)

CMYK percentages

%0
%20.93
%28.49
%32.55

Codes

Color #AC887B in popluar color models

AC 88 7B
RGB 172 136 123
HSL 16° 22.79% 57.84%
HSB/HSV 16° 28.49% 67.45%
CMYK 0.00% 20.93% 28.49%
32.55%

Color #AC887B in popluar number systems.

HEX AC 88 7B
Decimal 172 136 123
Binary 10101100 10001000 1111011
Octal 254 210 173

Shades and tints

Shades of #AC887B

#AC887B
(172,136,123)
#9D7C70
(157,124,112)
#8E7065
(142,112,101)
#7F645A
(127,100,90)
#70584F
(112,88,79)
#614C44
(97,76,68)
#524039
(82,64,57)
#43342E
(67,52,46)
#342823
(52,40,35)
#251C18
(37,28,24)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #AC887B

#AC887B
(172,136,123)
#B39287
(179,146,135)
#BA9C93
(186,156,147)
#C1A69F
(193,166,159)
#C8B0AB
(200,176,171)
#CFBAB7
(207,186,183)
#D6C4C3
(214,196,195)
#DDCECF
(221,206,207)
#E4D8DB
(228,216,219)
#EBE2E7
(235,226,231)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC887B; }

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

This text font color is #AC887B.

Background Color

.myBgColor { background-color: #AC887B; }

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

This div background color is #AC887B.

Border color

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

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

This div border color is #AC887B.

Opacity

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

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

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

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

This text has shadow with #AC887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC887B.

Preview

Color preview on black background

This text has color #AC887B on black background.


Color preview on white background

This text has color #AC887B on white background.


Black color preview on #AC887B background

This text has black color on #AC887B background.


White color preview on #AC887B background

This text has white color on #AC887B background.


Related colors

Complementary color

Complementary color for #hex is #537784.


I love getcolorcode.com

Triadic colors

1 #7BAC88 and #887BAC with #AC887B are triadic colors.

2 #7B88AC and #88AC7B with #AC887B are triadic colors.