COLOR #AC9474

HEX: #AC9474
RGB: (172,148,116)

Color info

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

RGB color model

#AC9474 color RGB value is (172,148,116).

  • red value is 172;
  • green value is 148;
  • blue value is 116.
RGB:
(172,148,116)
(67%,58%,45%)

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 116 of 255 = 45%

172
148
116

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

Portions of RGB colors in percentages

R + G + B =
172 + 148 + 116 = 436 (100%)
R 172 of 436 ~ 39.45%
G 148 of 436 ~ 33.94%
B 116 of 436 ~ 26.61%

%39.45
%33.94
%26.61

CMYK color model

#AC9474 color CMYK value is (0,14,33,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 32.56%
  • key color value is 32.55%
CMYK:
(0,14,33,33)
C0M14Y33K33 
(0%,14%,33%,33%)
(0.00/0.14/0.33/0.33)	

CMYK percentages

%0
%13.95
%32.56
%32.55

Codes

Color #AC9474 in popluar color models

AC9474
RGB172148116
HSL34°25.23%56.47%
HSB/HSV34°32.56%67.45%
CMYK0.00%13.95%32.56%
32.55%

Color #AC9474 in popluar number systems.

HEXAC9474
Decimal172148116
Binary10101100100101001110100
Octal254224164

Shades and tints

Shades of #AC9474

#AC9474
(172,148,116)
#9D876A
(157,135,106)
#8E7A60
(142,122,96)
#7F6D56
(127,109,86)
#70604C
(112,96,76)
#615342
(97,83,66)
#524638
(82,70,56)
#43392E
(67,57,46)
#342C24
(52,44,36)
#251F1A
(37,31,26)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC9474

#AC9474
(172,148,116)
#B39D80
(179,157,128)
#BAA68C
(186,166,140)
#C1AF98
(193,175,152)
#C8B8A4
(200,184,164)
#CFC1B0
(207,193,176)
#D6CABC
(214,202,188)
#DDD3C8
(221,211,200)
#E4DCD4
(228,220,212)
#EBE5E0
(235,229,224)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9474 color. Also use rgb(172,148,116) instead hex code.

Text Font Color

.myTextColor { color: #AC9474; }

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

This text font color is #AC9474.


Background Color

.myBgColor { background-color: #AC9474; }

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

This div background color is #AC9474.


Border color

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

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

This div border color is #AC9474.


Opacity

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

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

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

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

This text has shadow with #AC9474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9474 on black background.


Color preview on white background

This text has color #AC9474 on white background.



Black color preview on #AC9474 background

This text has black color on #AC9474 background.


White color preview on #AC9474 background

This text has white color on #AC9474 background.