COLOR #A09B9A

HEX: #A09B9A RGB: (160,155,154)

Color info

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

RGB color model

#A09B9A color RGB value is (160,155,154).

RGB: (160,155,154) (63%, 61%, 60%)

RGB channels and saturation

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

160
155
154

R + G + B ~ 61%. #A09B9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 155 + 154 = 469 (100%)
R 160 of 469 ~ 34.12%
G 155 of 469 ~ 33.05%
B 154 of 469 ~ 32.84'%

%34.12
%33.05
%32.84

CMYK color model

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

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

CMYK percentages

%0
%3.13
%3.75
%37.25

Codes

Color #A09B9A in popluar color models

A0 9B 9A
RGB 160 155 154
HSL 10° 3.06% 61.57%
HSB/HSV 10° 3.75% 62.75%
CMYK 0.00% 3.13% 3.75%
37.25%

Color #A09B9A in popluar number systems.

HEX A0 9B 9A
Decimal 160 155 154
Binary 10100000 10011011 10011010
Octal 240 233 232

Shades and tints

Shades of #A09B9A

#A09B9A
(160,155,154)
#928D8C
(146,141,140)
#847F7E
(132,127,126)
#767170
(118,113,112)
#686362
(104,99,98)
#5A5554
(90,85,84)
#4C4746
(76,71,70)
#3E3938
(62,57,56)
#302B2A
(48,43,42)
#221D1C
(34,29,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #A09B9A

#A09B9A
(160,155,154)
#A8A4A3
(168,164,163)
#B0ADAC
(176,173,172)
#B8B6B5
(184,182,181)
#C0BFBE
(192,191,190)
#C8C8C7
(200,200,199)
#D0D1D0
(208,209,208)
#D8DAD9
(216,218,217)
#E0E3E2
(224,227,226)
#E8ECEB
(232,236,235)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09B9A; }

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

This text font color is #A09B9A.

Background Color

.myBgColor { background-color: #A09B9A; }

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

This div background color is #A09B9A.

Border color

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

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

This div border color is #A09B9A.

Opacity

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

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

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

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

This text has shadow with #A09B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09B9A.

Preview

Color preview on black background

This text has color #A09B9A on black background.


Color preview on white background

This text has color #A09B9A on white background.


Black color preview on #A09B9A background

This text has black color on #A09B9A background.


White color preview on #A09B9A background

This text has white color on #A09B9A background.


Related colors

Complementary color

Complementary color for #hex is #5F6465.


I love getcolorcode.com

Triadic colors

1 #9AA09B and #9B9AA0 with #A09B9A are triadic colors.

2 #9A9BA0 and #9BA09A with #A09B9A are triadic colors.