COLOR #A09BA3

HEX: #A09BA3
RGB: (160,155,163)

Color info

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

RGB color model

#A09BA3 color RGB value is (160,155,163).

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

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 163 of 255 = 64%

160
155
163

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

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 163 = 478 (100%)
R 160 of 478 ~ 33.47%
G 155 of 478 ~ 32.43%
B 163 of 478 ~ 34.1%

%33.47
%32.43
%34.1

CMYK color model

#A09BA3 color CMYK value is (2,5,0,36).

  • cyan value is 1.84%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(2,5,0,36)
C2M5Y0K36 
(2%,5%,0%,36%)
(0.02/0.05/0.00/0.36)	

CMYK percentages

%1.84
%4.91
%0
%36.08

Codes

Color #A09BA3 in popluar color models

A09BA3
RGB160155163
HSL278°4.17%62.35%
HSB/HSV278°4.91%63.92%
CMYK1.84%4.91%0.00%
36.08%

Color #A09BA3 in popluar number systems.

HEXA09BA3
Decimal160155163
Binary101000001001101110100011
Octal240233243

Shades and tints

Shades of #A09BA3

#A09BA3
(160,155,163)
#928D95
(146,141,149)
#847F87
(132,127,135)
#767179
(118,113,121)
#68636B
(104,99,107)
#5A555D
(90,85,93)
#4C474F
(76,71,79)
#3E3941
(62,57,65)
#302B33
(48,43,51)
#221D25
(34,29,37)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #A09BA3

#A09BA3
(160,155,163)
#A8A4AB
(168,164,171)
#B0ADB3
(176,173,179)
#B8B6BB
(184,182,187)
#C0BFC3
(192,191,195)
#C8C8CB
(200,200,203)
#D0D1D3
(208,209,211)
#D8DADB
(216,218,219)
#E0E3E3
(224,227,227)
#E8ECEB
(232,236,235)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09BA3; }

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

This text font color is #A09BA3.


Background Color

.myBgColor { background-color: #A09BA3; }

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

This div background color is #A09BA3.


Border color

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

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

This div border color is #A09BA3.


Opacity

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

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

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

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

This text has shadow with #A09BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09BA3 on black background.


Color preview on white background

This text has color #A09BA3 on white background.



Black color preview on #A09BA3 background

This text has black color on #A09BA3 background.


White color preview on #A09BA3 background

This text has white color on #A09BA3 background.