COLOR #A2A595

HEX: #A2A595
RGB: (162,165,149)

Color info

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

RGB color model

#A2A595 color RGB value is (162,165,149).

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

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 149 of 255 = 58%

162
165
149

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

Portions of RGB colors in percentages

R + G + B =
162 + 165 + 149 = 476 (100%)
R 162 of 476 ~ 34.03%
G 165 of 476 ~ 34.66%
B 149 of 476 ~ 31.3%

%34.03
%34.66
%31.3

CMYK color model

#A2A595 color CMYK value is (2,0,10,35).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(2,0,10,35)
C2M0Y10K35 
(2%,0%,10%,35%)
(0.02/0.00/0.10/0.35)	

CMYK percentages

%1.82
%0
%9.7
%35.29

Codes

Color #A2A595 in popluar color models

A2A595
RGB162165149
HSL71°8.16%61.57%
HSB/HSV71°9.70%64.71%
CMYK1.82%0.00%9.70%
35.29%

Color #A2A595 in popluar number systems.

HEXA2A595
Decimal162165149
Binary101000101010010110010101
Octal242245225

Shades and tints

Shades of #A2A595

#A2A595
(162,165,149)
#949688
(148,150,136)
#86877B
(134,135,123)
#78786E
(120,120,110)
#6A6961
(106,105,97)
#5C5A54
(92,90,84)
#4E4B47
(78,75,71)
#403C3A
(64,60,58)
#322D2D
(50,45,45)
#241E20
(36,30,32)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #A2A595

#A2A595
(162,165,149)
#AAAD9E
(170,173,158)
#B2B5A7
(178,181,167)
#BABDB0
(186,189,176)
#C2C5B9
(194,197,185)
#CACDC2
(202,205,194)
#D2D5CB
(210,213,203)
#DADDD4
(218,221,212)
#E2E5DD
(226,229,221)
#EAEDE6
(234,237,230)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A595; }

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

This text font color is #A2A595.


Background Color

.myBgColor { background-color: #A2A595; }

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

This div background color is #A2A595.


Border color

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

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

This div border color is #A2A595.


Opacity

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

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

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

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

This text has shadow with #A2A595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A595 on black background.


Color preview on white background

This text has color #A2A595 on white background.



Black color preview on #A2A595 background

This text has black color on #A2A595 background.


White color preview on #A2A595 background

This text has white color on #A2A595 background.