COLOR #A09BA1

HEX: #A09BA1
RGB: (160,155,161)

Color info

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

RGB color model

#A09BA1 color RGB value is (160,155,161).

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

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 161 of 255 = 63%

160
155
161

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

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 161 = 476 (100%)
R 160 of 476 ~ 33.61%
G 155 of 476 ~ 32.56%
B 161 of 476 ~ 33.82%

%33.61
%32.56
%33.82

CMYK color model

#A09BA1 color CMYK value is (1,4,0,37).

  • cyan value is 0.62%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(1,4,0,37)
C1M4Y0K37 
(1%,4%,0%,37%)
(0.01/0.04/0.00/0.37)	

CMYK percentages

%0.62
%3.73
%0
%36.86

Codes

Color #A09BA1 in popluar color models

A09BA1
RGB160155161
HSL290°3.09%61.96%
HSB/HSV290°3.73%63.14%
CMYK0.62%3.73%0.00%
36.86%

Color #A09BA1 in popluar number systems.

HEXA09BA1
Decimal160155161
Binary101000001001101110100001
Octal240233241

Shades and tints

Shades of #A09BA1

#A09BA1
(160,155,161)
#928D93
(146,141,147)
#847F85
(132,127,133)
#767177
(118,113,119)
#686369
(104,99,105)
#5A555B
(90,85,91)
#4C474D
(76,71,77)
#3E393F
(62,57,63)
#302B31
(48,43,49)
#221D23
(34,29,35)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #A09BA1

#A09BA1
(160,155,161)
#A8A4A9
(168,164,169)
#B0ADB1
(176,173,177)
#B8B6B9
(184,182,185)
#C0BFC1
(192,191,193)
#C8C8C9
(200,200,201)
#D0D1D1
(208,209,209)
#D8DAD9
(216,218,217)
#E0E3E1
(224,227,225)
#E8ECE9
(232,236,233)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09BA1; }

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

This text font color is #A09BA1.


Background Color

.myBgColor { background-color: #A09BA1; }

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

This div background color is #A09BA1.


Border color

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

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

This div border color is #A09BA1.


Opacity

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

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

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

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

This text has shadow with #A09BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09BA1 on black background.


Color preview on white background

This text has color #A09BA1 on white background.



Black color preview on #A09BA1 background

This text has black color on #A09BA1 background.


White color preview on #A09BA1 background

This text has white color on #A09BA1 background.