COLOR #AC666D

HEX: #AC666D
RGB: (172,102,109)

Color info

#AC666D contains mainly red color. Web safe color of #AC666D is #996666 (or #966).

RGB color model

#AC666D color RGB value is (172,102,109).

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

RGB channels and saturation

R 172 of 255 = 67%
G 102 of 255 = 40%
B 109 of 255 = 43%

172
102
109

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

Portions of RGB colors in percentages

R + G + B =
172 + 102 + 109 = 383 (100%)
R 172 of 383 ~ 44.91%
G 102 of 383 ~ 26.63%
B 109 of 383 ~ 28.46%

%44.91
%26.63
%28.46

CMYK color model

#AC666D color CMYK value is (0,41,37,33).

  • cyan value is 0.00%
  • magenta value is 40.70%
  • yellow value is 36.63%
  • key color value is 32.55%
CMYK:
(0,41,37,33)
C0M41Y37K33 
(0%,41%,37%,33%)
(0.00/0.41/0.37/0.33)	

CMYK percentages

%0
%40.7
%36.63
%32.55

Codes

Color #AC666D in popluar color models

AC666D
RGB172102109
HSL354°29.66%53.73%
HSB/HSV354°40.70%67.45%
CMYK0.00%40.70%36.63%
32.55%

Color #AC666D in popluar number systems.

HEXAC666D
Decimal172102109
Binary1010110011001101101101
Octal254146155

Shades and tints

Shades of #AC666D

#AC666D
(172,102,109)
#9D5D64
(157,93,100)
#8E545B
(142,84,91)
#7F4B52
(127,75,82)
#704249
(112,66,73)
#613940
(97,57,64)
#523037
(82,48,55)
#43272E
(67,39,46)
#341E25
(52,30,37)
#25151C
(37,21,28)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #AC666D

#AC666D
(172,102,109)
#B3737A
(179,115,122)
#BA8087
(186,128,135)
#C18D94
(193,141,148)
#C89AA1
(200,154,161)
#CFA7AE
(207,167,174)
#D6B4BB
(214,180,187)
#DDC1C8
(221,193,200)
#E4CED5
(228,206,213)
#EBDBE2
(235,219,226)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC666D; }

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

This text font color is #AC666D.


Background Color

.myBgColor { background-color: #AC666D; }

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

This div background color is #AC666D.


Border color

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

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

This div border color is #AC666D.


Opacity

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

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

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

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

This text has shadow with #AC666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC666D on black background.


Color preview on white background

This text has color #AC666D on white background.



Black color preview on #AC666D background

This text has black color on #AC666D background.


White color preview on #AC666D background

This text has white color on #AC666D background.