COLOR #A09BA6

HEX: #A09BA6 RGB: (160,155,166)

Color info

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

RGB color model

#A09BA6 color RGB value is (160,155,166).

RGB: (160,155,166) (63%, 61%, 65%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 166 of 255 = 65%

160
155
166

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

Portions of RGB colors in percentages

R + G + B = 160 + 155 + 166 = 481 (100%)
R 160 of 481 ~ 33.26%
G 155 of 481 ~ 32.22%
B 166 of 481 ~ 34.51'%

%33.26
%32.22
%34.51

CMYK color model

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

  • cyan value is 3.61%
  • magenta value is 6.63%
  • 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
%6.63
%0
%34.9

Codes

Color #A09BA6 in popluar color models

A0 9B A6
RGB 160 155 166
HSL 267° 5.82% 62.94%
HSB/HSV 267° 6.63% 65.10%
CMYK 3.61% 6.63% 0.00%
34.90%

Color #A09BA6 in popluar number systems.

HEX A0 9B A6
Decimal 160 155 166
Binary 10100000 10011011 10100110
Octal 240 233 246

Shades and tints

Shades of #A09BA6

#A09BA6
(160,155,166)
#928D97
(146,141,151)
#847F88
(132,127,136)
#767179
(118,113,121)
#68636A
(104,99,106)
#5A555B
(90,85,91)
#4C474C
(76,71,76)
#3E393D
(62,57,61)
#302B2E
(48,43,46)
#221D1F
(34,29,31)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #A09BA6

#A09BA6
(160,155,166)
#A8A4AE
(168,164,174)
#B0ADB6
(176,173,182)
#B8B6BE
(184,182,190)
#C0BFC6
(192,191,198)
#C8C8CE
(200,200,206)
#D0D1D6
(208,209,214)
#D8DADE
(216,218,222)
#E0E3E6
(224,227,230)
#E8ECEE
(232,236,238)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09BA6; }

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

This text font color is #A09BA6.

Background Color

.myBgColor { background-color: #A09BA6; }

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

This div background color is #A09BA6.

Border color

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

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

This div border color is #A09BA6.

Opacity

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

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

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

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

This text has shadow with #A09BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09BA6.

Preview

Color preview on black background

This text has color #A09BA6 on black background.


Color preview on white background

This text has color #A09BA6 on white background.


Black color preview on #A09BA6 background

This text has black color on #A09BA6 background.


White color preview on #A09BA6 background

This text has white color on #A09BA6 background.


Related colors

Complementary color

Complementary color for #hex is #5F6459.


I love getcolorcode.com

Triadic colors

1 #A6A09B and #9BA6A0 with #A09BA6 are triadic colors.

2 #A69BA0 and #9BA0A6 with #A09BA6 are triadic colors.