COLOR #A2A494

HEX: #A2A494
RGB: (162,164,148)

Color info

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

RGB color model

#A2A494 color RGB value is (162,164,148).

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

RGB channels and saturation

R 162 of 255 = 64%
G 164 of 255 = 64%
B 148 of 255 = 58%

162
164
148

R + G + B ~ 62%. #A2A494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 148 = 474 (100%)
R 162 of 474 ~ 34.18%
G 164 of 474 ~ 34.6%
B 148 of 474 ~ 31.22%

%34.18
%34.6
%31.22

CMYK color model

#A2A494 color CMYK value is (1,0,10,36).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK: (1,0,10,36) C1M0Y10K36 (1%,0%,10%,36%) (0.01/0.00/0.10/0.36)

CMYK percentages

%1.22
%0
%9.76
%35.69

Codes

Color #A2A494 in popluar color models

A2A494
RGB162164148
HSL68°8.08%61.18%
HSB/HSV68°9.76%64.31%
CMYK1.22%0.00%9.76%
35.69%

Color #A2A494 in popluar number systems.

HEXA2A494
Decimal162164148
Binary101000101010010010010100
Octal242244224

Shades and tints

Shades of #A2A494

#A2A494
(162,164,148)
#949687
(148,150,135)
#86887A
(134,136,122)
#787A6D
(120,122,109)
#6A6C60
(106,108,96)
#5C5E53
(92,94,83)
#4E5046
(78,80,70)
#404239
(64,66,57)
#32342C
(50,52,44)
#24261F
(36,38,31)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #A2A494

#A2A494
(162,164,148)
#AAAC9D
(170,172,157)
#B2B4A6
(178,180,166)
#BABCAF
(186,188,175)
#C2C4B8
(194,196,184)
#CACCC1
(202,204,193)
#D2D4CA
(210,212,202)
#DADCD3
(218,220,211)
#E2E4DC
(226,228,220)
#EAECE5
(234,236,229)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A494; }

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

This text font color is #A2A494.


Background Color

.myBgColor { background-color: #A2A494; }

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

This div background color is #A2A494.


Border color

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

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

This div border color is #A2A494.


Opacity

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

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

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

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

This text has shadow with #A2A494 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A2A494 on black background.


Color preview on white background

This text has color #A2A494 on white background.



Black color preview on #A2A494 background

This text has black color on #A2A494 background.


White color preview on #A2A494 background

This text has white color on #A2A494 background.