COLOR #AC8076

HEX: #AC8076 RGB: (172,128,118)

Color info

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

RGB color model

#AC8076 color RGB value is (172,128,118).

RGB: (172,128,118) (67%, 50%, 46%)

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 118 of 255 = 46%

172
128
118

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

Portions of RGB colors in percentages

R + G + B = 172 + 128 + 118 = 418 (100%)
R 172 of 418 ~ 41.15%
G 128 of 418 ~ 30.62%
B 118 of 418 ~ 28.23'%

%41.15
%30.62
%28.23

CMYK color model

#AC8076 color CMYK value is (0,26,31,33).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 31.40%
  • key color value is 32.55%

CMYK: (0,26,31,33)
C0M26Y31K33 (0%, 26%, 31%, 33%)
(0.00 / 0.26 / 0.31 / 0.33)

CMYK percentages

%0
%25.58
%31.4
%32.55

Codes

Color #AC8076 in popluar color models

AC 80 76
RGB 172 128 118
HSL 11° 24.55% 56.86%
HSB/HSV 11° 31.40% 67.45%
CMYK 0.00% 25.58% 31.40%
32.55%

Color #AC8076 in popluar number systems.

HEX AC 80 76
Decimal 172 128 118
Binary 10101100 10000000 1110110
Octal 254 200 166

Shades and tints

Shades of #AC8076

#AC8076
(172,128,118)
#9D756C
(157,117,108)
#8E6A62
(142,106,98)
#7F5F58
(127,95,88)
#70544E
(112,84,78)
#614944
(97,73,68)
#523E3A
(82,62,58)
#433330
(67,51,48)
#342826
(52,40,38)
#251D1C
(37,29,28)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #AC8076

#AC8076
(172,128,118)
#B38B82
(179,139,130)
#BA968E
(186,150,142)
#C1A19A
(193,161,154)
#C8ACA6
(200,172,166)
#CFB7B2
(207,183,178)
#D6C2BE
(214,194,190)
#DDCDCA
(221,205,202)
#E4D8D6
(228,216,214)
#EBE3E2
(235,227,226)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8076 color. Also use rgb(172,128,118) instead hex code.

Text Font Color

.myTextColor { color: #AC8076; }

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

This text font color is #AC8076.

Background Color

.myBgColor { background-color: #AC8076; }

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

This div background color is #AC8076.

Border color

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

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

This div border color is #AC8076.

Opacity

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

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

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

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

This text has shadow with #AC8076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8076.

Preview

Color preview on black background

This text has color #AC8076 on black background.


Color preview on white background

This text has color #AC8076 on white background.


Black color preview on #AC8076 background

This text has black color on #AC8076 background.


White color preview on #AC8076 background

This text has white color on #AC8076 background.


Related colors

Complementary color

Complementary color for #hex is #537F89.


I love getcolorcode.com

Triadic colors

1 #76AC80 and #8076AC with #AC8076 are triadic colors.

2 #7680AC and #80AC76 with #AC8076 are triadic colors.