COLOR #AC9CA1

HEX: #AC9CA1
RGB: (172,156,161)

Color info

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

RGB color model

#AC9CA1 color RGB value is (172,156,161).

  • red value is 172;
  • green value is 156;
  • blue value is 161.
RGB:
(172,156,161)
(67%,61%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 161 of 255 = 63%

172
156
161

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

Portions of RGB colors in percentages

R + G + B =
172 + 156 + 161 = 489 (100%)
R 172 of 489 ~ 35.17%
G 156 of 489 ~ 31.9%
B 161 of 489 ~ 32.92%

%35.17
%31.9
%32.92

CMYK color model

#AC9CA1 color CMYK value is (0,9,6,33).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 6.40%
  • key color value is 32.55%
CMYK:
(0,9,6,33)
C0M9Y6K33 
(0%,9%,6%,33%)
(0.00/0.09/0.06/0.33)	

CMYK percentages

%0
%9.3
%6.4
%32.55

Codes

Color #AC9CA1 in popluar color models

AC9CA1
RGB172156161
HSL341°8.79%64.31%
HSB/HSV341°9.30%67.45%
CMYK0.00%9.30%6.40%
32.55%

Color #AC9CA1 in popluar number systems.

HEXAC9CA1
Decimal172156161
Binary101011001001110010100001
Octal254234241

Shades and tints

Shades of #AC9CA1

#AC9CA1
(172,156,161)
#9D8E93
(157,142,147)
#8E8085
(142,128,133)
#7F7277
(127,114,119)
#706469
(112,100,105)
#61565B
(97,86,91)
#52484D
(82,72,77)
#433A3F
(67,58,63)
#342C31
(52,44,49)
#251E23
(37,30,35)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #AC9CA1

#AC9CA1
(172,156,161)
#B3A5A9
(179,165,169)
#BAAEB1
(186,174,177)
#C1B7B9
(193,183,185)
#C8C0C1
(200,192,193)
#CFC9C9
(207,201,201)
#D6D2D1
(214,210,209)
#DDDBD9
(221,219,217)
#E4E4E1
(228,228,225)
#EBEDE9
(235,237,233)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9CA1; }

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

This text font color is #AC9CA1.


Background Color

.myBgColor { background-color: #AC9CA1; }

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

This div background color is #AC9CA1.


Border color

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

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

This div border color is #AC9CA1.


Opacity

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

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

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

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

This text has shadow with #AC9CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9CA1 on black background.


Color preview on white background

This text has color #AC9CA1 on white background.



Black color preview on #AC9CA1 background

This text has black color on #AC9CA1 background.


White color preview on #AC9CA1 background

This text has white color on #AC9CA1 background.