COLOR #AC7A7D

HEX: #AC7A7D RGB: (172,122,125)

Color info

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

RGB color model

#AC7A7D color RGB value is (172,122,125).

RGB: (172,122,125) (67%, 48%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 122 of 255 = 48%
B 125 of 255 = 49%

172
122
125

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

Portions of RGB colors in percentages

R + G + B = 172 + 122 + 125 = 419 (100%)
R 172 of 419 ~ 41.05%
G 122 of 419 ~ 29.12%
B 125 of 419 ~ 29.83'%

%41.05
%29.12
%29.83

CMYK color model

#AC7A7D color CMYK value is (0,29,27,33).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 27.33%
  • key color value is 32.55%

CMYK: (0,29,27,33)
C0M29Y27K33 (0%, 29%, 27%, 33%)
(0.00 / 0.29 / 0.27 / 0.33)

CMYK percentages

%0
%29.07
%27.33
%32.55

Codes

Color #AC7A7D in popluar color models

AC 7A 7D
RGB 172 122 125
HSL 356° 23.15% 57.65%
HSB/HSV 356° 29.07% 67.45%
CMYK 0.00% 29.07% 27.33%
32.55%

Color #AC7A7D in popluar number systems.

HEX AC 7A 7D
Decimal 172 122 125
Binary 10101100 1111010 1111101
Octal 254 172 175

Shades and tints

Shades of #AC7A7D

#AC7A7D
(172,122,125)
#9D6F72
(157,111,114)
#8E6467
(142,100,103)
#7F595C
(127,89,92)
#704E51
(112,78,81)
#614346
(97,67,70)
#52383B
(82,56,59)
#432D30
(67,45,48)
#342225
(52,34,37)
#25171A
(37,23,26)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #AC7A7D

#AC7A7D
(172,122,125)
#B38688
(179,134,136)
#BA9293
(186,146,147)
#C19E9E
(193,158,158)
#C8AAA9
(200,170,169)
#CFB6B4
(207,182,180)
#D6C2BF
(214,194,191)
#DDCECA
(221,206,202)
#E4DAD5
(228,218,213)
#EBE6E0
(235,230,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7A7D color. Also use rgb(172,122,125) instead hex code.

Text Font Color

.myTextColor { color: #AC7A7D; }

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

This text font color is #AC7A7D.

Background Color

.myBgColor { background-color: #AC7A7D; }

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

This div background color is #AC7A7D.

Border color

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

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

This div border color is #AC7A7D.

Opacity

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

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

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

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

This text has shadow with #AC7A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7A7D.

Preview

Color preview on black background

This text has color #AC7A7D on black background.


Color preview on white background

This text has color #AC7A7D on white background.


Black color preview on #AC7A7D background

This text has black color on #AC7A7D background.


White color preview on #AC7A7D background

This text has white color on #AC7A7D background.


Related colors

Complementary color

Complementary color for #hex is #538582.


I love getcolorcode.com

Triadic colors

1 #7DAC7A and #7A7DAC with #AC7A7D are triadic colors.

2 #7D7AAC and #7AAC7D with #AC7A7D are triadic colors.