COLOR #AC7373

HEX: #AC7373
RGB: (172,115,115)

Color info

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

RGB color model

#AC7373 color RGB value is (172,115,115).

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

RGB channels and saturation

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

172
115
115

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

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 115 = 402 (100%)
R 172 of 402 ~ 42.79%
G 115 of 402 ~ 28.61%
B 115 of 402 ~ 28.61%

%42.79
%28.61
%28.61

CMYK color model

#AC7373 color CMYK value is (0,33,33,33).

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

CMYK percentages

%0
%33.14
%33.14
%32.55

Codes

Color #AC7373 in popluar color models

AC7373
RGB172115115
HSL25.56%56.27%
HSB/HSV33.14%67.45%
CMYK0.00%33.14%33.14%
32.55%

Color #AC7373 in popluar number systems.

HEXAC7373
Decimal172115115
Binary1010110011100111110011
Octal254163163

Shades and tints

Shades of #AC7373

#AC7373
(172,115,115)
#9D6969
(157,105,105)
#8E5F5F
(142,95,95)
#7F5555
(127,85,85)
#704B4B
(112,75,75)
#614141
(97,65,65)
#523737
(82,55,55)
#432D2D
(67,45,45)
#342323
(52,35,35)
#251919
(37,25,25)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #AC7373

#AC7373
(172,115,115)
#B37F7F
(179,127,127)
#BA8B8B
(186,139,139)
#C19797
(193,151,151)
#C8A3A3
(200,163,163)
#CFAFAF
(207,175,175)
#D6BBBB
(214,187,187)
#DDC7C7
(221,199,199)
#E4D3D3
(228,211,211)
#EBDFDF
(235,223,223)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7373; }

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

This text font color is #AC7373.


Background Color

.myBgColor { background-color: #AC7373; }

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

This div background color is #AC7373.


Border color

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

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

This div border color is #AC7373.


Opacity

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

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

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

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

This text has shadow with #AC7373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7373 on black background.


Color preview on white background

This text has color #AC7373 on white background.



Black color preview on #AC7373 background

This text has black color on #AC7373 background.


White color preview on #AC7373 background

This text has white color on #AC7373 background.