COLOR #AC9BA4

HEX: #AC9BA4 RGB: (172,155,164)

Color info

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

RGB color model

#AC9BA4 color RGB value is (172,155,164).

RGB: (172,155,164) (67%, 61%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 155 of 255 = 61%
B 164 of 255 = 64%

172
155
164

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

Portions of RGB colors in percentages

R + G + B = 172 + 155 + 164 = 491 (100%)
R 172 of 491 ~ 35.03%
G 155 of 491 ~ 31.57%
B 164 of 491 ~ 33.4'%

%35.03
%31.57
%33.4

CMYK color model

#AC9BA4 color CMYK value is (0,10,5,33).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 4.65%
  • key color value is 32.55%

CMYK: (0,10,5,33)
C0M10Y5K33 (0%, 10%, 5%, 33%)
(0.00 / 0.10 / 0.05 / 0.33)

CMYK percentages

%0
%9.88
%4.65
%32.55

Codes

Color #AC9BA4 in popluar color models

AC 9B A4
RGB 172 155 164
HSL 328° 9.29% 64.12%
HSB/HSV 328° 9.88% 67.45%
CMYK 0.00% 9.88% 4.65%
32.55%

Color #AC9BA4 in popluar number systems.

HEX AC 9B A4
Decimal 172 155 164
Binary 10101100 10011011 10100100
Octal 254 233 244

Shades and tints

Shades of #AC9BA4

#AC9BA4
(172,155,164)
#9D8D96
(157,141,150)
#8E7F88
(142,127,136)
#7F717A
(127,113,122)
#70636C
(112,99,108)
#61555E
(97,85,94)
#524750
(82,71,80)
#433942
(67,57,66)
#342B34
(52,43,52)
#251D26
(37,29,38)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #AC9BA4

#AC9BA4
(172,155,164)
#B3A4AC
(179,164,172)
#BAADB4
(186,173,180)
#C1B6BC
(193,182,188)
#C8BFC4
(200,191,196)
#CFC8CC
(207,200,204)
#D6D1D4
(214,209,212)
#DDDADC
(221,218,220)
#E4E3E4
(228,227,228)
#EBECEC
(235,236,236)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9BA4 color. Also use rgb(172,155,164) instead hex code.

Text Font Color

.myTextColor { color: #AC9BA4; }

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

This text font color is #AC9BA4.

Background Color

.myBgColor { background-color: #AC9BA4; }

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

This div background color is #AC9BA4.

Border color

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

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

This div border color is #AC9BA4.

Opacity

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

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

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

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

This text has shadow with #AC9BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9BA4.

Preview

Color preview on black background

This text has color #AC9BA4 on black background.


Color preview on white background

This text has color #AC9BA4 on white background.


Black color preview on #AC9BA4 background

This text has black color on #AC9BA4 background.


White color preview on #AC9BA4 background

This text has white color on #AC9BA4 background.


Related colors

Complementary color

Complementary color for #hex is #53645B.


I love getcolorcode.com

Triadic colors

1 #A4AC9B and #9BA4AC with #AC9BA4 are triadic colors.

2 #A49BAC and #9BACA4 with #AC9BA4 are triadic colors.