COLOR #A09AA6

HEX: #A09AA6
RGB: (160,154,166)

Color info

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

RGB color model

#A09AA6 color RGB value is (160,154,166).

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

RGB channels and saturation

R 160 of 255 = 63%
G 154 of 255 = 60%
B 166 of 255 = 65%

160
154
166

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

Portions of RGB colors in percentages

R + G + B =
160 + 154 + 166 = 480 (100%)
R 160 of 480 ~ 33.33%
G 154 of 480 ~ 32.08%
B 166 of 480 ~ 34.58%

%33.33
%32.08
%34.58

CMYK color model

#A09AA6 color CMYK value is (4,7,0,35).

  • cyan value is 3.61%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(4,7,0,35)
C4M7Y0K35 
(4%,7%,0%,35%)
(0.04/0.07/0.00/0.35)	

CMYK percentages

%3.61
%7.23
%0
%34.9

Codes

Color #A09AA6 in popluar color models

A09AA6
RGB160154166
HSL270°6.32%62.75%
HSB/HSV270°7.23%65.10%
CMYK3.61%7.23%0.00%
34.90%

Color #A09AA6 in popluar number systems.

HEXA09AA6
Decimal160154166
Binary101000001001101010100110
Octal240232246

Shades and tints

Shades of #A09AA6

#A09AA6
(160,154,166)
#928C97
(146,140,151)
#847E88
(132,126,136)
#767079
(118,112,121)
#68626A
(104,98,106)
#5A545B
(90,84,91)
#4C464C
(76,70,76)
#3E383D
(62,56,61)
#302A2E
(48,42,46)
#221C1F
(34,28,31)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #A09AA6

#A09AA6
(160,154,166)
#A8A3AE
(168,163,174)
#B0ACB6
(176,172,182)
#B8B5BE
(184,181,190)
#C0BEC6
(192,190,198)
#C8C7CE
(200,199,206)
#D0D0D6
(208,208,214)
#D8D9DE
(216,217,222)
#E0E2E6
(224,226,230)
#E8EBEE
(232,235,238)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09AA6; }

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

This text font color is #A09AA6.


Background Color

.myBgColor { background-color: #A09AA6; }

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

This div background color is #A09AA6.


Border color

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

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

This div border color is #A09AA6.


Opacity

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

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

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

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

This text has shadow with #A09AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09AA6 on black background.


Color preview on white background

This text has color #A09AA6 on white background.



Black color preview on #A09AA6 background

This text has black color on #A09AA6 background.


White color preview on #A09AA6 background

This text has white color on #A09AA6 background.