COLOR #AC978A

HEX: #AC978A
RGB: (172,151,138)

Color info

#AC978A contains red, green and blue colors in about the same proportion. Web safe color of #AC978A is #999999 (or #999).

RGB color model

#AC978A color RGB value is (172,151,138).

  • red value is 172;
  • green value is 151;
  • blue value is 138.
RGB:
(172,151,138)
(67%,59%,54%)

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 138 of 255 = 54%

172
151
138

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

Portions of RGB colors in percentages

R + G + B =
172 + 151 + 138 = 461 (100%)
R 172 of 461 ~ 37.31%
G 151 of 461 ~ 32.75%
B 138 of 461 ~ 29.93%

%37.31
%32.75
%29.93

CMYK color model

#AC978A color CMYK value is (0,12,20,33).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 19.77%
  • key color value is 32.55%
CMYK:
(0,12,20,33)
C0M12Y20K33 
(0%,12%,20%,33%)
(0.00/0.12/0.20/0.33)	

CMYK percentages

%0
%12.21
%19.77
%32.55

Codes

Color #AC978A in popluar color models

AC978A
RGB172151138
HSL23°17.00%60.78%
HSB/HSV23°19.77%67.45%
CMYK0.00%12.21%19.77%
32.55%

Color #AC978A in popluar number systems.

HEXAC978A
Decimal172151138
Binary101011001001011110001010
Octal254227212

Shades and tints

Shades of #AC978A

#AC978A
(172,151,138)
#9D8A7E
(157,138,126)
#8E7D72
(142,125,114)
#7F7066
(127,112,102)
#70635A
(112,99,90)
#61564E
(97,86,78)
#524942
(82,73,66)
#433C36
(67,60,54)
#342F2A
(52,47,42)
#25221E
(37,34,30)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #AC978A

#AC978A
(172,151,138)
#B3A094
(179,160,148)
#BAA99E
(186,169,158)
#C1B2A8
(193,178,168)
#C8BBB2
(200,187,178)
#CFC4BC
(207,196,188)
#D6CDC6
(214,205,198)
#DDD6D0
(221,214,208)
#E4DFDA
(228,223,218)
#EBE8E4
(235,232,228)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC978A color. Also use rgb(172,151,138) instead hex code.

Text Font Color

.myTextColor { color: #AC978A; }

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

This text font color is #AC978A.


Background Color

.myBgColor { background-color: #AC978A; }

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

This div background color is #AC978A.


Border color

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

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

This div border color is #AC978A.


Opacity

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

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

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

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

This text has shadow with #AC978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC978A on black background.


Color preview on white background

This text has color #AC978A on white background.



Black color preview on #AC978A background

This text has black color on #AC978A background.


White color preview on #AC978A background

This text has white color on #AC978A background.