COLOR #ACB48C

HEX: #ACB48C RGB: (172,180,140)

Color info

#ACB48C contains red, green and blue colors in about the same proportion. Web safe color of #ACB48C is #99CC99 (or #9C9).

RGB color model

#ACB48C color RGB value is (172,180,140).

RGB: (172,180,140) (67%, 71%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 140 of 255 = 55%

172
180
140

R + G + B ~ 64%. #ACB48C is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 180 + 140 = 492 (100%)
R 172 of 492 ~ 34.96%
G 180 of 492 ~ 36.59%
B 140 of 492 ~ 28.46'%

%34.96
%36.59
%28.46

CMYK color model

#ACB48C color CMYK value is (4,0,22,29).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%

CMYK: (4,0,22,29)
C4M0Y22K29 (4%, 0%, 22%, 29%)
(0.04 / 0.00 / 0.22 / 0.29)

CMYK percentages

%4.44
%0
%22.22
%29.41

Codes

Color #ACB48C in popluar color models

AC B4 8C
RGB 172 180 140
HSL 72° 21.05% 62.75%
HSB/HSV 72° 22.22% 70.59%
CMYK 4.44% 0.00% 22.22%
29.41%

Color #ACB48C in popluar number systems.

HEX AC B4 8C
Decimal 172 180 140
Binary 10101100 10110100 10001100
Octal 254 264 214

Shades and tints

Shades of #ACB48C

#ACB48C
(172,180,140)
#9DA480
(157,164,128)
#8E9474
(142,148,116)
#7F8468
(127,132,104)
#70745C
(112,116,92)
#616450
(97,100,80)
#525444
(82,84,68)
#434438
(67,68,56)
#34342C
(52,52,44)
#252420
(37,36,32)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #ACB48C

#ACB48C
(172,180,140)
#B3BA96
(179,186,150)
#BAC0A0
(186,192,160)
#C1C6AA
(193,198,170)
#C8CCB4
(200,204,180)
#CFD2BE
(207,210,190)
#D6D8C8
(214,216,200)
#DDDED2
(221,222,210)
#E4E4DC
(228,228,220)
#EBEAE6
(235,234,230)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB48C color. Also use rgb(172,180,140) instead hex code.

Text Font Color

.myTextColor { color: #ACB48C; }

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

This text font color is #ACB48C.

Background Color

.myBgColor { background-color: #ACB48C; }

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

This div background color is #ACB48C.

Border color

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

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

This div border color is #ACB48C.

Opacity

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

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

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

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

This text has shadow with #ACB48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB48C.

Preview

Color preview on black background

This text has color #ACB48C on black background.


Color preview on white background

This text has color #ACB48C on white background.


Black color preview on #ACB48C background

This text has black color on #ACB48C background.


White color preview on #ACB48C background

This text has white color on #ACB48C background.


Related colors

Complementary color

Complementary color for #hex is #534B73.


I love getcolorcode.com

Triadic colors

1 #8CACB4 and #B48CAC with #ACB48C are triadic colors.

2 #8CB4AC and #B4AC8C with #ACB48C are triadic colors.