COLOR #ACB89D

HEX: #ACB89D RGB: (172,184,157)

Color info

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

RGB color model

#ACB89D color RGB value is (172,184,157).

RGB: (172,184,157) (67%, 72%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 157 of 255 = 62%

172
184
157

R + G + B ~ 67%. #ACB89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 157 = 513 (100%)
R 172 of 513 ~ 33.53%
G 184 of 513 ~ 35.87%
B 157 of 513 ~ 30.6'%

%33.53
%35.87
%30.6

CMYK color model

#ACB89D color CMYK value is (7,0,15,28).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 27.84%

CMYK: (7,0,15,28)
C7M0Y15K28 (7%, 0%, 15%, 28%)
(0.07 / 0.00 / 0.15 / 0.28)

CMYK percentages

%6.52
%0
%14.67
%27.84

Codes

Color #ACB89D in popluar color models

AC B8 9D
RGB 172 184 157
HSL 87° 15.98% 66.86%
HSB/HSV 87° 14.67% 72.16%
CMYK 6.52% 0.00% 14.67%
27.84%

Color #ACB89D in popluar number systems.

HEX AC B8 9D
Decimal 172 184 157
Binary 10101100 10111000 10011101
Octal 254 270 235

Shades and tints

Shades of #ACB89D

#ACB89D
(172,184,157)
#9DA88F
(157,168,143)
#8E9881
(142,152,129)
#7F8873
(127,136,115)
#707865
(112,120,101)
#616857
(97,104,87)
#525849
(82,88,73)
#43483B
(67,72,59)
#34382D
(52,56,45)
#25281F
(37,40,31)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #ACB89D

#ACB89D
(172,184,157)
#B3BEA5
(179,190,165)
#BAC4AD
(186,196,173)
#C1CAB5
(193,202,181)
#C8D0BD
(200,208,189)
#CFD6C5
(207,214,197)
#D6DCCD
(214,220,205)
#DDE2D5
(221,226,213)
#E4E8DD
(228,232,221)
#EBEEE5
(235,238,229)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB89D color. Also use rgb(172,184,157) instead hex code.

Text Font Color

.myTextColor { color: #ACB89D; }

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

This text font color is #ACB89D.

Background Color

.myBgColor { background-color: #ACB89D; }

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

This div background color is #ACB89D.

Border color

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

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

This div border color is #ACB89D.

Opacity

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

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

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

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

This text has shadow with #ACB89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB89D.

Preview

Color preview on black background

This text has color #ACB89D on black background.


Color preview on white background

This text has color #ACB89D on white background.


Black color preview on #ACB89D background

This text has black color on #ACB89D background.


White color preview on #ACB89D background

This text has white color on #ACB89D background.


Related colors

Complementary color

Complementary color for #hex is #534762.


I love getcolorcode.com

Triadic colors

1 #9DACB8 and #B89DAC with #ACB89D are triadic colors.

2 #9DB8AC and #B8AC9D with #ACB89D are triadic colors.