COLOR #ACB2A0

HEX: #ACB2A0
RGB: (172,178,160)

Color info

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

RGB color model

#ACB2A0 color RGB value is (172,178,160).

  • red value is 172;
  • green value is 178;
  • blue value is 160.
RGB:
(172,178,160)
(67%,70%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 160 of 255 = 63%

172
178
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 160 = 510 (100%)
R 172 of 510 ~ 33.73%
G 178 of 510 ~ 34.9%
B 160 of 510 ~ 31.37%

%33.73
%34.9
%31.37

CMYK color model

#ACB2A0 color CMYK value is (3,0,10,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(3,0,10,30)
C3M0Y10K30 
(3%,0%,10%,30%)
(0.03/0.00/0.10/0.30)	

CMYK percentages

%3.37
%0
%10.11
%30.2

Codes

Color #ACB2A0 in popluar color models

ACB2A0
RGB172178160
HSL80°10.47%66.27%
HSB/HSV80°10.11%69.80%
CMYK3.37%0.00%10.11%
30.20%

Color #ACB2A0 in popluar number systems.

HEXACB2A0
Decimal172178160
Binary101011001011001010100000
Octal254262240

Shades and tints

Shades of #ACB2A0

#ACB2A0
(172,178,160)
#9DA292
(157,162,146)
#8E9284
(142,146,132)
#7F8276
(127,130,118)
#707268
(112,114,104)
#61625A
(97,98,90)
#52524C
(82,82,76)
#43423E
(67,66,62)
#343230
(52,50,48)
#252222
(37,34,34)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #ACB2A0

#ACB2A0
(172,178,160)
#B3B9A8
(179,185,168)
#BAC0B0
(186,192,176)
#C1C7B8
(193,199,184)
#C8CEC0
(200,206,192)
#CFD5C8
(207,213,200)
#D6DCD0
(214,220,208)
#DDE3D8
(221,227,216)
#E4EAE0
(228,234,224)
#EBF1E8
(235,241,232)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB2A0 color. Also use rgb(172,178,160) instead hex code.

Text Font Color

.myTextColor { color: #ACB2A0; }

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

This text font color is #ACB2A0.


Background Color

.myBgColor { background-color: #ACB2A0; }

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

This div background color is #ACB2A0.


Border color

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

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

This div border color is #ACB2A0.


Opacity

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

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

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

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

This text has shadow with #ACB2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB2A0 on black background.


Color preview on white background

This text has color #ACB2A0 on white background.



Black color preview on #ACB2A0 background

This text has black color on #ACB2A0 background.


White color preview on #ACB2A0 background

This text has white color on #ACB2A0 background.