COLOR #ACB086

HEX: #ACB086 RGB: (172,176,134)

Color info

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

RGB color model

#ACB086 color RGB value is (172,176,134).

RGB: (172,176,134) (67%, 69%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 134 of 255 = 53%

172
176
134

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

Portions of RGB colors in percentages

R + G + B = 172 + 176 + 134 = 482 (100%)
R 172 of 482 ~ 35.68%
G 176 of 482 ~ 36.51%
B 134 of 482 ~ 27.8'%

%35.68
%36.51
%27.8

CMYK color model

#ACB086 color CMYK value is (2,0,24,31).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 30.98%

CMYK: (2,0,24,31)
C2M0Y24K31 (2%, 0%, 24%, 31%)
(0.02 / 0.00 / 0.24 / 0.31)

CMYK percentages

%2.27
%0
%23.86
%30.98

Codes

Color #ACB086 in popluar color models

AC B0 86
RGB 172 176 134
HSL 66° 21.00% 60.78%
HSB/HSV 66° 23.86% 69.02%
CMYK 2.27% 0.00% 23.86%
30.98%

Color #ACB086 in popluar number systems.

HEX AC B0 86
Decimal 172 176 134
Binary 10101100 10110000 10000110
Octal 254 260 206

Shades and tints

Shades of #ACB086

#ACB086
(172,176,134)
#9DA07A
(157,160,122)
#8E906E
(142,144,110)
#7F8062
(127,128,98)
#707056
(112,112,86)
#61604A
(97,96,74)
#52503E
(82,80,62)
#434032
(67,64,50)
#343026
(52,48,38)
#25201A
(37,32,26)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #ACB086

#ACB086
(172,176,134)
#B3B791
(179,183,145)
#BABE9C
(186,190,156)
#C1C5A7
(193,197,167)
#C8CCB2
(200,204,178)
#CFD3BD
(207,211,189)
#D6DAC8
(214,218,200)
#DDE1D3
(221,225,211)
#E4E8DE
(228,232,222)
#EBEFE9
(235,239,233)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB086; }

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

This text font color is #ACB086.

Background Color

.myBgColor { background-color: #ACB086; }

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

This div background color is #ACB086.

Border color

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

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

This div border color is #ACB086.

Opacity

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

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

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

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

This text has shadow with #ACB086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB086.

Preview

Color preview on black background

This text has color #ACB086 on black background.


Color preview on white background

This text has color #ACB086 on white background.


Black color preview on #ACB086 background

This text has black color on #ACB086 background.


White color preview on #ACB086 background

This text has white color on #ACB086 background.


Related colors

Complementary color

Complementary color for #hex is #534F79.


I love getcolorcode.com

Triadic colors

1 #86ACB0 and #B086AC with #ACB086 are triadic colors.

2 #86B0AC and #B0AC86 with #ACB086 are triadic colors.