COLOR #AC7C7F

HEX: #AC7C7F RGB: (172,124,127)

Color info

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

RGB color model

#AC7C7F color RGB value is (172,124,127).

RGB: (172,124,127) (67%, 49%, 50%)

RGB channels and saturation

R 172 of 255 = 67%
G 124 of 255 = 49%
B 127 of 255 = 50%

172
124
127

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

Portions of RGB colors in percentages

R + G + B = 172 + 124 + 127 = 423 (100%)
R 172 of 423 ~ 40.66%
G 124 of 423 ~ 29.31%
B 127 of 423 ~ 30.02'%

%40.66
%29.31
%30.02

CMYK color model

#AC7C7F color CMYK value is (0,28,26,33).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 26.16%
  • key color value is 32.55%

CMYK: (0,28,26,33)
C0M28Y26K33 (0%, 28%, 26%, 33%)
(0.00 / 0.28 / 0.26 / 0.33)

CMYK percentages

%0
%27.91
%26.16
%32.55

Codes

Color #AC7C7F in popluar color models

AC 7C 7F
RGB 172 124 127
HSL 356° 22.43% 58.04%
HSB/HSV 356° 27.91% 67.45%
CMYK 0.00% 27.91% 26.16%
32.55%

Color #AC7C7F in popluar number systems.

HEX AC 7C 7F
Decimal 172 124 127
Binary 10101100 1111100 1111111
Octal 254 174 177

Shades and tints

Shades of #AC7C7F

#AC7C7F
(172,124,127)
#9D7174
(157,113,116)
#8E6669
(142,102,105)
#7F5B5E
(127,91,94)
#705053
(112,80,83)
#614548
(97,69,72)
#523A3D
(82,58,61)
#432F32
(67,47,50)
#342427
(52,36,39)
#25191C
(37,25,28)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #AC7C7F

#AC7C7F
(172,124,127)
#B3878A
(179,135,138)
#BA9295
(186,146,149)
#C19DA0
(193,157,160)
#C8A8AB
(200,168,171)
#CFB3B6
(207,179,182)
#D6BEC1
(214,190,193)
#DDC9CC
(221,201,204)
#E4D4D7
(228,212,215)
#EBDFE2
(235,223,226)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7C7F; }

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

This text font color is #AC7C7F.

Background Color

.myBgColor { background-color: #AC7C7F; }

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

This div background color is #AC7C7F.

Border color

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

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

This div border color is #AC7C7F.

Opacity

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

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

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

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

This text has shadow with #AC7C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7C7F.

Preview

Color preview on black background

This text has color #AC7C7F on black background.


Color preview on white background

This text has color #AC7C7F on white background.


Black color preview on #AC7C7F background

This text has black color on #AC7C7F background.


White color preview on #AC7C7F background

This text has white color on #AC7C7F background.


Related colors

Complementary color

Complementary color for #hex is #538380.


I love getcolorcode.com

Triadic colors

1 #7FAC7C and #7C7FAC with #AC7C7F are triadic colors.

2 #7F7CAC and #7CAC7F with #AC7C7F are triadic colors.