COLOR #ACA078

HEX: #ACA078 RGB: (172,160,120)

Color info

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

RGB color model

#ACA078 color RGB value is (172,160,120).

RGB: (172,160,120) (67%, 63%, 47%)

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 120 of 255 = 47%

172
160
120

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

Portions of RGB colors in percentages

R + G + B = 172 + 160 + 120 = 452 (100%)
R 172 of 452 ~ 38.05%
G 160 of 452 ~ 35.4%
B 120 of 452 ~ 26.55'%

%38.05
%35.4
%26.55

CMYK color model

#ACA078 color CMYK value is (0,7,30,33).

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

CMYK: (0,7,30,33)
C0M7Y30K33 (0%, 7%, 30%, 33%)
(0.00 / 0.07 / 0.30 / 0.33)

CMYK percentages

%0
%6.98
%30.23
%32.55

Codes

Color #ACA078 in popluar color models

AC A0 78
RGB 172 160 120
HSL 46° 23.85% 57.25%
HSB/HSV 46° 30.23% 67.45%
CMYK 0.00% 6.98% 30.23%
32.55%

Color #ACA078 in popluar number systems.

HEX AC A0 78
Decimal 172 160 120
Binary 10101100 10100000 1111000
Octal 254 240 170

Shades and tints

Shades of #ACA078

#ACA078
(172,160,120)
#9D926E
(157,146,110)
#8E8464
(142,132,100)
#7F765A
(127,118,90)
#706850
(112,104,80)
#615A46
(97,90,70)
#524C3C
(82,76,60)
#433E32
(67,62,50)
#343028
(52,48,40)
#25221E
(37,34,30)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #ACA078

#ACA078
(172,160,120)
#B3A884
(179,168,132)
#BAB090
(186,176,144)
#C1B89C
(193,184,156)
#C8C0A8
(200,192,168)
#CFC8B4
(207,200,180)
#D6D0C0
(214,208,192)
#DDD8CC
(221,216,204)
#E4E0D8
(228,224,216)
#EBE8E4
(235,232,228)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA078; }

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

This text font color is #ACA078.

Background Color

.myBgColor { background-color: #ACA078; }

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

This div background color is #ACA078.

Border color

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

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

This div border color is #ACA078.

Opacity

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

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

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

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

This text has shadow with #ACA078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA078.

Preview

Color preview on black background

This text has color #ACA078 on black background.


Color preview on white background

This text has color #ACA078 on white background.


Black color preview on #ACA078 background

This text has black color on #ACA078 background.


White color preview on #ACA078 background

This text has white color on #ACA078 background.


Related colors

Complementary color

Complementary color for #hex is #535F87.


I love getcolorcode.com

Triadic colors

1 #78ACA0 and #A078AC with #ACA078 are triadic colors.

2 #78A0AC and #A0AC78 with #ACA078 are triadic colors.