COLOR #A09B8E

HEX: #A09B8E
RGB: (160,155,142)

Color info

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

RGB color model

#A09B8E color RGB value is (160,155,142).

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

RGB channels and saturation

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

160
155
142

R + G + B ~ 60%. #A09B8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 142 = 457 (100%)
R 160 of 457 ~ 35.01%
G 155 of 457 ~ 33.92%
B 142 of 457 ~ 31.07%

%35.01
%33.92
%31.07

CMYK color model

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

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

CMYK percentages

%0
%3.13
%11.25
%37.25

Codes

Color #A09B8E in popluar color models

A09B8E
RGB160155142
HSL43°8.65%59.22%
HSB/HSV43°11.25%62.75%
CMYK0.00%3.13%11.25%
37.25%

Color #A09B8E in popluar number systems.

HEXA09B8E
Decimal160155142
Binary101000001001101110001110
Octal240233216

Shades and tints

Shades of #A09B8E

#A09B8E
(160,155,142)
#928D82
(146,141,130)
#847F76
(132,127,118)
#76716A
(118,113,106)
#68635E
(104,99,94)
#5A5552
(90,85,82)
#4C4746
(76,71,70)
#3E393A
(62,57,58)
#302B2E
(48,43,46)
#221D22
(34,29,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #A09B8E

#A09B8E
(160,155,142)
#A8A498
(168,164,152)
#B0ADA2
(176,173,162)
#B8B6AC
(184,182,172)
#C0BFB6
(192,191,182)
#C8C8C0
(200,200,192)
#D0D1CA
(208,209,202)
#D8DAD4
(216,218,212)
#E0E3DE
(224,227,222)
#E8ECE8
(232,236,232)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09B8E; }

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

This text font color is #A09B8E.


Background Color

.myBgColor { background-color: #A09B8E; }

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

This div background color is #A09B8E.


Border color

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

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

This div border color is #A09B8E.


Opacity

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

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

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

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

This text has shadow with #A09B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09B8E on black background.


Color preview on white background

This text has color #A09B8E on white background.



Black color preview on #A09B8E background

This text has black color on #A09B8E background.


White color preview on #A09B8E background

This text has white color on #A09B8E background.