COLOR #AC564F

HEX: #AC564F
RGB: (172,86,79)

Color info

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

RGB color model

#AC564F color RGB value is (172,86,79).

  • red value is 172;
  • green value is 86;
  • blue value is 79.
RGB:
(172,86,79)
(67%,34%,31%)

RGB channels and saturation

R 172 of 255 = 67%
G 86 of 255 = 34%
B 79 of 255 = 31%

172
86
79

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

Portions of RGB colors in percentages

R + G + B =
172 + 86 + 79 = 337 (100%)
R 172 of 337 ~ 51.04%
G 86 of 337 ~ 25.52%
B 79 of 337 ~ 23.44%

%51.04
%25.52
%23.44

CMYK color model

#AC564F color CMYK value is (0,50,54,33).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 54.07%
  • key color value is 32.55%
CMYK:
(0,50,54,33)
C0M50Y54K33 
(0%,50%,54%,33%)
(0.00/0.50/0.54/0.33)	

CMYK percentages

%0
%50
%54.07
%32.55

Codes

Color #AC564F in popluar color models

AC564F
RGB1728679
HSL37.05%49.22%
HSB/HSV54.07%67.45%
CMYK0.00%50.00%54.07%
32.55%

Color #AC564F in popluar number systems.

HEXAC564F
Decimal1728679
Binary1010110010101101001111
Octal254126117

Shades and tints

Shades of #AC564F

#AC564F
(172,86,79)
#9D4F48
(157,79,72)
#8E4841
(142,72,65)
#7F413A
(127,65,58)
#703A33
(112,58,51)
#61332C
(97,51,44)
#522C25
(82,44,37)
#43251E
(67,37,30)
#341E17
(52,30,23)
#251710
(37,23,16)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #AC564F

#AC564F
(172,86,79)
#B3655F
(179,101,95)
#BA746F
(186,116,111)
#C1837F
(193,131,127)
#C8928F
(200,146,143)
#CFA19F
(207,161,159)
#D6B0AF
(214,176,175)
#DDBFBF
(221,191,191)
#E4CECF
(228,206,207)
#EBDDDF
(235,221,223)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC564F; }

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

This text font color is #AC564F.


Background Color

.myBgColor { background-color: #AC564F; }

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

This div background color is #AC564F.


Border color

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

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

This div border color is #AC564F.


Opacity

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

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

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

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

This text has shadow with #AC564F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC564F on black background.


Color preview on white background

This text has color #AC564F on white background.



Black color preview on #AC564F background

This text has black color on #AC564F background.


White color preview on #AC564F background

This text has white color on #AC564F background.