COLOR #AC8277

HEX: #AC8277
RGB: (172,130,119)

Color info

#AC8277 contains red, green and blue colors in about the same proportion. Web safe color of #AC8277 is #999966 (or #996).

RGB color model

#AC8277 color RGB value is (172,130,119).

  • red value is 172;
  • green value is 130;
  • blue value is 119.
RGB:
(172,130,119)
(67%,51%,47%)

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 119 of 255 = 47%

172
130
119

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

Portions of RGB colors in percentages

R + G + B =
172 + 130 + 119 = 421 (100%)
R 172 of 421 ~ 40.86%
G 130 of 421 ~ 30.88%
B 119 of 421 ~ 28.27%

%40.86
%30.88
%28.27

CMYK color model

#AC8277 color CMYK value is (0,24,31,33).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 30.81%
  • key color value is 32.55%
CMYK:
(0,24,31,33)
C0M24Y31K33 
(0%,24%,31%,33%)
(0.00/0.24/0.31/0.33)	

CMYK percentages

%0
%24.42
%30.81
%32.55

Codes

Color #AC8277 in popluar color models

AC8277
RGB172130119
HSL12°24.20%57.06%
HSB/HSV12°30.81%67.45%
CMYK0.00%24.42%30.81%
32.55%

Color #AC8277 in popluar number systems.

HEXAC8277
Decimal172130119
Binary10101100100000101110111
Octal254202167

Shades and tints

Shades of #AC8277

#AC8277
(172,130,119)
#9D776D
(157,119,109)
#8E6C63
(142,108,99)
#7F6159
(127,97,89)
#70564F
(112,86,79)
#614B45
(97,75,69)
#52403B
(82,64,59)
#433531
(67,53,49)
#342A27
(52,42,39)
#251F1D
(37,31,29)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #AC8277

#AC8277
(172,130,119)
#B38D83
(179,141,131)
#BA988F
(186,152,143)
#C1A39B
(193,163,155)
#C8AEA7
(200,174,167)
#CFB9B3
(207,185,179)
#D6C4BF
(214,196,191)
#DDCFCB
(221,207,203)
#E4DAD7
(228,218,215)
#EBE5E3
(235,229,227)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8277; }

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

This text font color is #AC8277.


Background Color

.myBgColor { background-color: #AC8277; }

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

This div background color is #AC8277.


Border color

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

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

This div border color is #AC8277.


Opacity

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

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

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

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

This text has shadow with #AC8277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8277 on black background.


Color preview on white background

This text has color #AC8277 on white background.



Black color preview on #AC8277 background

This text has black color on #AC8277 background.


White color preview on #AC8277 background

This text has white color on #AC8277 background.