COLOR #ACB386

HEX: #ACB386 RGB: (172,179,134)

Color info

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

RGB color model

#ACB386 color RGB value is (172,179,134).

RGB: (172,179,134) (67%, 70%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 134 of 255 = 53%

172
179
134

R + G + B ~ 63%. #ACB386 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 134 = 485 (100%)
R 172 of 485 ~ 35.46%
G 179 of 485 ~ 36.91%
B 134 of 485 ~ 27.63'%

%35.46
%36.91
%27.63

CMYK color model

#ACB386 color CMYK value is (4,0,25,30).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 29.80%

CMYK: (4,0,25,30)
C4M0Y25K30 (4%, 0%, 25%, 30%)
(0.04 / 0.00 / 0.25 / 0.30)

CMYK percentages

%3.91
%0
%25.14
%29.8

Codes

Color #ACB386 in popluar color models

AC B3 86
RGB 172 179 134
HSL 69° 22.84% 61.37%
HSB/HSV 69° 25.14% 70.20%
CMYK 3.91% 0.00% 25.14%
29.80%

Color #ACB386 in popluar number systems.

HEX AC B3 86
Decimal 172 179 134
Binary 10101100 10110011 10000110
Octal 254 263 206

Shades and tints

Shades of #ACB386

#ACB386
(172,179,134)
#9DA37A
(157,163,122)
#8E936E
(142,147,110)
#7F8362
(127,131,98)
#707356
(112,115,86)
#61634A
(97,99,74)
#52533E
(82,83,62)
#434332
(67,67,50)
#343326
(52,51,38)
#25231A
(37,35,26)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #ACB386

#ACB386
(172,179,134)
#B3B991
(179,185,145)
#BABF9C
(186,191,156)
#C1C5A7
(193,197,167)
#C8CBB2
(200,203,178)
#CFD1BD
(207,209,189)
#D6D7C8
(214,215,200)
#DDDDD3
(221,221,211)
#E4E3DE
(228,227,222)
#EBE9E9
(235,233,233)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB386 color. Also use rgb(172,179,134) instead hex code.

Text Font Color

.myTextColor { color: #ACB386; }

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

This text font color is #ACB386.

Background Color

.myBgColor { background-color: #ACB386; }

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

This div background color is #ACB386.

Border color

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

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

This div border color is #ACB386.

Opacity

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

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

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

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

This text has shadow with #ACB386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB386.

Preview

Color preview on black background

This text has color #ACB386 on black background.


Color preview on white background

This text has color #ACB386 on white background.


Black color preview on #ACB386 background

This text has black color on #ACB386 background.


White color preview on #ACB386 background

This text has white color on #ACB386 background.


Related colors

Complementary color

Complementary color for #hex is #534C79.


I love getcolorcode.com

Triadic colors

1 #86ACB3 and #B386AC with #ACB386 are triadic colors.

2 #86B3AC and #B3AC86 with #ACB386 are triadic colors.