COLOR #A09B9B

HEX: #A09B9B
RGB: (160,155,155)

Color info

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

RGB color model

#A09B9B color RGB value is (160,155,155).

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

RGB channels and saturation

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

160
155
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 155 = 470 (100%)
R 160 of 470 ~ 34.04%
G 155 of 470 ~ 32.98%
B 155 of 470 ~ 32.98%

%34.04
%32.98
%32.98

CMYK color model

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

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

CMYK percentages

%0
%3.13
%3.13
%37.25

Codes

Color #A09B9B in popluar color models

A09B9B
RGB160155155
HSL2.56%61.76%
HSB/HSV3.13%62.75%
CMYK0.00%3.13%3.13%
37.25%

Color #A09B9B in popluar number systems.

HEXA09B9B
Decimal160155155
Binary101000001001101110011011
Octal240233233

Shades and tints

Shades of #A09B9B

#A09B9B
(160,155,155)
#928D8D
(146,141,141)
#847F7F
(132,127,127)
#767171
(118,113,113)
#686363
(104,99,99)
#5A5555
(90,85,85)
#4C4747
(76,71,71)
#3E3939
(62,57,57)
#302B2B
(48,43,43)
#221D1D
(34,29,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #A09B9B

#A09B9B
(160,155,155)
#A8A4A4
(168,164,164)
#B0ADAD
(176,173,173)
#B8B6B6
(184,182,182)
#C0BFBF
(192,191,191)
#C8C8C8
(200,200,200)
#D0D1D1
(208,209,209)
#D8DADA
(216,218,218)
#E0E3E3
(224,227,227)
#E8ECEC
(232,236,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09B9B; }

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

This text font color is #A09B9B.


Background Color

.myBgColor { background-color: #A09B9B; }

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

This div background color is #A09B9B.


Border color

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

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

This div border color is #A09B9B.


Opacity

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

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

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

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

This text has shadow with #A09B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09B9B on black background.


Color preview on white background

This text has color #A09B9B on white background.



Black color preview on #A09B9B background

This text has black color on #A09B9B background.


White color preview on #A09B9B background

This text has white color on #A09B9B background.