COLOR #A2A496

HEX: #A2A496
RGB: (162,164,150)

Color info

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

RGB color model

#A2A496 color RGB value is (162,164,150).

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

RGB channels and saturation

R 162 of 255 = 64%
G 164 of 255 = 64%
B 150 of 255 = 59%

162
164
150

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

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 150 = 476 (100%)
R 162 of 476 ~ 34.03%
G 164 of 476 ~ 34.45%
B 150 of 476 ~ 31.51%

%34.03
%34.45
%31.51

CMYK color model

#A2A496 color CMYK value is (1,0,9,36).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(1,0,9,36)
C1M0Y9K36 
(1%,0%,9%,36%)
(0.01/0.00/0.09/0.36)	

CMYK percentages

%1.22
%0
%8.54
%35.69

Codes

Color #A2A496 in popluar color models

A2A496
RGB162164150
HSL69°7.14%61.57%
HSB/HSV69°8.54%64.31%
CMYK1.22%0.00%8.54%
35.69%

Color #A2A496 in popluar number systems.

HEXA2A496
Decimal162164150
Binary101000101010010010010110
Octal242244226

Shades and tints

Shades of #A2A496

#A2A496
(162,164,150)
#949689
(148,150,137)
#86887C
(134,136,124)
#787A6F
(120,122,111)
#6A6C62
(106,108,98)
#5C5E55
(92,94,85)
#4E5048
(78,80,72)
#40423B
(64,66,59)
#32342E
(50,52,46)
#242621
(36,38,33)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #A2A496

#A2A496
(162,164,150)
#AAAC9F
(170,172,159)
#B2B4A8
(178,180,168)
#BABCB1
(186,188,177)
#C2C4BA
(194,196,186)
#CACCC3
(202,204,195)
#D2D4CC
(210,212,204)
#DADCD5
(218,220,213)
#E2E4DE
(226,228,222)
#EAECE7
(234,236,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A496; }

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

This text font color is #A2A496.


Background Color

.myBgColor { background-color: #A2A496; }

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

This div background color is #A2A496.


Border color

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

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

This div border color is #A2A496.


Opacity

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

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

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

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

This text has shadow with #A2A496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A496 on black background.


Color preview on white background

This text has color #A2A496 on white background.



Black color preview on #A2A496 background

This text has black color on #A2A496 background.


White color preview on #A2A496 background

This text has white color on #A2A496 background.