COLOR #AC8A88

HEX: #AC8A88 RGB: (172,138,136)

Color info

#AC8A88 contains red, green and blue colors in about the same proportion. Web safe color of #AC8A88 is #999999 (or #999).

RGB color model

#AC8A88 color RGB value is (172,138,136).

RGB: (172,138,136) (67%, 54%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 136 of 255 = 53%

172
138
136

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

Portions of RGB colors in percentages

R + G + B = 172 + 138 + 136 = 446 (100%)
R 172 of 446 ~ 38.57%
G 138 of 446 ~ 30.94%
B 136 of 446 ~ 30.49'%

%38.57
%30.94
%30.49

CMYK color model

#AC8A88 color CMYK value is (0,20,21,33).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 20.93%
  • key color value is 32.55%

CMYK: (0,20,21,33)
C0M20Y21K33 (0%, 20%, 21%, 33%)
(0.00 / 0.20 / 0.21 / 0.33)

CMYK percentages

%0
%19.77
%20.93
%32.55

Codes

Color #AC8A88 in popluar color models

AC 8A 88
RGB 172 138 136
HSL 17.82% 60.39%
HSB/HSV 20.93% 67.45%
CMYK 0.00% 19.77% 20.93%
32.55%

Color #AC8A88 in popluar number systems.

HEX AC 8A 88
Decimal 172 138 136
Binary 10101100 10001010 10001000
Octal 254 212 210

Shades and tints

Shades of #AC8A88

#AC8A88
(172,138,136)
#9D7E7C
(157,126,124)
#8E7270
(142,114,112)
#7F6664
(127,102,100)
#705A58
(112,90,88)
#614E4C
(97,78,76)
#524240
(82,66,64)
#433634
(67,54,52)
#342A28
(52,42,40)
#251E1C
(37,30,28)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC8A88

#AC8A88
(172,138,136)
#B39492
(179,148,146)
#BA9E9C
(186,158,156)
#C1A8A6
(193,168,166)
#C8B2B0
(200,178,176)
#CFBCBA
(207,188,186)
#D6C6C4
(214,198,196)
#DDD0CE
(221,208,206)
#E4DAD8
(228,218,216)
#EBE4E2
(235,228,226)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8A88 color. Also use rgb(172,138,136) instead hex code.

Text Font Color

.myTextColor { color: #AC8A88; }

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

This text font color is #AC8A88.

Background Color

.myBgColor { background-color: #AC8A88; }

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

This div background color is #AC8A88.

Border color

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

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

This div border color is #AC8A88.

Opacity

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

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

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

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

This text has shadow with #AC8A88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8A88.

Preview

Color preview on black background

This text has color #AC8A88 on black background.


Color preview on white background

This text has color #AC8A88 on white background.


Black color preview on #AC8A88 background

This text has black color on #AC8A88 background.


White color preview on #AC8A88 background

This text has white color on #AC8A88 background.


Related colors

Complementary color

Complementary color for #hex is #537577.


I love getcolorcode.com

Triadic colors

1 #88AC8A and #8A88AC with #AC8A88 are triadic colors.

2 #888AAC and #8AAC88 with #AC8A88 are triadic colors.