COLOR #A09B9F

HEX: #A09B9F
RGB: (160,155,159)

Color info

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

RGB color model

#A09B9F color RGB value is (160,155,159).

  • red value is 160;
  • green value is 155;
  • blue value is 159.
RGB:
(160,155,159)
(63%,61%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 159 of 255 = 62%

160
155
159

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

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 159 = 474 (100%)
R 160 of 474 ~ 33.76%
G 155 of 474 ~ 32.7%
B 159 of 474 ~ 33.54%

%33.76
%32.7
%33.54

CMYK color model

#A09B9F color CMYK value is (0,3,1,37).

  • cyan value is 0.00%
  • magenta value is 3.13%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK:
(0,3,1,37)
C0M3Y1K37 
(0%,3%,1%,37%)
(0.00/0.03/0.01/0.37)	

CMYK percentages

%0
%3.13
%0.62
%37.25

Codes

Color #A09B9F in popluar color models

A09B9F
RGB160155159
HSL312°2.56%61.76%
HSB/HSV312°3.13%62.75%
CMYK0.00%3.13%0.62%
37.25%

Color #A09B9F in popluar number systems.

HEXA09B9F
Decimal160155159
Binary101000001001101110011111
Octal240233237

Shades and tints

Shades of #A09B9F

#A09B9F
(160,155,159)
#928D91
(146,141,145)
#847F83
(132,127,131)
#767175
(118,113,117)
#686367
(104,99,103)
#5A5559
(90,85,89)
#4C474B
(76,71,75)
#3E393D
(62,57,61)
#302B2F
(48,43,47)
#221D21
(34,29,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #A09B9F

#A09B9F
(160,155,159)
#A8A4A7
(168,164,167)
#B0ADAF
(176,173,175)
#B8B6B7
(184,182,183)
#C0BFBF
(192,191,191)
#C8C8C7
(200,200,199)
#D0D1CF
(208,209,207)
#D8DAD7
(216,218,215)
#E0E3DF
(224,227,223)
#E8ECE7
(232,236,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09B9F; }

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

This text font color is #A09B9F.


Background Color

.myBgColor { background-color: #A09B9F; }

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

This div background color is #A09B9F.


Border color

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

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

This div border color is #A09B9F.


Opacity

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

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

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

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

This text has shadow with #A09B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09B9F on black background.


Color preview on white background

This text has color #A09B9F on white background.



Black color preview on #A09B9F background

This text has black color on #A09B9F background.


White color preview on #A09B9F background

This text has white color on #A09B9F background.