COLOR #AC8073

HEX: #AC8073
RGB: (172,128,115)

Color info

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

RGB color model

#AC8073 color RGB value is (172,128,115).

  • red value is 172;
  • green value is 128;
  • blue value is 115.
RGB:
(172,128,115)
(67%,50%,45%)

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 115 of 255 = 45%

172
128
115

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

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 115 = 415 (100%)
R 172 of 415 ~ 41.45%
G 128 of 415 ~ 30.84%
B 115 of 415 ~ 27.71%

%41.45
%30.84
%27.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 33.14%
  • key color value is 32.55%
CMYK:
(0,26,33,33)
C0M26Y33K33 
(0%,26%,33%,33%)
(0.00/0.26/0.33/0.33)	

CMYK percentages

%0
%25.58
%33.14
%32.55

Codes

Color #AC8073 in popluar color models

AC8073
RGB172128115
HSL14°25.56%56.27%
HSB/HSV14°33.14%67.45%
CMYK0.00%25.58%33.14%
32.55%

Color #AC8073 in popluar number systems.

HEXAC8073
Decimal172128115
Binary10101100100000001110011
Octal254200163

Shades and tints

Shades of #AC8073

#AC8073
(172,128,115)
#9D7569
(157,117,105)
#8E6A5F
(142,106,95)
#7F5F55
(127,95,85)
#70544B
(112,84,75)
#614941
(97,73,65)
#523E37
(82,62,55)
#43332D
(67,51,45)
#342823
(52,40,35)
#251D19
(37,29,25)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #AC8073

#AC8073
(172,128,115)
#B38B7F
(179,139,127)
#BA968B
(186,150,139)
#C1A197
(193,161,151)
#C8ACA3
(200,172,163)
#CFB7AF
(207,183,175)
#D6C2BB
(214,194,187)
#DDCDC7
(221,205,199)
#E4D8D3
(228,216,211)
#EBE3DF
(235,227,223)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8073; }

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

This text font color is #AC8073.


Background Color

.myBgColor { background-color: #AC8073; }

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

This div background color is #AC8073.


Border color

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

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

This div border color is #AC8073.


Opacity

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

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

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

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

This text has shadow with #AC8073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8073 on black background.


Color preview on white background

This text has color #AC8073 on white background.



Black color preview on #AC8073 background

This text has black color on #AC8073 background.


White color preview on #AC8073 background

This text has white color on #AC8073 background.