COLOR #A3AC97

HEX: #A3AC97
RGB: (163,172,151)

Color info

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

RGB color model

#A3AC97 color RGB value is (163,172,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 172 of 255 = 67%
B 151 of 255 = 59%

163
172
151

R + G + B ~ 63%. #A3AC97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 172 + 151 = 486 (100%)
R 163 of 486 ~ 33.54%
G 172 of 486 ~ 35.39%
B 151 of 486 ~ 31.07%

%33.54
%35.39
%31.07

CMYK color model

#A3AC97 color CMYK value is (5,0,12,33).

  • cyan value is 5.23%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(5,0,12,33)
C5M0Y12K33 
(5%,0%,12%,33%)
(0.05/0.00/0.12/0.33)	

CMYK percentages

%5.23
%0
%12.21
%32.55

Codes

Color #A3AC97 in popluar color models

A3AC97
RGB163172151
HSL86°11.23%63.33%
HSB/HSV86°12.21%67.45%
CMYK5.23%0.00%12.21%
32.55%

Color #A3AC97 in popluar number systems.

HEXA3AC97
Decimal163172151
Binary101000111010110010010111
Octal243254227

Shades and tints

Shades of #A3AC97

#A3AC97
(163,172,151)
#959D8A
(149,157,138)
#878E7D
(135,142,125)
#797F70
(121,127,112)
#6B7063
(107,112,99)
#5D6156
(93,97,86)
#4F5249
(79,82,73)
#41433C
(65,67,60)
#33342F
(51,52,47)
#252522
(37,37,34)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #A3AC97

#A3AC97
(163,172,151)
#ABB3A0
(171,179,160)
#B3BAA9
(179,186,169)
#BBC1B2
(187,193,178)
#C3C8BB
(195,200,187)
#CBCFC4
(203,207,196)
#D3D6CD
(211,214,205)
#DBDDD6
(219,221,214)
#E3E4DF
(227,228,223)
#EBEBE8
(235,235,232)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AC97; }

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

This text font color is #A3AC97.


Background Color

.myBgColor { background-color: #A3AC97; }

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

This div background color is #A3AC97.


Border color

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

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

This div border color is #A3AC97.


Opacity

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

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

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

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

This text has shadow with #A3AC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AC97 on black background.


Color preview on white background

This text has color #A3AC97 on white background.



Black color preview on #A3AC97 background

This text has black color on #A3AC97 background.


White color preview on #A3AC97 background

This text has white color on #A3AC97 background.