COLOR #ACB3A1

HEX: #ACB3A1 RGB: (172,179,161)

Color info

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

RGB color model

#ACB3A1 color RGB value is (172,179,161).

RGB: (172,179,161) (67%, 70%, 63%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 161 of 255 = 63%

172
179
161

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

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 161 = 512 (100%)
R 172 of 512 ~ 33.59%
G 179 of 512 ~ 34.96%
B 161 of 512 ~ 31.45'%

%33.59
%34.96
%31.45

CMYK color model

#ACB3A1 color CMYK value is (4,0,10,30).

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

CMYK: (4,0,10,30)
C4M0Y10K30 (4%, 0%, 10%, 30%)
(0.04 / 0.00 / 0.10 / 0.30)

CMYK percentages

%3.91
%0
%10.06
%29.8

Codes

Color #ACB3A1 in popluar color models

AC B3 A1
RGB 172 179 161
HSL 83° 10.59% 66.67%
HSB/HSV 83° 10.06% 70.20%
CMYK 3.91% 0.00% 10.06%
29.80%

Color #ACB3A1 in popluar number systems.

HEX AC B3 A1
Decimal 172 179 161
Binary 10101100 10110011 10100001
Octal 254 263 241

Shades and tints

Shades of #ACB3A1

#ACB3A1
(172,179,161)
#9DA393
(157,163,147)
#8E9385
(142,147,133)
#7F8377
(127,131,119)
#707369
(112,115,105)
#61635B
(97,99,91)
#52534D
(82,83,77)
#43433F
(67,67,63)
#343331
(52,51,49)
#252323
(37,35,35)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #ACB3A1

#ACB3A1
(172,179,161)
#B3B9A9
(179,185,169)
#BABFB1
(186,191,177)
#C1C5B9
(193,197,185)
#C8CBC1
(200,203,193)
#CFD1C9
(207,209,201)
#D6D7D1
(214,215,209)
#DDDDD9
(221,221,217)
#E4E3E1
(228,227,225)
#EBE9E9
(235,233,233)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB3A1; }

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

This text font color is #ACB3A1.

Background Color

.myBgColor { background-color: #ACB3A1; }

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

This div background color is #ACB3A1.

Border color

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

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

This div border color is #ACB3A1.

Opacity

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

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

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

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

This text has shadow with #ACB3A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB3A1.

Preview

Color preview on black background

This text has color #ACB3A1 on black background.


Color preview on white background

This text has color #ACB3A1 on white background.


Black color preview on #ACB3A1 background

This text has black color on #ACB3A1 background.


White color preview on #ACB3A1 background

This text has white color on #ACB3A1 background.


Related colors

Complementary color

Complementary color for #hex is #534C5E.


I love getcolorcode.com

Triadic colors

1 #A1ACB3 and #B3A1AC with #ACB3A1 are triadic colors.

2 #A1B3AC and #B3ACA1 with #ACB3A1 are triadic colors.