COLOR #AC8A7B

HEX: #AC8A7B RGB: (172,138,123)

Color info

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

RGB color model

#AC8A7B color RGB value is (172,138,123).

RGB: (172,138,123) (67%, 54%, 48%)

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 123 of 255 = 48%

172
138
123

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

Portions of RGB colors in percentages

R + G + B = 172 + 138 + 123 = 433 (100%)
R 172 of 433 ~ 39.72%
G 138 of 433 ~ 31.87%
B 123 of 433 ~ 28.41'%

%39.72
%31.87
%28.41

CMYK color model

#AC8A7B color CMYK value is (0,20,28,33).

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

CMYK: (0,20,28,33)
C0M20Y28K33 (0%, 20%, 28%, 33%)
(0.00 / 0.20 / 0.28 / 0.33)

CMYK percentages

%0
%19.77
%28.49
%32.55

Codes

Color #AC8A7B in popluar color models

AC 8A 7B
RGB 172 138 123
HSL 18° 22.79% 57.84%
HSB/HSV 18° 28.49% 67.45%
CMYK 0.00% 19.77% 28.49%
32.55%

Color #AC8A7B in popluar number systems.

HEX AC 8A 7B
Decimal 172 138 123
Binary 10101100 10001010 1111011
Octal 254 212 173

Shades and tints

Shades of #AC8A7B

#AC8A7B
(172,138,123)
#9D7E70
(157,126,112)
#8E7265
(142,114,101)
#7F665A
(127,102,90)
#705A4F
(112,90,79)
#614E44
(97,78,68)
#524239
(82,66,57)
#43362E
(67,54,46)
#342A23
(52,42,35)
#251E18
(37,30,24)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #AC8A7B

#AC8A7B
(172,138,123)
#B39487
(179,148,135)
#BA9E93
(186,158,147)
#C1A89F
(193,168,159)
#C8B2AB
(200,178,171)
#CFBCB7
(207,188,183)
#D6C6C3
(214,198,195)
#DDD0CF
(221,208,207)
#E4DADB
(228,218,219)
#EBE4E7
(235,228,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8A7B; }

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

This text font color is #AC8A7B.

Background Color

.myBgColor { background-color: #AC8A7B; }

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

This div background color is #AC8A7B.

Border color

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

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

This div border color is #AC8A7B.

Opacity

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

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

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

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

This text has shadow with #AC8A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8A7B.

Preview

Color preview on black background

This text has color #AC8A7B on black background.


Color preview on white background

This text has color #AC8A7B on white background.


Black color preview on #AC8A7B background

This text has black color on #AC8A7B background.


White color preview on #AC8A7B background

This text has white color on #AC8A7B background.


Related colors

Complementary color

Complementary color for #hex is #537584.


I love getcolorcode.com

Triadic colors

1 #7BAC8A and #8A7BAC with #AC8A7B are triadic colors.

2 #7B8AAC and #8AAC7B with #AC8A7B are triadic colors.