COLOR #ACB28B

HEX: #ACB28B RGB: (172,178,139)

Color info

#ACB28B contains red, green and blue colors in about the same proportion. Web safe color of #ACB28B is #999999 (or #999).

RGB color model

#ACB28B color RGB value is (172,178,139).

RGB: (172,178,139) (67%, 70%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 139 of 255 = 55%

172
178
139

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

Portions of RGB colors in percentages

R + G + B = 172 + 178 + 139 = 489 (100%)
R 172 of 489 ~ 35.17%
G 178 of 489 ~ 36.4%
B 139 of 489 ~ 28.43'%

%35.17
%36.4
%28.43

CMYK color model

#ACB28B color CMYK value is (3,0,22,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 21.91%
  • key color value is 30.20%
CMYK: (3,0,22,30) C3M0Y22K30 (3%,0%,22%,30%) (0.03/0.00/0.22/0.30) 

CMYK percentages

%3.37
%0
%21.91
%30.2

Codes

Color #ACB28B in popluar color models

AC B2 8B
RGB 172 178 139
HSL 69° 20.21% 62.16%
HSB/HSV 69° 21.91% 69.80%
CMYK 3.37% 0.00% 21.91%
30.20%

Color #ACB28B in popluar number systems.

HEX AC B2 8B
Decimal 172 178 139
Binary 10101100 10110010 10001011
Octal 254 262 213

Shades and tints

Shades of #ACB28B

#ACB28B
(172,178,139)
#9DA27F
(157,162,127)
#8E9273
(142,146,115)
#7F8267
(127,130,103)
#70725B
(112,114,91)
#61624F
(97,98,79)
#525243
(82,82,67)
#434237
(67,66,55)
#34322B
(52,50,43)
#25221F
(37,34,31)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #ACB28B

#ACB28B
(172,178,139)
#B3B995
(179,185,149)
#BAC09F
(186,192,159)
#C1C7A9
(193,199,169)
#C8CEB3
(200,206,179)
#CFD5BD
(207,213,189)
#D6DCC7
(214,220,199)
#DDE3D1
(221,227,209)
#E4EADB
(228,234,219)
#EBF1E5
(235,241,229)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB28B color. Also use rgb(172,178,139) instead hex code.

Text Font Color

.myTextColor { color: #ACB28B; }

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

This text font color is #ACB28B.

Background Color

.myBgColor { background-color: #ACB28B; }

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

This div background color is #ACB28B.

Border color

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

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

This div border color is #ACB28B.

Opacity

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

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

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

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

This text has shadow with #ACB28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB28B.

Preview

Color preview on black background

This text has color #ACB28B on black background.


Color preview on white background

This text has color #ACB28B on white background.


Black color preview on #ACB28B background

This text has black color on #ACB28B background.


White color preview on #ACB28B background

This text has white color on #ACB28B background.


Related colors

Complementary color

Complementary color for #hex is #534D74.


I love getcolorcode.com

Triadic colors

1 #8BACB2 and #B28BAC with #ACB28B are triadic colors.

2 #8BB2AC and #B2AC8B with #ACB28B are triadic colors.