COLOR #AC7F5A

HEX: #AC7F5A
RGB: (172,127,90)

Color info

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

RGB color model

#AC7F5A color RGB value is (172,127,90).

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

RGB channels and saturation

R 172 of 255 = 67%
G 127 of 255 = 50%
B 90 of 255 = 35%

172
127
90

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

Portions of RGB colors in percentages

R + G + B =
172 + 127 + 90 = 389 (100%)
R 172 of 389 ~ 44.22%
G 127 of 389 ~ 32.65%
B 90 of 389 ~ 23.14%

%44.22
%32.65
%23.14

CMYK color model

#AC7F5A color CMYK value is (0,26,48,33).

  • cyan value is 0.00%
  • magenta value is 26.16%
  • yellow value is 47.67%
  • key color value is 32.55%
CMYK:
(0,26,48,33)
C0M26Y48K33 
(0%,26%,48%,33%)
(0.00/0.26/0.48/0.33)	

CMYK percentages

%0
%26.16
%47.67
%32.55

Codes

Color #AC7F5A in popluar color models

AC7F5A
RGB17212790
HSL27°33.06%51.37%
HSB/HSV27°47.67%67.45%
CMYK0.00%26.16%47.67%
32.55%

Color #AC7F5A in popluar number systems.

HEXAC7F5A
Decimal17212790
Binary1010110011111111011010
Octal254177132

Shades and tints

Shades of #AC7F5A

#AC7F5A
(172,127,90)
#9D7452
(157,116,82)
#8E694A
(142,105,74)
#7F5E42
(127,94,66)
#70533A
(112,83,58)
#614832
(97,72,50)
#523D2A
(82,61,42)
#433222
(67,50,34)
#34271A
(52,39,26)
#251C12
(37,28,18)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #AC7F5A

#AC7F5A
(172,127,90)
#B38A69
(179,138,105)
#BA9578
(186,149,120)
#C1A087
(193,160,135)
#C8AB96
(200,171,150)
#CFB6A5
(207,182,165)
#D6C1B4
(214,193,180)
#DDCCC3
(221,204,195)
#E4D7D2
(228,215,210)
#EBE2E1
(235,226,225)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7F5A; }

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

This text font color is #AC7F5A.


Background Color

.myBgColor { background-color: #AC7F5A; }

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

This div background color is #AC7F5A.


Border color

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

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

This div border color is #AC7F5A.


Opacity

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

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

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

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

This text has shadow with #AC7F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7F5A on black background.


Color preview on white background

This text has color #AC7F5A on white background.



Black color preview on #AC7F5A background

This text has black color on #AC7F5A background.


White color preview on #AC7F5A background

This text has white color on #AC7F5A background.