COLOR #AC6F5F

HEX: #AC6F5F
RGB: (172,111,95)

Color info

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

RGB color model

#AC6F5F color RGB value is (172,111,95).

  • red value is 172;
  • green value is 111;
  • blue value is 95.
RGB:
(172,111,95)
(67%,44%,37%)

RGB channels and saturation

R 172 of 255 = 67%
G 111 of 255 = 44%
B 95 of 255 = 37%

172
111
95

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

Portions of RGB colors in percentages

R + G + B =
172 + 111 + 95 = 378 (100%)
R 172 of 378 ~ 45.5%
G 111 of 378 ~ 29.37%
B 95 of 378 ~ 25.13%

%45.5
%29.37
%25.13

CMYK color model

#AC6F5F color CMYK value is (0,35,45,33).

  • cyan value is 0.00%
  • magenta value is 35.47%
  • yellow value is 44.77%
  • key color value is 32.55%
CMYK:
(0,35,45,33)
C0M35Y45K33 
(0%,35%,45%,33%)
(0.00/0.35/0.45/0.33)	

CMYK percentages

%0
%35.47
%44.77
%32.55

Codes

Color #AC6F5F in popluar color models

AC6F5F
RGB17211195
HSL12°31.69%52.35%
HSB/HSV12°44.77%67.45%
CMYK0.00%35.47%44.77%
32.55%

Color #AC6F5F in popluar number systems.

HEXAC6F5F
Decimal17211195
Binary1010110011011111011111
Octal254157137

Shades and tints

Shades of #AC6F5F

#AC6F5F
(172,111,95)
#9D6557
(157,101,87)
#8E5B4F
(142,91,79)
#7F5147
(127,81,71)
#70473F
(112,71,63)
#613D37
(97,61,55)
#52332F
(82,51,47)
#432927
(67,41,39)
#341F1F
(52,31,31)
#251517
(37,21,23)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #AC6F5F

#AC6F5F
(172,111,95)
#B37C6D
(179,124,109)
#BA897B
(186,137,123)
#C19689
(193,150,137)
#C8A397
(200,163,151)
#CFB0A5
(207,176,165)
#D6BDB3
(214,189,179)
#DDCAC1
(221,202,193)
#E4D7CF
(228,215,207)
#EBE4DD
(235,228,221)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6F5F; }

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

This text font color is #AC6F5F.


Background Color

.myBgColor { background-color: #AC6F5F; }

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

This div background color is #AC6F5F.


Border color

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

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

This div border color is #AC6F5F.


Opacity

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

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

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

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

This text has shadow with #AC6F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6F5F on black background.


Color preview on white background

This text has color #AC6F5F on white background.



Black color preview on #AC6F5F background

This text has black color on #AC6F5F background.


White color preview on #AC6F5F background

This text has white color on #AC6F5F background.