COLOR #A2A596

HEX: #A2A596
RGB: (162,165,150)

Color info

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

RGB color model

#A2A596 color RGB value is (162,165,150).

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

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 150 of 255 = 59%

162
165
150

R + G + B ~ 63%. #A2A596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 165 + 150 = 477 (100%)
R 162 of 477 ~ 33.96%
G 165 of 477 ~ 34.59%
B 150 of 477 ~ 31.45%

%33.96
%34.59
%31.45

CMYK color model

#A2A596 color CMYK value is (2,0,9,35).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(2,0,9,35)
C2M0Y9K35 
(2%,0%,9%,35%)
(0.02/0.00/0.09/0.35)	

CMYK percentages

%1.82
%0
%9.09
%35.29

Codes

Color #A2A596 in popluar color models

A2A596
RGB162165150
HSL72°7.69%61.76%
HSB/HSV72°9.09%64.71%
CMYK1.82%0.00%9.09%
35.29%

Color #A2A596 in popluar number systems.

HEXA2A596
Decimal162165150
Binary101000101010010110010110
Octal242245226

Shades and tints

Shades of #A2A596

#A2A596
(162,165,150)
#949689
(148,150,137)
#86877C
(134,135,124)
#78786F
(120,120,111)
#6A6962
(106,105,98)
#5C5A55
(92,90,85)
#4E4B48
(78,75,72)
#403C3B
(64,60,59)
#322D2E
(50,45,46)
#241E21
(36,30,33)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #A2A596

#A2A596
(162,165,150)
#AAAD9F
(170,173,159)
#B2B5A8
(178,181,168)
#BABDB1
(186,189,177)
#C2C5BA
(194,197,186)
#CACDC3
(202,205,195)
#D2D5CC
(210,213,204)
#DADDD5
(218,221,213)
#E2E5DE
(226,229,222)
#EAEDE7
(234,237,231)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A596; }

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

This text font color is #A2A596.


Background Color

.myBgColor { background-color: #A2A596; }

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

This div background color is #A2A596.


Border color

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

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

This div border color is #A2A596.


Opacity

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

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

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

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

This text has shadow with #A2A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A596 on black background.


Color preview on white background

This text has color #A2A596 on white background.



Black color preview on #A2A596 background

This text has black color on #A2A596 background.


White color preview on #A2A596 background

This text has white color on #A2A596 background.