COLOR #AC9478

HEX: #AC9478 RGB: (172,148,120)

Color info

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

RGB color model

#AC9478 color RGB value is (172,148,120).

RGB: (172,148,120) (67%, 58%, 47%)

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 120 of 255 = 47%

172
148
120

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

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 120 = 440 (100%)
R 172 of 440 ~ 39.09%
G 148 of 440 ~ 33.64%
B 120 of 440 ~ 27.27'%

%39.09
%33.64
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 30.23%
  • key color value is 32.55%

CMYK: (0,14,30,33)
C0M14Y30K33 (0%, 14%, 30%, 33%)
(0.00 / 0.14 / 0.30 / 0.33)

CMYK percentages

%0
%13.95
%30.23
%32.55

Codes

Color #AC9478 in popluar color models

AC 94 78
RGB 172 148 120
HSL 32° 23.85% 57.25%
HSB/HSV 32° 30.23% 67.45%
CMYK 0.00% 13.95% 30.23%
32.55%

Color #AC9478 in popluar number systems.

HEX AC 94 78
Decimal 172 148 120
Binary 10101100 10010100 1111000
Octal 254 224 170

Shades and tints

Shades of #AC9478

#AC9478
(172,148,120)
#9D876E
(157,135,110)
#8E7A64
(142,122,100)
#7F6D5A
(127,109,90)
#706050
(112,96,80)
#615346
(97,83,70)
#52463C
(82,70,60)
#433932
(67,57,50)
#342C28
(52,44,40)
#251F1E
(37,31,30)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC9478

#AC9478
(172,148,120)
#B39D84
(179,157,132)
#BAA690
(186,166,144)
#C1AF9C
(193,175,156)
#C8B8A8
(200,184,168)
#CFC1B4
(207,193,180)
#D6CAC0
(214,202,192)
#DDD3CC
(221,211,204)
#E4DCD8
(228,220,216)
#EBE5E4
(235,229,228)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9478; }

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

This text font color is #AC9478.

Background Color

.myBgColor { background-color: #AC9478; }

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

This div background color is #AC9478.

Border color

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

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

This div border color is #AC9478.

Opacity

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

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

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

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

This text has shadow with #AC9478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9478.

Preview

Color preview on black background

This text has color #AC9478 on black background.


Color preview on white background

This text has color #AC9478 on white background.


Black color preview on #AC9478 background

This text has black color on #AC9478 background.


White color preview on #AC9478 background

This text has white color on #AC9478 background.


Related colors

Complementary color

Complementary color for #hex is #536B87.


I love getcolorcode.com

Triadic colors

1 #78AC94 and #9478AC with #AC9478 are triadic colors.

2 #7894AC and #94AC78 with #AC9478 are triadic colors.