COLOR #ACAB78

HEX: #ACAB78
RGB: (172,171,120)

Color info

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

RGB color model

#ACAB78 color RGB value is (172,171,120).

  • red value is 172;
  • green value is 171;
  • blue value is 120.
RGB:
(172,171,120)
(67%,67%,47%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 120 of 255 = 47%

172
171
120

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

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 120 = 463 (100%)
R 172 of 463 ~ 37.15%
G 171 of 463 ~ 36.93%
B 120 of 463 ~ 25.92%

%37.15
%36.93
%25.92

CMYK color model

#ACAB78 color CMYK value is (0,1,30,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 30.23%
  • key color value is 32.55%
CMYK:
(0,1,30,33)
C0M1Y30K33 
(0%,1%,30%,33%)
(0.00/0.01/0.30/0.33)	

CMYK percentages

%0
%0.58
%30.23
%32.55

Codes

Color #ACAB78 in popluar color models

ACAB78
RGB172171120
HSL59°23.85%57.25%
HSB/HSV59°30.23%67.45%
CMYK0.00%0.58%30.23%
32.55%

Color #ACAB78 in popluar number systems.

HEXACAB78
Decimal172171120
Binary10101100101010111111000
Octal254253170

Shades and tints

Shades of #ACAB78

#ACAB78
(172,171,120)
#9D9C6E
(157,156,110)
#8E8D64
(142,141,100)
#7F7E5A
(127,126,90)
#706F50
(112,111,80)
#616046
(97,96,70)
#52513C
(82,81,60)
#434232
(67,66,50)
#343328
(52,51,40)
#25241E
(37,36,30)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACAB78

#ACAB78
(172,171,120)
#B3B284
(179,178,132)
#BAB990
(186,185,144)
#C1C09C
(193,192,156)
#C8C7A8
(200,199,168)
#CFCEB4
(207,206,180)
#D6D5C0
(214,213,192)
#DDDCCC
(221,220,204)
#E4E3D8
(228,227,216)
#EBEAE4
(235,234,228)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAB78; }

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

This text font color is #ACAB78.


Background Color

.myBgColor { background-color: #ACAB78; }

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

This div background color is #ACAB78.


Border color

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

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

This div border color is #ACAB78.


Opacity

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

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

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

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

This text has shadow with #ACAB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAB78 on black background.


Color preview on white background

This text has color #ACAB78 on white background.



Black color preview on #ACAB78 background

This text has black color on #ACAB78 background.


White color preview on #ACAB78 background

This text has white color on #ACAB78 background.