COLOR #AC7676

HEX: #AC7676
RGB: (172,118,118)

Color info

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

RGB color model

#AC7676 color RGB value is (172,118,118).

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

RGB channels and saturation

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

172
118
118

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

Portions of RGB colors in percentages

R + G + B =
172 + 118 + 118 = 408 (100%)
R 172 of 408 ~ 42.16%
G 118 of 408 ~ 28.92%
B 118 of 408 ~ 28.92%

%42.16
%28.92
%28.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 31.40%
  • key color value is 32.55%
CMYK:
(0,31,31,33)
C0M31Y31K33 
(0%,31%,31%,33%)
(0.00/0.31/0.31/0.33)	

CMYK percentages

%0
%31.4
%31.4
%32.55

Codes

Color #AC7676 in popluar color models

AC7676
RGB172118118
HSL24.55%56.86%
HSB/HSV31.40%67.45%
CMYK0.00%31.40%31.40%
32.55%

Color #AC7676 in popluar number systems.

HEXAC7676
Decimal172118118
Binary1010110011101101110110
Octal254166166

Shades and tints

Shades of #AC7676

#AC7676
(172,118,118)
#9D6C6C
(157,108,108)
#8E6262
(142,98,98)
#7F5858
(127,88,88)
#704E4E
(112,78,78)
#614444
(97,68,68)
#523A3A
(82,58,58)
#433030
(67,48,48)
#342626
(52,38,38)
#251C1C
(37,28,28)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #AC7676

#AC7676
(172,118,118)
#B38282
(179,130,130)
#BA8E8E
(186,142,142)
#C19A9A
(193,154,154)
#C8A6A6
(200,166,166)
#CFB2B2
(207,178,178)
#D6BEBE
(214,190,190)
#DDCACA
(221,202,202)
#E4D6D6
(228,214,214)
#EBE2E2
(235,226,226)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7676; }

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

This text font color is #AC7676.


Background Color

.myBgColor { background-color: #AC7676; }

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

This div background color is #AC7676.


Border color

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

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

This div border color is #AC7676.


Opacity

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

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

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

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

This text has shadow with #AC7676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7676 on black background.


Color preview on white background

This text has color #AC7676 on white background.



Black color preview on #AC7676 background

This text has black color on #AC7676 background.


White color preview on #AC7676 background

This text has white color on #AC7676 background.