COLOR #ACB89F

HEX: #ACB89F RGB: (172,184,159)

Color info

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

RGB color model

#ACB89F color RGB value is (172,184,159).

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

RGB channels and saturation

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

172
184
159

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

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 159 = 515 (100%)
R 172 of 515 ~ 33.4%
G 184 of 515 ~ 35.73%
B 159 of 515 ~ 30.87'%

%33.4
%35.73
%30.87

CMYK color model

#ACB89F color CMYK value is (7,0,14,28).

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

CMYK: (7,0,14,28)
C7M0Y14K28 (7%, 0%, 14%, 28%)
(0.07 / 0.00 / 0.14 / 0.28)

CMYK percentages

%6.52
%0
%13.59
%27.84

Codes

Color #ACB89F in popluar color models

AC B8 9F
RGB 172 184 159
HSL 89° 14.97% 67.25%
HSB/HSV 89° 13.59% 72.16%
CMYK 6.52% 0.00% 13.59%
27.84%

Color #ACB89F in popluar number systems.

HEX AC B8 9F
Decimal 172 184 159
Binary 10101100 10111000 10011111
Octal 254 270 237

Shades and tints

Shades of #ACB89F

#ACB89F
(172,184,159)
#9DA891
(157,168,145)
#8E9883
(142,152,131)
#7F8875
(127,136,117)
#707867
(112,120,103)
#616859
(97,104,89)
#52584B
(82,88,75)
#43483D
(67,72,61)
#34382F
(52,56,47)
#252821
(37,40,33)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #ACB89F

#ACB89F
(172,184,159)
#B3BEA7
(179,190,167)
#BAC4AF
(186,196,175)
#C1CAB7
(193,202,183)
#C8D0BF
(200,208,191)
#CFD6C7
(207,214,199)
#D6DCCF
(214,220,207)
#DDE2D7
(221,226,215)
#E4E8DF
(228,232,223)
#EBEEE7
(235,238,231)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB89F; }

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

This text font color is #ACB89F.

Background Color

.myBgColor { background-color: #ACB89F; }

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

This div background color is #ACB89F.

Border color

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

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

This div border color is #ACB89F.

Opacity

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

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

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

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

This text has shadow with #ACB89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB89F.

Preview

Color preview on black background

This text has color #ACB89F on black background.


Color preview on white background

This text has color #ACB89F on white background.


Black color preview on #ACB89F background

This text has black color on #ACB89F background.


White color preview on #ACB89F background

This text has white color on #ACB89F background.


Related colors

Complementary color

Complementary color for #hex is #534760.


I love getcolorcode.com

Triadic colors

1 #9FACB8 and #B89FAC with #ACB89F are triadic colors.

2 #9FB8AC and #B8AC9F with #ACB89F are triadic colors.