COLOR #A2A597

HEX: #A2A597
RGB: (162,165,151)

Color info

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

RGB color model

#A2A597 color RGB value is (162,165,151).

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

RGB channels and saturation

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

162
165
151

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

Portions of RGB colors in percentages

R + G + B =
162 + 165 + 151 = 478 (100%)
R 162 of 478 ~ 33.89%
G 165 of 478 ~ 34.52%
B 151 of 478 ~ 31.59%

%33.89
%34.52
%31.59

CMYK color model

#A2A597 color CMYK value is (2,0,8,35).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(2,0,8,35)
C2M0Y8K35 
(2%,0%,8%,35%)
(0.02/0.00/0.08/0.35)	

CMYK percentages

%1.82
%0
%8.48
%35.29

Codes

Color #A2A597 in popluar color models

A2A597
RGB162165151
HSL73°7.22%61.96%
HSB/HSV73°8.48%64.71%
CMYK1.82%0.00%8.48%
35.29%

Color #A2A597 in popluar number systems.

HEXA2A597
Decimal162165151
Binary101000101010010110010111
Octal242245227

Shades and tints

Shades of #A2A597

#A2A597
(162,165,151)
#94968A
(148,150,138)
#86877D
(134,135,125)
#787870
(120,120,112)
#6A6963
(106,105,99)
#5C5A56
(92,90,86)
#4E4B49
(78,75,73)
#403C3C
(64,60,60)
#322D2F
(50,45,47)
#241E22
(36,30,34)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #A2A597

#A2A597
(162,165,151)
#AAADA0
(170,173,160)
#B2B5A9
(178,181,169)
#BABDB2
(186,189,178)
#C2C5BB
(194,197,187)
#CACDC4
(202,205,196)
#D2D5CD
(210,213,205)
#DADDD6
(218,221,214)
#E2E5DF
(226,229,223)
#EAEDE8
(234,237,232)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A597; }

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

This text font color is #A2A597.


Background Color

.myBgColor { background-color: #A2A597; }

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

This div background color is #A2A597.


Border color

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

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

This div border color is #A2A597.


Opacity

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

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

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

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

This text has shadow with #A2A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A597 on black background.


Color preview on white background

This text has color #A2A597 on white background.



Black color preview on #A2A597 background

This text has black color on #A2A597 background.


White color preview on #A2A597 background

This text has white color on #A2A597 background.