COLOR #AC7B71

HEX: #AC7B71
RGB: (172,123,113)

Color info

#AC7B71 contains red, green and blue colors in about the same proportion. Web safe color of #AC7B71 is #996666 (or #966).

RGB color model

#AC7B71 color RGB value is (172,123,113).

  • red value is 172;
  • green value is 123;
  • blue value is 113.
RGB:
(172,123,113)
(67%,48%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 123 of 255 = 48%
B 113 of 255 = 44%

172
123
113

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

Portions of RGB colors in percentages

R + G + B =
172 + 123 + 113 = 408 (100%)
R 172 of 408 ~ 42.16%
G 123 of 408 ~ 30.15%
B 113 of 408 ~ 27.7%

%42.16
%30.15
%27.7

CMYK color model

#AC7B71 color CMYK value is (0,28,34,33).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 34.30%
  • key color value is 32.55%
CMYK:
(0,28,34,33)
C0M28Y34K33 
(0%,28%,34%,33%)
(0.00/0.28/0.34/0.33)	

CMYK percentages

%0
%28.49
%34.3
%32.55

Codes

Color #AC7B71 in popluar color models

AC7B71
RGB172123113
HSL10°26.22%55.88%
HSB/HSV10°34.30%67.45%
CMYK0.00%28.49%34.30%
32.55%

Color #AC7B71 in popluar number systems.

HEXAC7B71
Decimal172123113
Binary1010110011110111110001
Octal254173161

Shades and tints

Shades of #AC7B71

#AC7B71
(172,123,113)
#9D7067
(157,112,103)
#8E655D
(142,101,93)
#7F5A53
(127,90,83)
#704F49
(112,79,73)
#61443F
(97,68,63)
#523935
(82,57,53)
#432E2B
(67,46,43)
#342321
(52,35,33)
#251817
(37,24,23)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #AC7B71

#AC7B71
(172,123,113)
#B3877D
(179,135,125)
#BA9389
(186,147,137)
#C19F95
(193,159,149)
#C8ABA1
(200,171,161)
#CFB7AD
(207,183,173)
#D6C3B9
(214,195,185)
#DDCFC5
(221,207,197)
#E4DBD1
(228,219,209)
#EBE7DD
(235,231,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7B71 color. Also use rgb(172,123,113) instead hex code.

Text Font Color

.myTextColor { color: #AC7B71; }

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

This text font color is #AC7B71.


Background Color

.myBgColor { background-color: #AC7B71; }

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

This div background color is #AC7B71.


Border color

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

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

This div border color is #AC7B71.


Opacity

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

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

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

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

This text has shadow with #AC7B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7B71 on black background.


Color preview on white background

This text has color #AC7B71 on white background.



Black color preview on #AC7B71 background

This text has black color on #AC7B71 background.


White color preview on #AC7B71 background

This text has white color on #AC7B71 background.