COLOR #AC797F

HEX: #AC797F
RGB: (172,121,127)

Color info

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

RGB color model

#AC797F color RGB value is (172,121,127).

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

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 127 of 255 = 50%

172
121
127

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

Portions of RGB colors in percentages

R + G + B =
172 + 121 + 127 = 420 (100%)
R 172 of 420 ~ 40.95%
G 121 of 420 ~ 28.81%
B 127 of 420 ~ 30.24%

%40.95
%28.81
%30.24

CMYK color model

#AC797F color CMYK value is (0,30,26,33).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 26.16%
  • key color value is 32.55%
CMYK:
(0,30,26,33)
C0M30Y26K33 
(0%,30%,26%,33%)
(0.00/0.30/0.26/0.33)	

CMYK percentages

%0
%29.65
%26.16
%32.55

Codes

Color #AC797F in popluar color models

AC797F
RGB172121127
HSL353°23.50%57.45%
HSB/HSV353°29.65%67.45%
CMYK0.00%29.65%26.16%
32.55%

Color #AC797F in popluar number systems.

HEXAC797F
Decimal172121127
Binary1010110011110011111111
Octal254171177

Shades and tints

Shades of #AC797F

#AC797F
(172,121,127)
#9D6E74
(157,110,116)
#8E6369
(142,99,105)
#7F585E
(127,88,94)
#704D53
(112,77,83)
#614248
(97,66,72)
#52373D
(82,55,61)
#432C32
(67,44,50)
#342127
(52,33,39)
#25161C
(37,22,28)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #AC797F

#AC797F
(172,121,127)
#B3858A
(179,133,138)
#BA9195
(186,145,149)
#C19DA0
(193,157,160)
#C8A9AB
(200,169,171)
#CFB5B6
(207,181,182)
#D6C1C1
(214,193,193)
#DDCDCC
(221,205,204)
#E4D9D7
(228,217,215)
#EBE5E2
(235,229,226)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC797F; }

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

This text font color is #AC797F.


Background Color

.myBgColor { background-color: #AC797F; }

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

This div background color is #AC797F.


Border color

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

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

This div border color is #AC797F.


Opacity

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

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

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

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

This text has shadow with #AC797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC797F on black background.


Color preview on white background

This text has color #AC797F on white background.



Black color preview on #AC797F background

This text has black color on #AC797F background.


White color preview on #AC797F background

This text has white color on #AC797F background.