COLOR #AC8F68

HEX: #AC8F68
RGB: (172,143,104)

Color info

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

RGB color model

#AC8F68 color RGB value is (172,143,104).

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

RGB channels and saturation

R 172 of 255 = 67%
G 143 of 255 = 56%
B 104 of 255 = 41%

172
143
104

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

Portions of RGB colors in percentages

R + G + B =
172 + 143 + 104 = 419 (100%)
R 172 of 419 ~ 41.05%
G 143 of 419 ~ 34.13%
B 104 of 419 ~ 24.82%

%41.05
%34.13
%24.82

CMYK color model

#AC8F68 color CMYK value is (0,17,40,33).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 39.53%
  • key color value is 32.55%
CMYK:
(0,17,40,33)
C0M17Y40K33 
(0%,17%,40%,33%)
(0.00/0.17/0.40/0.33)	

CMYK percentages

%0
%16.86
%39.53
%32.55

Codes

Color #AC8F68 in popluar color models

AC8F68
RGB172143104
HSL34°29.06%54.12%
HSB/HSV34°39.53%67.45%
CMYK0.00%16.86%39.53%
32.55%

Color #AC8F68 in popluar number systems.

HEXAC8F68
Decimal172143104
Binary10101100100011111101000
Octal254217150

Shades and tints

Shades of #AC8F68

#AC8F68
(172,143,104)
#9D825F
(157,130,95)
#8E7556
(142,117,86)
#7F684D
(127,104,77)
#705B44
(112,91,68)
#614E3B
(97,78,59)
#524132
(82,65,50)
#433429
(67,52,41)
#342720
(52,39,32)
#251A17
(37,26,23)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #AC8F68

#AC8F68
(172,143,104)
#B39975
(179,153,117)
#BAA382
(186,163,130)
#C1AD8F
(193,173,143)
#C8B79C
(200,183,156)
#CFC1A9
(207,193,169)
#D6CBB6
(214,203,182)
#DDD5C3
(221,213,195)
#E4DFD0
(228,223,208)
#EBE9DD
(235,233,221)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8F68; }

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

This text font color is #AC8F68.


Background Color

.myBgColor { background-color: #AC8F68; }

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

This div background color is #AC8F68.


Border color

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

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

This div border color is #AC8F68.


Opacity

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

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

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

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

This text has shadow with #AC8F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8F68 on black background.


Color preview on white background

This text has color #AC8F68 on white background.



Black color preview on #AC8F68 background

This text has black color on #AC8F68 background.


White color preview on #AC8F68 background

This text has white color on #AC8F68 background.