COLOR #A09EA6

HEX: #A09EA6
RGB: (160,158,166)

Color info

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

RGB color model

#A09EA6 color RGB value is (160,158,166).

  • red value is 160;
  • green value is 158;
  • blue value is 166.
RGB:
(160,158,166)
(63%,62%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 166 of 255 = 65%

160
158
166

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

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 166 = 484 (100%)
R 160 of 484 ~ 33.06%
G 158 of 484 ~ 32.64%
B 166 of 484 ~ 34.3%

%33.06
%32.64
%34.3

CMYK color model

#A09EA6 color CMYK value is (4,5,0,35).

  • cyan value is 3.61%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(4,5,0,35)
C4M5Y0K35 
(4%,5%,0%,35%)
(0.04/0.05/0.00/0.35)	

CMYK percentages

%3.61
%4.82
%0
%34.9

Codes

Color #A09EA6 in popluar color models

A09EA6
RGB160158166
HSL255°4.30%63.53%
HSB/HSV255°4.82%65.10%
CMYK3.61%4.82%0.00%
34.90%

Color #A09EA6 in popluar number systems.

HEXA09EA6
Decimal160158166
Binary101000001001111010100110
Octal240236246

Shades and tints

Shades of #A09EA6

#A09EA6
(160,158,166)
#929097
(146,144,151)
#848288
(132,130,136)
#767479
(118,116,121)
#68666A
(104,102,106)
#5A585B
(90,88,91)
#4C4A4C
(76,74,76)
#3E3C3D
(62,60,61)
#302E2E
(48,46,46)
#22201F
(34,32,31)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A09EA6

#A09EA6
(160,158,166)
#A8A6AE
(168,166,174)
#B0AEB6
(176,174,182)
#B8B6BE
(184,182,190)
#C0BEC6
(192,190,198)
#C8C6CE
(200,198,206)
#D0CED6
(208,206,214)
#D8D6DE
(216,214,222)
#E0DEE6
(224,222,230)
#E8E6EE
(232,230,238)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09EA6 color. Also use rgb(160,158,166) instead hex code.

Text Font Color

.myTextColor { color: #A09EA6; }

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

This text font color is #A09EA6.


Background Color

.myBgColor { background-color: #A09EA6; }

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

This div background color is #A09EA6.


Border color

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

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

This div border color is #A09EA6.


Opacity

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

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

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

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

This text has shadow with #A09EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09EA6 on black background.


Color preview on white background

This text has color #A09EA6 on white background.



Black color preview on #A09EA6 background

This text has black color on #A09EA6 background.


White color preview on #A09EA6 background

This text has white color on #A09EA6 background.