COLOR #AC8968

HEX: #AC8968
RGB: (172,137,104)

Color info

#AC8968 contains mainly red and green colors. Web safe color of #AC8968 is #999966 (or #996).

RGB color model

#AC8968 color RGB value is (172,137,104).

  • red value is 172;
  • green value is 137;
  • blue value is 104.
RGB:
(172,137,104)
(67%,54%,41%)

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 104 of 255 = 41%

172
137
104

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

Portions of RGB colors in percentages

R + G + B =
172 + 137 + 104 = 413 (100%)
R 172 of 413 ~ 41.65%
G 137 of 413 ~ 33.17%
B 104 of 413 ~ 25.18%

%41.65
%33.17
%25.18

CMYK color model

#AC8968 color CMYK value is (0,20,40,33).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 39.53%
  • key color value is 32.55%
CMYK:
(0,20,40,33)
C0M20Y40K33 
(0%,20%,40%,33%)
(0.00/0.20/0.40/0.33)	

CMYK percentages

%0
%20.35
%39.53
%32.55

Codes

Color #AC8968 in popluar color models

AC8968
RGB172137104
HSL29°29.06%54.12%
HSB/HSV29°39.53%67.45%
CMYK0.00%20.35%39.53%
32.55%

Color #AC8968 in popluar number systems.

HEXAC8968
Decimal172137104
Binary10101100100010011101000
Octal254211150

Shades and tints

Shades of #AC8968

#AC8968
(172,137,104)
#9D7D5F
(157,125,95)
#8E7156
(142,113,86)
#7F654D
(127,101,77)
#705944
(112,89,68)
#614D3B
(97,77,59)
#524132
(82,65,50)
#433529
(67,53,41)
#342920
(52,41,32)
#251D17
(37,29,23)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #AC8968

#AC8968
(172,137,104)
#B39375
(179,147,117)
#BA9D82
(186,157,130)
#C1A78F
(193,167,143)
#C8B19C
(200,177,156)
#CFBBA9
(207,187,169)
#D6C5B6
(214,197,182)
#DDCFC3
(221,207,195)
#E4D9D0
(228,217,208)
#EBE3DD
(235,227,221)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8968 color. Also use rgb(172,137,104) instead hex code.

Text Font Color

.myTextColor { color: #AC8968; }

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

This text font color is #AC8968.


Background Color

.myBgColor { background-color: #AC8968; }

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

This div background color is #AC8968.


Border color

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

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

This div border color is #AC8968.


Opacity

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

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

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

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

This text has shadow with #AC8968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8968 on black background.


Color preview on white background

This text has color #AC8968 on white background.



Black color preview on #AC8968 background

This text has black color on #AC8968 background.


White color preview on #AC8968 background

This text has white color on #AC8968 background.