COLOR #AC8279

HEX: #AC8279
RGB: (172,130,121)

Color info

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

RGB color model

#AC8279 color RGB value is (172,130,121).

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

RGB channels and saturation

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

172
130
121

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

Portions of RGB colors in percentages

R + G + B =
172 + 130 + 121 = 423 (100%)
R 172 of 423 ~ 40.66%
G 130 of 423 ~ 30.73%
B 121 of 423 ~ 28.61%

%40.66
%30.73
%28.61

CMYK color model

#AC8279 color CMYK value is (0,24,30,33).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 29.65%
  • key color value is 32.55%
CMYK:
(0,24,30,33)
C0M24Y30K33 
(0%,24%,30%,33%)
(0.00/0.24/0.30/0.33)	

CMYK percentages

%0
%24.42
%29.65
%32.55

Codes

Color #AC8279 in popluar color models

AC8279
RGB172130121
HSL11°23.50%57.45%
HSB/HSV11°29.65%67.45%
CMYK0.00%24.42%29.65%
32.55%

Color #AC8279 in popluar number systems.

HEXAC8279
Decimal172130121
Binary10101100100000101111001
Octal254202171

Shades and tints

Shades of #AC8279

#AC8279
(172,130,121)
#9D776E
(157,119,110)
#8E6C63
(142,108,99)
#7F6158
(127,97,88)
#70564D
(112,86,77)
#614B42
(97,75,66)
#524037
(82,64,55)
#43352C
(67,53,44)
#342A21
(52,42,33)
#251F16
(37,31,22)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #AC8279

#AC8279
(172,130,121)
#B38D85
(179,141,133)
#BA9891
(186,152,145)
#C1A39D
(193,163,157)
#C8AEA9
(200,174,169)
#CFB9B5
(207,185,181)
#D6C4C1
(214,196,193)
#DDCFCD
(221,207,205)
#E4DAD9
(228,218,217)
#EBE5E5
(235,229,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8279; }

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

This text font color is #AC8279.


Background Color

.myBgColor { background-color: #AC8279; }

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

This div background color is #AC8279.


Border color

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

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

This div border color is #AC8279.


Opacity

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

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

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

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

This text has shadow with #AC8279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8279 on black background.


Color preview on white background

This text has color #AC8279 on white background.



Black color preview on #AC8279 background

This text has black color on #AC8279 background.


White color preview on #AC8279 background

This text has white color on #AC8279 background.