COLOR #AC9968

HEX: #AC9968
RGB: (172,153,104)

Color info

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

RGB color model

#AC9968 color RGB value is (172,153,104).

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

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 104 of 255 = 41%

172
153
104

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

Portions of RGB colors in percentages

R + G + B =
172 + 153 + 104 = 429 (100%)
R 172 of 429 ~ 40.09%
G 153 of 429 ~ 35.66%
B 104 of 429 ~ 24.24%

%40.09
%35.66
%24.24

CMYK color model

#AC9968 color CMYK value is (0,11,40,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 39.53%
  • key color value is 32.55%
CMYK:
(0,11,40,33)
C0M11Y40K33 
(0%,11%,40%,33%)
(0.00/0.11/0.40/0.33)	

CMYK percentages

%0
%11.05
%39.53
%32.55

Codes

Color #AC9968 in popluar color models

AC9968
RGB172153104
HSL43°29.06%54.12%
HSB/HSV43°39.53%67.45%
CMYK0.00%11.05%39.53%
32.55%

Color #AC9968 in popluar number systems.

HEXAC9968
Decimal172153104
Binary10101100100110011101000
Octal254231150

Shades and tints

Shades of #AC9968

#AC9968
(172,153,104)
#9D8C5F
(157,140,95)
#8E7F56
(142,127,86)
#7F724D
(127,114,77)
#706544
(112,101,68)
#61583B
(97,88,59)
#524B32
(82,75,50)
#433E29
(67,62,41)
#343120
(52,49,32)
#252417
(37,36,23)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #AC9968

#AC9968
(172,153,104)
#B3A275
(179,162,117)
#BAAB82
(186,171,130)
#C1B48F
(193,180,143)
#C8BD9C
(200,189,156)
#CFC6A9
(207,198,169)
#D6CFB6
(214,207,182)
#DDD8C3
(221,216,195)
#E4E1D0
(228,225,208)
#EBEADD
(235,234,221)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9968; }

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

This text font color is #AC9968.


Background Color

.myBgColor { background-color: #AC9968; }

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

This div background color is #AC9968.


Border color

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

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

This div border color is #AC9968.


Opacity

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

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

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

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

This text has shadow with #AC9968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9968 on black background.


Color preview on white background

This text has color #AC9968 on white background.



Black color preview on #AC9968 background

This text has black color on #AC9968 background.


White color preview on #AC9968 background

This text has white color on #AC9968 background.