COLOR #AC7D7A

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

Color info

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

RGB color model

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

  • red value is 172;
  • green value is 125;
  • blue value is 122.
RGB:
(172,125,122)
(67%,49%,48%)

RGB channels and saturation

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

172
125
122

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

Portions of RGB colors in percentages

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

%41.05
%29.83
%29.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 29.07%
  • key color value is 32.55%
CMYK:
(0,27,29,33)
C0M27Y29K33 
(0%,27%,29%,33%)
(0.00/0.27/0.29/0.33)	

CMYK percentages

%0
%27.33
%29.07
%32.55

Codes

Color #AC7D7A in popluar color models

AC7D7A
RGB172125122
HSL23.15%57.65%
HSB/HSV29.07%67.45%
CMYK0.00%27.33%29.07%
32.55%

Color #AC7D7A in popluar number systems.

HEXAC7D7A
Decimal172125122
Binary1010110011111011111010
Octal254175172

Shades and tints

Shades of #AC7D7A

#AC7D7A
(172,125,122)
#9D726F
(157,114,111)
#8E6764
(142,103,100)
#7F5C59
(127,92,89)
#70514E
(112,81,78)
#614643
(97,70,67)
#523B38
(82,59,56)
#43302D
(67,48,45)
#342522
(52,37,34)
#251A17
(37,26,23)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #AC7D7A

#AC7D7A
(172,125,122)
#B38886
(179,136,134)
#BA9392
(186,147,146)
#C19E9E
(193,158,158)
#C8A9AA
(200,169,170)
#CFB4B6
(207,180,182)
#D6BFC2
(214,191,194)
#DDCACE
(221,202,206)
#E4D5DA
(228,213,218)
#EBE0E6
(235,224,230)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7D7A; }

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

This text font color is #AC7D7A.


Background Color

.myBgColor { background-color: #AC7D7A; }

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

This div background color is #AC7D7A.


Border color

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

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

This div border color is #AC7D7A.


Opacity

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

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

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

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

This text has shadow with #AC7D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7D7A on black background.


Color preview on white background

This text has color #AC7D7A on white background.



Black color preview on #AC7D7A background

This text has black color on #AC7D7A background.


White color preview on #AC7D7A background

This text has white color on #AC7D7A background.