COLOR #AC8080

HEX: #AC8080
RGB: (172,128,128)

Color info

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

RGB color model

#AC8080 color RGB value is (172,128,128).

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

RGB channels and saturation

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

172
128
128

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

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 128 = 428 (100%)
R 172 of 428 ~ 40.19%
G 128 of 428 ~ 29.91%
B 128 of 428 ~ 29.91%

%40.19
%29.91
%29.91

CMYK color model

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

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

CMYK percentages

%0
%25.58
%25.58
%32.55

Codes

Color #AC8080 in popluar color models

AC8080
RGB172128128
HSL20.95%58.82%
HSB/HSV25.58%67.45%
CMYK0.00%25.58%25.58%
32.55%

Color #AC8080 in popluar number systems.

HEXAC8080
Decimal172128128
Binary101011001000000010000000
Octal254200200

Shades and tints

Shades of #AC8080

#AC8080
(172,128,128)
#9D7575
(157,117,117)
#8E6A6A
(142,106,106)
#7F5F5F
(127,95,95)
#705454
(112,84,84)
#614949
(97,73,73)
#523E3E
(82,62,62)
#433333
(67,51,51)
#342828
(52,40,40)
#251D1D
(37,29,29)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #AC8080

#AC8080
(172,128,128)
#B38B8B
(179,139,139)
#BA9696
(186,150,150)
#C1A1A1
(193,161,161)
#C8ACAC
(200,172,172)
#CFB7B7
(207,183,183)
#D6C2C2
(214,194,194)
#DDCDCD
(221,205,205)
#E4D8D8
(228,216,216)
#EBE3E3
(235,227,227)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8080; }

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

This text font color is #AC8080.


Background Color

.myBgColor { background-color: #AC8080; }

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

This div background color is #AC8080.


Border color

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

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

This div border color is #AC8080.


Opacity

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

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

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

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

This text has shadow with #AC8080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8080 on black background.


Color preview on white background

This text has color #AC8080 on white background.



Black color preview on #AC8080 background

This text has black color on #AC8080 background.


White color preview on #AC8080 background

This text has white color on #AC8080 background.