COLOR #A2A98E

HEX: #A2A98E
RGB: (162,169,142)

Color info

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

RGB color model

#A2A98E color RGB value is (162,169,142).

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

RGB channels and saturation

R 162 of 255 = 64%
G 169 of 255 = 66%
B 142 of 255 = 56%

162
169
142

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

Portions of RGB colors in percentages

R + G + B =
162 + 169 + 142 = 473 (100%)
R 162 of 473 ~ 34.25%
G 169 of 473 ~ 35.73%
B 142 of 473 ~ 30.02%

%34.25
%35.73
%30.02

CMYK color model

#A2A98E color CMYK value is (4,0,16,34).

  • cyan value is 4.14%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(4,0,16,34)
C4M0Y16K34 
(4%,0%,16%,34%)
(0.04/0.00/0.16/0.34)	

CMYK percentages

%4.14
%0
%15.98
%33.73

Codes

Color #A2A98E in popluar color models

A2A98E
RGB162169142
HSL76°13.57%60.98%
HSB/HSV76°15.98%66.27%
CMYK4.14%0.00%15.98%
33.73%

Color #A2A98E in popluar number systems.

HEXA2A98E
Decimal162169142
Binary101000101010100110001110
Octal242251216

Shades and tints

Shades of #A2A98E

#A2A98E
(162,169,142)
#949A82
(148,154,130)
#868B76
(134,139,118)
#787C6A
(120,124,106)
#6A6D5E
(106,109,94)
#5C5E52
(92,94,82)
#4E4F46
(78,79,70)
#40403A
(64,64,58)
#32312E
(50,49,46)
#242222
(36,34,34)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #A2A98E

#A2A98E
(162,169,142)
#AAB098
(170,176,152)
#B2B7A2
(178,183,162)
#BABEAC
(186,190,172)
#C2C5B6
(194,197,182)
#CACCC0
(202,204,192)
#D2D3CA
(210,211,202)
#DADAD4
(218,218,212)
#E2E1DE
(226,225,222)
#EAE8E8
(234,232,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A98E; }

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

This text font color is #A2A98E.


Background Color

.myBgColor { background-color: #A2A98E; }

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

This div background color is #A2A98E.


Border color

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

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

This div border color is #A2A98E.


Opacity

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

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

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

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

This text has shadow with #A2A98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A98E on black background.


Color preview on white background

This text has color #A2A98E on white background.



Black color preview on #A2A98E background

This text has black color on #A2A98E background.


White color preview on #A2A98E background

This text has white color on #A2A98E background.