COLOR #AC807C

HEX: #AC807C
RGB: (172,128,124)

Color info

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

RGB color model

#AC807C color RGB value is (172,128,124).

  • red value is 172;
  • green value is 128;
  • blue value is 124.
RGB:
(172,128,124)
(67%,50%,49%)

RGB channels and saturation

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

172
128
124

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

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 124 = 424 (100%)
R 172 of 424 ~ 40.57%
G 128 of 424 ~ 30.19%
B 124 of 424 ~ 29.25%

%40.57
%30.19
%29.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 27.91%
  • key color value is 32.55%
CMYK:
(0,26,28,33)
C0M26Y28K33 
(0%,26%,28%,33%)
(0.00/0.26/0.28/0.33)	

CMYK percentages

%0
%25.58
%27.91
%32.55

Codes

Color #AC807C in popluar color models

AC807C
RGB172128124
HSL22.43%58.04%
HSB/HSV27.91%67.45%
CMYK0.00%25.58%27.91%
32.55%

Color #AC807C in popluar number systems.

HEXAC807C
Decimal172128124
Binary10101100100000001111100
Octal254200174

Shades and tints

Shades of #AC807C

#AC807C
(172,128,124)
#9D7571
(157,117,113)
#8E6A66
(142,106,102)
#7F5F5B
(127,95,91)
#705450
(112,84,80)
#614945
(97,73,69)
#523E3A
(82,62,58)
#43332F
(67,51,47)
#342824
(52,40,36)
#251D19
(37,29,25)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #AC807C

#AC807C
(172,128,124)
#B38B87
(179,139,135)
#BA9692
(186,150,146)
#C1A19D
(193,161,157)
#C8ACA8
(200,172,168)
#CFB7B3
(207,183,179)
#D6C2BE
(214,194,190)
#DDCDC9
(221,205,201)
#E4D8D4
(228,216,212)
#EBE3DF
(235,227,223)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC807C; }

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

This text font color is #AC807C.


Background Color

.myBgColor { background-color: #AC807C; }

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

This div background color is #AC807C.


Border color

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

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

This div border color is #AC807C.


Opacity

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

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

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

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

This text has shadow with #AC807C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC807C on black background.


Color preview on white background

This text has color #AC807C on white background.



Black color preview on #AC807C background

This text has black color on #AC807C background.


White color preview on #AC807C background

This text has white color on #AC807C background.