COLOR #A3ACA7

HEX: #A3ACA7
RGB: (163,172,167)

Color info

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

RGB color model

#A3ACA7 color RGB value is (163,172,167).

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

RGB channels and saturation

R 163 of 255 = 64%
G 172 of 255 = 67%
B 167 of 255 = 65%

163
172
167

R + G + B ~ 65%. #A3ACA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 172 + 167 = 502 (100%)
R 163 of 502 ~ 32.47%
G 172 of 502 ~ 34.26%
B 167 of 502 ~ 33.27%

%32.47
%34.26
%33.27

CMYK color model

#A3ACA7 color CMYK value is (5,0,3,33).

  • cyan value is 5.23%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK:
(5,0,3,33)
C5M0Y3K33 
(5%,0%,3%,33%)
(0.05/0.00/0.03/0.33)	

CMYK percentages

%5.23
%0
%2.91
%32.55

Codes

Color #A3ACA7 in popluar color models

A3ACA7
RGB163172167
HSL147°5.14%65.69%
HSB/HSV147°5.23%67.45%
CMYK5.23%0.00%2.91%
32.55%

Color #A3ACA7 in popluar number systems.

HEXA3ACA7
Decimal163172167
Binary101000111010110010100111
Octal243254247

Shades and tints

Shades of #A3ACA7

#A3ACA7
(163,172,167)
#959D98
(149,157,152)
#878E89
(135,142,137)
#797F7A
(121,127,122)
#6B706B
(107,112,107)
#5D615C
(93,97,92)
#4F524D
(79,82,77)
#41433E
(65,67,62)
#33342F
(51,52,47)
#252520
(37,37,32)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A3ACA7

#A3ACA7
(163,172,167)
#ABB3AF
(171,179,175)
#B3BAB7
(179,186,183)
#BBC1BF
(187,193,191)
#C3C8C7
(195,200,199)
#CBCFCF
(203,207,207)
#D3D6D7
(211,214,215)
#DBDDDF
(219,221,223)
#E3E4E7
(227,228,231)
#EBEBEF
(235,235,239)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ACA7; }

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

This text font color is #A3ACA7.


Background Color

.myBgColor { background-color: #A3ACA7; }

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

This div background color is #A3ACA7.


Border color

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

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

This div border color is #A3ACA7.


Opacity

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

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

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

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

This text has shadow with #A3ACA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ACA7 on black background.


Color preview on white background

This text has color #A3ACA7 on white background.



Black color preview on #A3ACA7 background

This text has black color on #A3ACA7 background.


White color preview on #A3ACA7 background

This text has white color on #A3ACA7 background.