COLOR #AC6C58

HEX: #AC6C58
RGB: (172,108,88)

Color info

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

RGB color model

#AC6C58 color RGB value is (172,108,88).

  • red value is 172;
  • green value is 108;
  • blue value is 88.
RGB:
(172,108,88)
(67%,42%,35%)

RGB channels and saturation

R 172 of 255 = 67%
G 108 of 255 = 42%
B 88 of 255 = 35%

172
108
88

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

Portions of RGB colors in percentages

R + G + B =
172 + 108 + 88 = 368 (100%)
R 172 of 368 ~ 46.74%
G 108 of 368 ~ 29.35%
B 88 of 368 ~ 23.91%

%46.74
%29.35
%23.91

CMYK color model

#AC6C58 color CMYK value is (0,37,49,33).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 48.84%
  • key color value is 32.55%
CMYK:
(0,37,49,33)
C0M37Y49K33 
(0%,37%,49%,33%)
(0.00/0.37/0.49/0.33)	

CMYK percentages

%0
%37.21
%48.84
%32.55

Codes

Color #AC6C58 in popluar color models

AC6C58
RGB17210888
HSL14°33.60%50.98%
HSB/HSV14°48.84%67.45%
CMYK0.00%37.21%48.84%
32.55%

Color #AC6C58 in popluar number systems.

HEXAC6C58
Decimal17210888
Binary1010110011011001011000
Octal254154130

Shades and tints

Shades of #AC6C58

#AC6C58
(172,108,88)
#9D6350
(157,99,80)
#8E5A48
(142,90,72)
#7F5140
(127,81,64)
#704838
(112,72,56)
#613F30
(97,63,48)
#523628
(82,54,40)
#432D20
(67,45,32)
#342418
(52,36,24)
#251B10
(37,27,16)
#161208
(22,18,8)
#000000
(0,0,0)

Tints of #AC6C58

#AC6C58
(172,108,88)
#B37967
(179,121,103)
#BA8676
(186,134,118)
#C19385
(193,147,133)
#C8A094
(200,160,148)
#CFADA3
(207,173,163)
#D6BAB2
(214,186,178)
#DDC7C1
(221,199,193)
#E4D4D0
(228,212,208)
#EBE1DF
(235,225,223)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6C58; }

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

This text font color is #AC6C58.


Background Color

.myBgColor { background-color: #AC6C58; }

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

This div background color is #AC6C58.


Border color

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

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

This div border color is #AC6C58.


Opacity

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

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

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

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

This text has shadow with #AC6C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6C58 on black background.


Color preview on white background

This text has color #AC6C58 on white background.



Black color preview on #AC6C58 background

This text has black color on #AC6C58 background.


White color preview on #AC6C58 background

This text has white color on #AC6C58 background.