COLOR #AC807E

HEX: #AC807E RGB: (172,128,126)

Color info

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

RGB color model

#AC807E color RGB value is (172,128,126).

RGB: (172,128,126) (67%, 50%, 49%)

RGB channels and saturation

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

172
128
126

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

Portions of RGB colors in percentages

R + G + B = 172 + 128 + 126 = 426 (100%)
R 172 of 426 ~ 40.38%
G 128 of 426 ~ 30.05%
B 126 of 426 ~ 29.58'%

%40.38
%30.05
%29.58

CMYK color model

#AC807E color CMYK value is (0,26,27,33).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 26.74%
  • key color value is 32.55%

CMYK: (0,26,27,33)
C0M26Y27K33 (0%, 26%, 27%, 33%)
(0.00 / 0.26 / 0.27 / 0.33)

CMYK percentages

%0
%25.58
%26.74
%32.55

Codes

Color #AC807E in popluar color models

AC 80 7E
RGB 172 128 126
HSL 21.70% 58.43%
HSB/HSV 26.74% 67.45%
CMYK 0.00% 25.58% 26.74%
32.55%

Color #AC807E in popluar number systems.

HEX AC 80 7E
Decimal 172 128 126
Binary 10101100 10000000 1111110
Octal 254 200 176

Shades and tints

Shades of #AC807E

#AC807E
(172,128,126)
#9D7573
(157,117,115)
#8E6A68
(142,106,104)
#7F5F5D
(127,95,93)
#705452
(112,84,82)
#614947
(97,73,71)
#523E3C
(82,62,60)
#433331
(67,51,49)
#342826
(52,40,38)
#251D1B
(37,29,27)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC807E

#AC807E
(172,128,126)
#B38B89
(179,139,137)
#BA9694
(186,150,148)
#C1A19F
(193,161,159)
#C8ACAA
(200,172,170)
#CFB7B5
(207,183,181)
#D6C2C0
(214,194,192)
#DDCDCB
(221,205,203)
#E4D8D6
(228,216,214)
#EBE3E1
(235,227,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC807E; }

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

This text font color is #AC807E.

Background Color

.myBgColor { background-color: #AC807E; }

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

This div background color is #AC807E.

Border color

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

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

This div border color is #AC807E.

Opacity

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

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

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

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

This text has shadow with #AC807E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC807E.

Preview

Color preview on black background

This text has color #AC807E on black background.


Color preview on white background

This text has color #AC807E on white background.


Black color preview on #AC807E background

This text has black color on #AC807E background.


White color preview on #AC807E background

This text has white color on #AC807E background.


Related colors

Complementary color

Complementary color for #hex is #537F81.


I love getcolorcode.com

Triadic colors

1 #7EAC80 and #807EAC with #AC807E are triadic colors.

2 #7E80AC and #80AC7E with #AC807E are triadic colors.