COLOR #AC917E

HEX: #AC917E
RGB: (172,145,126)

Color info

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

RGB color model

#AC917E color RGB value is (172,145,126).

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

RGB channels and saturation

R 172 of 255 = 67%
G 145 of 255 = 57%
B 126 of 255 = 49%

172
145
126

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

Portions of RGB colors in percentages

R + G + B =
172 + 145 + 126 = 443 (100%)
R 172 of 443 ~ 38.83%
G 145 of 443 ~ 32.73%
B 126 of 443 ~ 28.44%

%38.83
%32.73
%28.44

CMYK color model

#AC917E color CMYK value is (0,16,27,33).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK:
(0,16,27,33)
C0M16Y27K33 
(0%,16%,27%,33%)
(0.00/0.16/0.27/0.33)	

CMYK percentages

%0
%15.7
%26.74
%32.55

Codes

Color #AC917E in popluar color models

AC917E
RGB172145126
HSL25°21.70%58.43%
HSB/HSV25°26.74%67.45%
CMYK0.00%15.70%26.74%
32.55%

Color #AC917E in popluar number systems.

HEXAC917E
Decimal172145126
Binary10101100100100011111110
Octal254221176

Shades and tints

Shades of #AC917E

#AC917E
(172,145,126)
#9D8473
(157,132,115)
#8E7768
(142,119,104)
#7F6A5D
(127,106,93)
#705D52
(112,93,82)
#615047
(97,80,71)
#52433C
(82,67,60)
#433631
(67,54,49)
#342926
(52,41,38)
#251C1B
(37,28,27)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #AC917E

#AC917E
(172,145,126)
#B39B89
(179,155,137)
#BAA594
(186,165,148)
#C1AF9F
(193,175,159)
#C8B9AA
(200,185,170)
#CFC3B5
(207,195,181)
#D6CDC0
(214,205,192)
#DDD7CB
(221,215,203)
#E4E1D6
(228,225,214)
#EBEBE1
(235,235,225)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC917E; }

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

This text font color is #AC917E.


Background Color

.myBgColor { background-color: #AC917E; }

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

This div background color is #AC917E.


Border color

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

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

This div border color is #AC917E.


Opacity

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

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

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

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

This text has shadow with #AC917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC917E on black background.


Color preview on white background

This text has color #AC917E on white background.



Black color preview on #AC917E background

This text has black color on #AC917E background.


White color preview on #AC917E background

This text has white color on #AC917E background.