COLOR #A4A2A0

HEX: #A4A2A0
RGB: (164,162,160)

Color info

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

RGB color model

#A4A2A0 color RGB value is (164,162,160).

  • red value is 164;
  • green value is 162;
  • blue value is 160.
RGB:
(164,162,160)
(64%,64%,63%)

RGB channels and saturation

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

164
162
160

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

Portions of RGB colors in percentages

R + G + B =
164 + 162 + 160 = 486 (100%)
R 164 of 486 ~ 33.74%
G 162 of 486 ~ 33.33%
B 160 of 486 ~ 32.92%

%33.74
%33.33
%32.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 2.44%
  • key color value is 35.69%
CMYK:
(0,1,2,36)
C0M1Y2K36 
(0%,1%,2%,36%)
(0.00/0.01/0.02/0.36)	

CMYK percentages

%0
%1.22
%2.44
%35.69

Codes

Color #A4A2A0 in popluar color models

A4A2A0
RGB164162160
HSL30°2.15%63.53%
HSB/HSV30°2.44%64.31%
CMYK0.00%1.22%2.44%
35.69%

Color #A4A2A0 in popluar number systems.

HEXA4A2A0
Decimal164162160
Binary101001001010001010100000
Octal244242240

Shades and tints

Shades of #A4A2A0

#A4A2A0
(164,162,160)
#969492
(150,148,146)
#888684
(136,134,132)
#7A7876
(122,120,118)
#6C6A68
(108,106,104)
#5E5C5A
(94,92,90)
#504E4C
(80,78,76)
#42403E
(66,64,62)
#343230
(52,50,48)
#262422
(38,36,34)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #A4A2A0

#A4A2A0
(164,162,160)
#ACAAA8
(172,170,168)
#B4B2B0
(180,178,176)
#BCBAB8
(188,186,184)
#C4C2C0
(196,194,192)
#CCCAC8
(204,202,200)
#D4D2D0
(212,210,208)
#DCDAD8
(220,218,216)
#E4E2E0
(228,226,224)
#ECEAE8
(236,234,232)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A2A0; }

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

This text font color is #A4A2A0.


Background Color

.myBgColor { background-color: #A4A2A0; }

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

This div background color is #A4A2A0.


Border color

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

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

This div border color is #A4A2A0.


Opacity

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

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

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

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

This text has shadow with #A4A2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A2A0 on black background.


Color preview on white background

This text has color #A4A2A0 on white background.



Black color preview on #A4A2A0 background

This text has black color on #A4A2A0 background.


White color preview on #A4A2A0 background

This text has white color on #A4A2A0 background.