COLOR #AC977E

HEX: #AC977E
RGB: (172,151,126)

Color info

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

RGB color model

#AC977E color RGB value is (172,151,126).

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

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 126 of 255 = 49%

172
151
126

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

Portions of RGB colors in percentages

R + G + B =
172 + 151 + 126 = 449 (100%)
R 172 of 449 ~ 38.31%
G 151 of 449 ~ 33.63%
B 126 of 449 ~ 28.06%

%38.31
%33.63
%28.06

CMYK color model

#AC977E color CMYK value is (0,12,27,33).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK:
(0,12,27,33)
C0M12Y27K33 
(0%,12%,27%,33%)
(0.00/0.12/0.27/0.33)	

CMYK percentages

%0
%12.21
%26.74
%32.55

Codes

Color #AC977E in popluar color models

AC977E
RGB172151126
HSL33°21.70%58.43%
HSB/HSV33°26.74%67.45%
CMYK0.00%12.21%26.74%
32.55%

Color #AC977E in popluar number systems.

HEXAC977E
Decimal172151126
Binary10101100100101111111110
Octal254227176

Shades and tints

Shades of #AC977E

#AC977E
(172,151,126)
#9D8A73
(157,138,115)
#8E7D68
(142,125,104)
#7F705D
(127,112,93)
#706352
(112,99,82)
#615647
(97,86,71)
#52493C
(82,73,60)
#433C31
(67,60,49)
#342F26
(52,47,38)
#25221B
(37,34,27)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #AC977E

#AC977E
(172,151,126)
#B3A089
(179,160,137)
#BAA994
(186,169,148)
#C1B29F
(193,178,159)
#C8BBAA
(200,187,170)
#CFC4B5
(207,196,181)
#D6CDC0
(214,205,192)
#DDD6CB
(221,214,203)
#E4DFD6
(228,223,214)
#EBE8E1
(235,232,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC977E; }

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

This text font color is #AC977E.


Background Color

.myBgColor { background-color: #AC977E; }

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

This div background color is #AC977E.


Border color

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

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

This div border color is #AC977E.


Opacity

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

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

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

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

This text has shadow with #AC977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC977E on black background.


Color preview on white background

This text has color #AC977E on white background.



Black color preview on #AC977E background

This text has black color on #AC977E background.


White color preview on #AC977E background

This text has white color on #AC977E background.