COLOR #A2A299

HEX: #A2A299
RGB: (162,162,153)

Color info

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

RGB color model

#A2A299 color RGB value is (162,162,153).

  • red value is 162;
  • green value is 162;
  • blue value is 153.
RGB:
(162,162,153)
(64%,64%,60%)

RGB channels and saturation

R 162 of 255 = 64%
G 162 of 255 = 64%
B 153 of 255 = 60%

162
162
153

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

Portions of RGB colors in percentages

R + G + B =
162 + 162 + 153 = 477 (100%)
R 162 of 477 ~ 33.96%
G 162 of 477 ~ 33.96%
B 153 of 477 ~ 32.08%

%33.96
%33.96
%32.08

CMYK color model

#A2A299 color CMYK value is (0,0,6,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK:
(0,0,6,36)
C0M0Y6K36 
(0%,0%,6%,36%)
(0.00/0.00/0.06/0.36)	

CMYK percentages

%0
%0
%5.56
%36.47

Codes

Color #A2A299 in popluar color models

A2A299
RGB162162153
HSL60°4.62%61.76%
HSB/HSV60°5.56%63.53%
CMYK0.00%0.00%5.56%
36.47%

Color #A2A299 in popluar number systems.

HEXA2A299
Decimal162162153
Binary101000101010001010011001
Octal242242231

Shades and tints

Shades of #A2A299

#A2A299
(162,162,153)
#94948C
(148,148,140)
#86867F
(134,134,127)
#787872
(120,120,114)
#6A6A65
(106,106,101)
#5C5C58
(92,92,88)
#4E4E4B
(78,78,75)
#40403E
(64,64,62)
#323231
(50,50,49)
#242424
(36,36,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #A2A299

#A2A299
(162,162,153)
#AAAAA2
(170,170,162)
#B2B2AB
(178,178,171)
#BABAB4
(186,186,180)
#C2C2BD
(194,194,189)
#CACAC6
(202,202,198)
#D2D2CF
(210,210,207)
#DADAD8
(218,218,216)
#E2E2E1
(226,226,225)
#EAEAEA
(234,234,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A299; }

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

This text font color is #A2A299.


Background Color

.myBgColor { background-color: #A2A299; }

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

This div background color is #A2A299.


Border color

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

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

This div border color is #A2A299.


Opacity

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

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

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

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

This text has shadow with #A2A299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A299 on black background.


Color preview on white background

This text has color #A2A299 on white background.



Black color preview on #A2A299 background

This text has black color on #A2A299 background.


White color preview on #A2A299 background

This text has white color on #A2A299 background.