COLOR #A2A995

HEX: #A2A995
RGB: (162,169,149)

Color info

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

RGB color model

#A2A995 color RGB value is (162,169,149).

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

RGB channels and saturation

R 162 of 255 = 64%
G 169 of 255 = 66%
B 149 of 255 = 58%

162
169
149

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

Portions of RGB colors in percentages

R + G + B =
162 + 169 + 149 = 480 (100%)
R 162 of 480 ~ 33.75%
G 169 of 480 ~ 35.21%
B 149 of 480 ~ 31.04%

%33.75
%35.21
%31.04

CMYK color model

#A2A995 color CMYK value is (4,0,12,34).

  • cyan value is 4.14%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 33.73%
CMYK:
(4,0,12,34)
C4M0Y12K34 
(4%,0%,12%,34%)
(0.04/0.00/0.12/0.34)	

CMYK percentages

%4.14
%0
%11.83
%33.73

Codes

Color #A2A995 in popluar color models

A2A995
RGB162169149
HSL81°10.42%62.35%
HSB/HSV81°11.83%66.27%
CMYK4.14%0.00%11.83%
33.73%

Color #A2A995 in popluar number systems.

HEXA2A995
Decimal162169149
Binary101000101010100110010101
Octal242251225

Shades and tints

Shades of #A2A995

#A2A995
(162,169,149)
#949A88
(148,154,136)
#868B7B
(134,139,123)
#787C6E
(120,124,110)
#6A6D61
(106,109,97)
#5C5E54
(92,94,84)
#4E4F47
(78,79,71)
#40403A
(64,64,58)
#32312D
(50,49,45)
#242220
(36,34,32)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #A2A995

#A2A995
(162,169,149)
#AAB09E
(170,176,158)
#B2B7A7
(178,183,167)
#BABEB0
(186,190,176)
#C2C5B9
(194,197,185)
#CACCC2
(202,204,194)
#D2D3CB
(210,211,203)
#DADAD4
(218,218,212)
#E2E1DD
(226,225,221)
#EAE8E6
(234,232,230)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A995; }

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

This text font color is #A2A995.


Background Color

.myBgColor { background-color: #A2A995; }

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

This div background color is #A2A995.


Border color

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

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

This div border color is #A2A995.


Opacity

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

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

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

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

This text has shadow with #A2A995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A995 on black background.


Color preview on white background

This text has color #A2A995 on white background.



Black color preview on #A2A995 background

This text has black color on #A2A995 background.


White color preview on #A2A995 background

This text has white color on #A2A995 background.