COLOR #AC9497

HEX: #AC9497
RGB: (172,148,151)

Color info

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

RGB color model

#AC9497 color RGB value is (172,148,151).

  • red value is 172;
  • green value is 148;
  • blue value is 151.
RGB:
(172,148,151)
(67%,58%,59%)

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 151 of 255 = 59%

172
148
151

R + G + B ~ 61%. #AC9497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 148 + 151 = 471 (100%)
R 172 of 471 ~ 36.52%
G 148 of 471 ~ 31.42%
B 151 of 471 ~ 32.06%

%36.52
%31.42
%32.06

CMYK color model

#AC9497 color CMYK value is (0,14,12,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(0,14,12,33)
C0M14Y12K33 
(0%,14%,12%,33%)
(0.00/0.14/0.12/0.33)	

CMYK percentages

%0
%13.95
%12.21
%32.55

Codes

Color #AC9497 in popluar color models

AC9497
RGB172148151
HSL353°12.63%62.75%
HSB/HSV353°13.95%67.45%
CMYK0.00%13.95%12.21%
32.55%

Color #AC9497 in popluar number systems.

HEXAC9497
Decimal172148151
Binary101011001001010010010111
Octal254224227

Shades and tints

Shades of #AC9497

#AC9497
(172,148,151)
#9D878A
(157,135,138)
#8E7A7D
(142,122,125)
#7F6D70
(127,109,112)
#706063
(112,96,99)
#615356
(97,83,86)
#524649
(82,70,73)
#43393C
(67,57,60)
#342C2F
(52,44,47)
#251F22
(37,31,34)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #AC9497

#AC9497
(172,148,151)
#B39DA0
(179,157,160)
#BAA6A9
(186,166,169)
#C1AFB2
(193,175,178)
#C8B8BB
(200,184,187)
#CFC1C4
(207,193,196)
#D6CACD
(214,202,205)
#DDD3D6
(221,211,214)
#E4DCDF
(228,220,223)
#EBE5E8
(235,229,232)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9497 color. Also use rgb(172,148,151) instead hex code.

Text Font Color

.myTextColor { color: #AC9497; }

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

This text font color is #AC9497.


Background Color

.myBgColor { background-color: #AC9497; }

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

This div background color is #AC9497.


Border color

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

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

This div border color is #AC9497.


Opacity

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

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

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

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

This text has shadow with #AC9497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9497 on black background.


Color preview on white background

This text has color #AC9497 on white background.



Black color preview on #AC9497 background

This text has black color on #AC9497 background.


White color preview on #AC9497 background

This text has white color on #AC9497 background.