COLOR #ACB688

HEX: #ACB688 RGB: (172,182,136)

Color info

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

RGB color model

#ACB688 color RGB value is (172,182,136).

RGB: (172,182,136) (67%, 71%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 136 of 255 = 53%

172
182
136

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

Portions of RGB colors in percentages

R + G + B = 172 + 182 + 136 = 490 (100%)
R 172 of 490 ~ 35.1%
G 182 of 490 ~ 37.14%
B 136 of 490 ~ 27.76'%

%35.1
%37.14
%27.76

CMYK color model

#ACB688 color CMYK value is (5,0,25,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 25.27%
  • key color value is 28.63%

CMYK: (5,0,25,29)
C5M0Y25K29 (5%, 0%, 25%, 29%)
(0.05 / 0.00 / 0.25 / 0.29)

CMYK percentages

%5.49
%0
%25.27
%28.63

Codes

Color #ACB688 in popluar color models

AC B6 88
RGB 172 182 136
HSL 73° 23.96% 62.35%
HSB/HSV 73° 25.27% 71.37%
CMYK 5.49% 0.00% 25.27%
28.63%

Color #ACB688 in popluar number systems.

HEX AC B6 88
Decimal 172 182 136
Binary 10101100 10110110 10001000
Octal 254 266 210

Shades and tints

Shades of #ACB688

#ACB688
(172,182,136)
#9DA67C
(157,166,124)
#8E9670
(142,150,112)
#7F8664
(127,134,100)
#707658
(112,118,88)
#61664C
(97,102,76)
#525640
(82,86,64)
#434634
(67,70,52)
#343628
(52,54,40)
#25261C
(37,38,28)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #ACB688

#ACB688
(172,182,136)
#B3BC92
(179,188,146)
#BAC29C
(186,194,156)
#C1C8A6
(193,200,166)
#C8CEB0
(200,206,176)
#CFD4BA
(207,212,186)
#D6DAC4
(214,218,196)
#DDE0CE
(221,224,206)
#E4E6D8
(228,230,216)
#EBECE2
(235,236,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB688 color. Also use rgb(172,182,136) instead hex code.

Text Font Color

.myTextColor { color: #ACB688; }

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

This text font color is #ACB688.

Background Color

.myBgColor { background-color: #ACB688; }

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

This div background color is #ACB688.

Border color

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

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

This div border color is #ACB688.

Opacity

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

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

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

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

This text has shadow with #ACB688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB688.

Preview

Color preview on black background

This text has color #ACB688 on black background.


Color preview on white background

This text has color #ACB688 on white background.


Black color preview on #ACB688 background

This text has black color on #ACB688 background.


White color preview on #ACB688 background

This text has white color on #ACB688 background.


Related colors

Complementary color

Complementary color for #hex is #534977.


I love getcolorcode.com

Triadic colors

1 #88ACB6 and #B688AC with #ACB688 are triadic colors.

2 #88B6AC and #B6AC88 with #ACB688 are triadic colors.