COLOR #A2A794

HEX: #A2A794
RGB: (162,167,148)

Color info

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

RGB color model

#A2A794 color RGB value is (162,167,148).

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

RGB channels and saturation

R 162 of 255 = 64%
G 167 of 255 = 65%
B 148 of 255 = 58%

162
167
148

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

Portions of RGB colors in percentages

R + G + B =
162 + 167 + 148 = 477 (100%)
R 162 of 477 ~ 33.96%
G 167 of 477 ~ 35.01%
B 148 of 477 ~ 31.03%

%33.96
%35.01
%31.03

CMYK color model

#A2A794 color CMYK value is (3,0,11,35).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 34.51%
CMYK:
(3,0,11,35)
C3M0Y11K35 
(3%,0%,11%,35%)
(0.03/0.00/0.11/0.35)	

CMYK percentages

%2.99
%0
%11.38
%34.51

Codes

Color #A2A794 in popluar color models

A2A794
RGB162167148
HSL76°9.74%61.76%
HSB/HSV76°11.38%65.49%
CMYK2.99%0.00%11.38%
34.51%

Color #A2A794 in popluar number systems.

HEXA2A794
Decimal162167148
Binary101000101010011110010100
Octal242247224

Shades and tints

Shades of #A2A794

#A2A794
(162,167,148)
#949887
(148,152,135)
#86897A
(134,137,122)
#787A6D
(120,122,109)
#6A6B60
(106,107,96)
#5C5C53
(92,92,83)
#4E4D46
(78,77,70)
#403E39
(64,62,57)
#322F2C
(50,47,44)
#24201F
(36,32,31)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #A2A794

#A2A794
(162,167,148)
#AAAF9D
(170,175,157)
#B2B7A6
(178,183,166)
#BABFAF
(186,191,175)
#C2C7B8
(194,199,184)
#CACFC1
(202,207,193)
#D2D7CA
(210,215,202)
#DADFD3
(218,223,211)
#E2E7DC
(226,231,220)
#EAEFE5
(234,239,229)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A794; }

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

This text font color is #A2A794.


Background Color

.myBgColor { background-color: #A2A794; }

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

This div background color is #A2A794.


Border color

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

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

This div border color is #A2A794.


Opacity

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

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

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

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

This text has shadow with #A2A794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A794 on black background.


Color preview on white background

This text has color #A2A794 on white background.



Black color preview on #A2A794 background

This text has black color on #A2A794 background.


White color preview on #A2A794 background

This text has white color on #A2A794 background.