COLOR #AC6671

HEX: #AC6671
RGB: (172,102,113)

Color info

#AC6671 contains mainly red and blue colors. Web safe color of #AC6671 is #996666 (or #966).

RGB color model

#AC6671 color RGB value is (172,102,113).

  • red value is 172;
  • green value is 102;
  • blue value is 113.
RGB:
(172,102,113)
(67%,40%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 102 of 255 = 40%
B 113 of 255 = 44%

172
102
113

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

Portions of RGB colors in percentages

R + G + B =
172 + 102 + 113 = 387 (100%)
R 172 of 387 ~ 44.44%
G 102 of 387 ~ 26.36%
B 113 of 387 ~ 29.2%

%44.44
%26.36
%29.2

CMYK color model

#AC6671 color CMYK value is (0,41,34,33).

  • cyan value is 0.00%
  • magenta value is 40.70%
  • yellow value is 34.30%
  • key color value is 32.55%
CMYK:
(0,41,34,33)
C0M41Y34K33 
(0%,41%,34%,33%)
(0.00/0.41/0.34/0.33)	

CMYK percentages

%0
%40.7
%34.3
%32.55

Codes

Color #AC6671 in popluar color models

AC6671
RGB172102113
HSL351°29.66%53.73%
HSB/HSV351°40.70%67.45%
CMYK0.00%40.70%34.30%
32.55%

Color #AC6671 in popluar number systems.

HEXAC6671
Decimal172102113
Binary1010110011001101110001
Octal254146161

Shades and tints

Shades of #AC6671

#AC6671
(172,102,113)
#9D5D67
(157,93,103)
#8E545D
(142,84,93)
#7F4B53
(127,75,83)
#704249
(112,66,73)
#61393F
(97,57,63)
#523035
(82,48,53)
#43272B
(67,39,43)
#341E21
(52,30,33)
#251517
(37,21,23)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #AC6671

#AC6671
(172,102,113)
#B3737D
(179,115,125)
#BA8089
(186,128,137)
#C18D95
(193,141,149)
#C89AA1
(200,154,161)
#CFA7AD
(207,167,173)
#D6B4B9
(214,180,185)
#DDC1C5
(221,193,197)
#E4CED1
(228,206,209)
#EBDBDD
(235,219,221)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6671; }

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

This text font color is #AC6671.


Background Color

.myBgColor { background-color: #AC6671; }

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

This div background color is #AC6671.


Border color

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

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

This div border color is #AC6671.


Opacity

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

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

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

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

This text has shadow with #AC6671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6671 on black background.


Color preview on white background

This text has color #AC6671 on white background.



Black color preview on #AC6671 background

This text has black color on #AC6671 background.


White color preview on #AC6671 background

This text has white color on #AC6671 background.