COLOR #A09DA2

HEX: #A09DA2
RGB: (160,157,162)

Color info

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

RGB color model

#A09DA2 color RGB value is (160,157,162).

  • red value is 160;
  • green value is 157;
  • blue value is 162.
RGB:
(160,157,162)
(63%,62%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 162 of 255 = 64%

160
157
162

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

Portions of RGB colors in percentages

R + G + B =
160 + 157 + 162 = 479 (100%)
R 160 of 479 ~ 33.4%
G 157 of 479 ~ 32.78%
B 162 of 479 ~ 33.82%

%33.4
%32.78
%33.82

CMYK color model

#A09DA2 color CMYK value is (1,3,0,36).

  • cyan value is 1.23%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(1,3,0,36)
C1M3Y0K36 
(1%,3%,0%,36%)
(0.01/0.03/0.00/0.36)	

CMYK percentages

%1.23
%3.09
%0
%36.47

Codes

Color #A09DA2 in popluar color models

A09DA2
RGB160157162
HSL276°2.62%62.55%
HSB/HSV276°3.09%63.53%
CMYK1.23%3.09%0.00%
36.47%

Color #A09DA2 in popluar number systems.

HEXA09DA2
Decimal160157162
Binary101000001001110110100010
Octal240235242

Shades and tints

Shades of #A09DA2

#A09DA2
(160,157,162)
#928F94
(146,143,148)
#848186
(132,129,134)
#767378
(118,115,120)
#68656A
(104,101,106)
#5A575C
(90,87,92)
#4C494E
(76,73,78)
#3E3B40
(62,59,64)
#302D32
(48,45,50)
#221F24
(34,31,36)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A09DA2

#A09DA2
(160,157,162)
#A8A5AA
(168,165,170)
#B0ADB2
(176,173,178)
#B8B5BA
(184,181,186)
#C0BDC2
(192,189,194)
#C8C5CA
(200,197,202)
#D0CDD2
(208,205,210)
#D8D5DA
(216,213,218)
#E0DDE2
(224,221,226)
#E8E5EA
(232,229,234)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09DA2; }

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

This text font color is #A09DA2.


Background Color

.myBgColor { background-color: #A09DA2; }

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

This div background color is #A09DA2.


Border color

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

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

This div border color is #A09DA2.


Opacity

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

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

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

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

This text has shadow with #A09DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09DA2 on black background.


Color preview on white background

This text has color #A09DA2 on white background.



Black color preview on #A09DA2 background

This text has black color on #A09DA2 background.


White color preview on #A09DA2 background

This text has white color on #A09DA2 background.