COLOR #A3A4A0

HEX: #A3A4A0 RGB: (163,164,160)

Color info

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

RGB color model

#A3A4A0 color RGB value is (163,164,160).

RGB: (163,164,160) (64%, 64%, 63%)

RGB channels and saturation

R 163 of 255 = 64%
G 164 of 255 = 64%
B 160 of 255 = 63%

163
164
160

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

Portions of RGB colors in percentages

R + G + B = 163 + 164 + 160 = 487 (100%)
R 163 of 487 ~ 33.47%
G 164 of 487 ~ 33.68%
B 160 of 487 ~ 32.85'%

%33.47
%33.68
%32.85

CMYK color model

#A3A4A0 color CMYK value is (1,0,2,36).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 35.69%

CMYK: (1,0,2,36)
C1M0Y2K36 (1%, 0%, 2%, 36%)
(0.01 / 0.00 / 0.02 / 0.36)

CMYK percentages

%0.61
%0
%2.44
%35.69

Codes

Color #A3A4A0 in popluar color models

A3 A4 A0
RGB 163 164 160
HSL 75° 2.15% 63.53%
HSB/HSV 75° 2.44% 64.31%
CMYK 0.61% 0.00% 2.44%
35.69%

Color #A3A4A0 in popluar number systems.

HEX A3 A4 A0
Decimal 163 164 160
Binary 10100011 10100100 10100000
Octal 243 244 240

Shades and tints

Shades of #A3A4A0

#A3A4A0
(163,164,160)
#959692
(149,150,146)
#878884
(135,136,132)
#797A76
(121,122,118)
#6B6C68
(107,108,104)
#5D5E5A
(93,94,90)
#4F504C
(79,80,76)
#41423E
(65,66,62)
#333430
(51,52,48)
#252622
(37,38,34)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #A3A4A0

#A3A4A0
(163,164,160)
#ABACA8
(171,172,168)
#B3B4B0
(179,180,176)
#BBBCB8
(187,188,184)
#C3C4C0
(195,196,192)
#CBCCC8
(203,204,200)
#D3D4D0
(211,212,208)
#DBDCD8
(219,220,216)
#E3E4E0
(227,228,224)
#EBECE8
(235,236,232)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A4A0 color. Also use rgb(163,164,160) instead hex code.

Text Font Color

.myTextColor { color: #A3A4A0; }

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

This text font color is #A3A4A0.

Background Color

.myBgColor { background-color: #A3A4A0; }

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

This div background color is #A3A4A0.

Border color

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

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

This div border color is #A3A4A0.

Opacity

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

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

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

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

This text has shadow with #A3A4A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A4A0.

Preview

Color preview on black background

This text has color #A3A4A0 on black background.


Color preview on white background

This text has color #A3A4A0 on white background.


Black color preview on #A3A4A0 background

This text has black color on #A3A4A0 background.


White color preview on #A3A4A0 background

This text has white color on #A3A4A0 background.


Related colors

Complementary color

Complementary color for #hex is #5C5B5F.


I love getcolorcode.com

Triadic colors

1 #A0A3A4 and #A4A0A3 with #A3A4A0 are triadic colors.

2 #A0A4A3 and #A4A3A0 with #A3A4A0 are triadic colors.