COLOR #AC8882

HEX: #AC8882 RGB: (172,136,130)

Color info

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

RGB color model

#AC8882 color RGB value is (172,136,130).

RGB: (172,136,130) (67%, 53%, 51%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 130 of 255 = 51%

172
136
130

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

Portions of RGB colors in percentages

R + G + B = 172 + 136 + 130 = 438 (100%)
R 172 of 438 ~ 39.27%
G 136 of 438 ~ 31.05%
B 130 of 438 ~ 29.68'%

%39.27
%31.05
%29.68

CMYK color model

#AC8882 color CMYK value is (0,21,24,33).

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

CMYK: (0,21,24,33)
C0M21Y24K33 (0%, 21%, 24%, 33%)
(0.00 / 0.21 / 0.24 / 0.33)

CMYK percentages

%0
%20.93
%24.42
%32.55

Codes

Color #AC8882 in popluar color models

AC 88 82
RGB 172 136 130
HSL 20.19% 59.22%
HSB/HSV 24.42% 67.45%
CMYK 0.00% 20.93% 24.42%
32.55%

Color #AC8882 in popluar number systems.

HEX AC 88 82
Decimal 172 136 130
Binary 10101100 10001000 10000010
Octal 254 210 202

Shades and tints

Shades of #AC8882

#AC8882
(172,136,130)
#9D7C77
(157,124,119)
#8E706C
(142,112,108)
#7F6461
(127,100,97)
#705856
(112,88,86)
#614C4B
(97,76,75)
#524040
(82,64,64)
#433435
(67,52,53)
#34282A
(52,40,42)
#251C1F
(37,28,31)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #AC8882

#AC8882
(172,136,130)
#B3928D
(179,146,141)
#BA9C98
(186,156,152)
#C1A6A3
(193,166,163)
#C8B0AE
(200,176,174)
#CFBAB9
(207,186,185)
#D6C4C4
(214,196,196)
#DDCECF
(221,206,207)
#E4D8DA
(228,216,218)
#EBE2E5
(235,226,229)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8882; }

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

This text font color is #AC8882.

Background Color

.myBgColor { background-color: #AC8882; }

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

This div background color is #AC8882.

Border color

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

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

This div border color is #AC8882.

Opacity

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

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

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

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

This text has shadow with #AC8882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8882.

Preview

Color preview on black background

This text has color #AC8882 on black background.


Color preview on white background

This text has color #AC8882 on white background.


Black color preview on #AC8882 background

This text has black color on #AC8882 background.


White color preview on #AC8882 background

This text has white color on #AC8882 background.


Related colors

Complementary color

Complementary color for #hex is #53777D.


I love getcolorcode.com

Triadic colors

1 #82AC88 and #8882AC with #AC8882 are triadic colors.

2 #8288AC and #88AC82 with #AC8882 are triadic colors.