COLOR #AC8383

HEX: #AC8383
RGB: (172,131,131)

Color info

#AC8383 contains red, green and blue colors in about the same proportion. Web safe color of #AC8383 is #999999 (or #999).

RGB color model

#AC8383 color RGB value is (172,131,131).

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

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 131 of 255 = 51%

172
131
131

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

Portions of RGB colors in percentages

R + G + B =
172 + 131 + 131 = 434 (100%)
R 172 of 434 ~ 39.63%
G 131 of 434 ~ 30.18%
B 131 of 434 ~ 30.18%

%39.63
%30.18
%30.18

CMYK color model

#AC8383 color CMYK value is (0,24,24,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK: (0,24,24,33) C0M24Y24K33 (0%,24%,24%,33%) (0.00/0.24/0.24/0.33)

CMYK percentages

%0
%23.84
%23.84
%32.55

Codes

Color #AC8383 in popluar color models

AC8383
RGB172131131
HSL19.81%59.41%
HSB/HSV23.84%67.45%
CMYK0.00%23.84%23.84%
32.55%

Color #AC8383 in popluar number systems.

HEXAC8383
Decimal172131131
Binary101011001000001110000011
Octal254203203

Shades and tints

Shades of #AC8383

#AC8383
(172,131,131)
#9D7878
(157,120,120)
#8E6D6D
(142,109,109)
#7F6262
(127,98,98)
#705757
(112,87,87)
#614C4C
(97,76,76)
#524141
(82,65,65)
#433636
(67,54,54)
#342B2B
(52,43,43)
#252020
(37,32,32)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #AC8383

#AC8383
(172,131,131)
#B38E8E
(179,142,142)
#BA9999
(186,153,153)
#C1A4A4
(193,164,164)
#C8AFAF
(200,175,175)
#CFBABA
(207,186,186)
#D6C5C5
(214,197,197)
#DDD0D0
(221,208,208)
#E4DBDB
(228,219,219)
#EBE6E6
(235,230,230)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8383; }

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

This text font color is #AC8383.


Background Color

.myBgColor { background-color: #AC8383; }

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

This div background color is #AC8383.


Border color

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

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

This div border color is #AC8383.


Opacity

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

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

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

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

This text has shadow with #AC8383 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AC8383 on black background.


Color preview on white background

This text has color #AC8383 on white background.



Black color preview on #AC8383 background

This text has black color on #AC8383 background.


White color preview on #AC8383 background

This text has white color on #AC8383 background.