COLOR #A09D8B

HEX: #A09D8B
RGB: (160,157,139)

Color info

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

RGB color model

#A09D8B color RGB value is (160,157,139).

  • red value is 160;
  • green value is 157;
  • blue value is 139.
RGB:
(160,157,139)
(63%,62%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 139 of 255 = 55%

160
157
139

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

Portions of RGB colors in percentages

R + G + B =
160 + 157 + 139 = 456 (100%)
R 160 of 456 ~ 35.09%
G 157 of 456 ~ 34.43%
B 139 of 456 ~ 30.48%

%35.09
%34.43
%30.48

CMYK color model

#A09D8B color CMYK value is (0,2,13,37).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(0,2,13,37)
C0M2Y13K37 
(0%,2%,13%,37%)
(0.00/0.02/0.13/0.37)	

CMYK percentages

%0
%1.87
%13.13
%37.25

Codes

Color #A09D8B in popluar color models

A09D8B
RGB160157139
HSL51°9.95%58.63%
HSB/HSV51°13.13%62.75%
CMYK0.00%1.87%13.13%
37.25%

Color #A09D8B in popluar number systems.

HEXA09D8B
Decimal160157139
Binary101000001001110110001011
Octal240235213

Shades and tints

Shades of #A09D8B

#A09D8B
(160,157,139)
#928F7F
(146,143,127)
#848173
(132,129,115)
#767367
(118,115,103)
#68655B
(104,101,91)
#5A574F
(90,87,79)
#4C4943
(76,73,67)
#3E3B37
(62,59,55)
#302D2B
(48,45,43)
#221F1F
(34,31,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A09D8B

#A09D8B
(160,157,139)
#A8A595
(168,165,149)
#B0AD9F
(176,173,159)
#B8B5A9
(184,181,169)
#C0BDB3
(192,189,179)
#C8C5BD
(200,197,189)
#D0CDC7
(208,205,199)
#D8D5D1
(216,213,209)
#E0DDDB
(224,221,219)
#E8E5E5
(232,229,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09D8B; }

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

This text font color is #A09D8B.


Background Color

.myBgColor { background-color: #A09D8B; }

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

This div background color is #A09D8B.


Border color

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

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

This div border color is #A09D8B.


Opacity

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

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

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

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

This text has shadow with #A09D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09D8B on black background.


Color preview on white background

This text has color #A09D8B on white background.



Black color preview on #A09D8B background

This text has black color on #A09D8B background.


White color preview on #A09D8B background

This text has white color on #A09D8B background.