COLOR #AC7F6A

HEX: #AC7F6A
RGB: (172,127,106)

Color info

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

RGB color model

#AC7F6A color RGB value is (172,127,106).

  • red value is 172;
  • green value is 127;
  • blue value is 106.
RGB:
(172,127,106)
(67%,50%,42%)

RGB channels and saturation

R 172 of 255 = 67%
G 127 of 255 = 50%
B 106 of 255 = 42%

172
127
106

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

Portions of RGB colors in percentages

R + G + B =
172 + 127 + 106 = 405 (100%)
R 172 of 405 ~ 42.47%
G 127 of 405 ~ 31.36%
B 106 of 405 ~ 26.17%

%42.47
%31.36
%26.17

CMYK color model

#AC7F6A color CMYK value is (0,26,38,33).

  • cyan value is 0.00%
  • magenta value is 26.16%
  • yellow value is 38.37%
  • key color value is 32.55%
CMYK:
(0,26,38,33)
C0M26Y38K33 
(0%,26%,38%,33%)
(0.00/0.26/0.38/0.33)	

CMYK percentages

%0
%26.16
%38.37
%32.55

Codes

Color #AC7F6A in popluar color models

AC7F6A
RGB172127106
HSL19°28.45%54.51%
HSB/HSV19°38.37%67.45%
CMYK0.00%26.16%38.37%
32.55%

Color #AC7F6A in popluar number systems.

HEXAC7F6A
Decimal172127106
Binary1010110011111111101010
Octal254177152

Shades and tints

Shades of #AC7F6A

#AC7F6A
(172,127,106)
#9D7461
(157,116,97)
#8E6958
(142,105,88)
#7F5E4F
(127,94,79)
#705346
(112,83,70)
#61483D
(97,72,61)
#523D34
(82,61,52)
#43322B
(67,50,43)
#342722
(52,39,34)
#251C19
(37,28,25)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #AC7F6A

#AC7F6A
(172,127,106)
#B38A77
(179,138,119)
#BA9584
(186,149,132)
#C1A091
(193,160,145)
#C8AB9E
(200,171,158)
#CFB6AB
(207,182,171)
#D6C1B8
(214,193,184)
#DDCCC5
(221,204,197)
#E4D7D2
(228,215,210)
#EBE2DF
(235,226,223)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7F6A color. Also use rgb(172,127,106) instead hex code.

Text Font Color

.myTextColor { color: #AC7F6A; }

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

This text font color is #AC7F6A.


Background Color

.myBgColor { background-color: #AC7F6A; }

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

This div background color is #AC7F6A.


Border color

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

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

This div border color is #AC7F6A.


Opacity

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

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

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

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

This text has shadow with #AC7F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7F6A on black background.


Color preview on white background

This text has color #AC7F6A on white background.



Black color preview on #AC7F6A background

This text has black color on #AC7F6A background.


White color preview on #AC7F6A background

This text has white color on #AC7F6A background.