COLOR #A09D8E

HEX: #A09D8E RGB: (160,157,142)

Color info

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

RGB color model

#A09D8E color RGB value is (160,157,142).

RGB: (160,157,142) (63%, 62%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 142 of 255 = 56%

160
157
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 157 + 142 = 459 (100%)
R 160 of 459 ~ 34.86%
G 157 of 459 ~ 34.2%
B 142 of 459 ~ 30.94'%

%34.86
%34.2
%30.94

CMYK color model

#A09D8E color CMYK value is (0,2,11,37).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 11.25%
  • key color value is 37.25%

CMYK: (0,2,11,37)
C0M2Y11K37 (0%, 2%, 11%, 37%)
(0.00 / 0.02 / 0.11 / 0.37)

CMYK percentages

%0
%1.87
%11.25
%37.25

Codes

Color #A09D8E in popluar color models

A0 9D 8E
RGB 160 157 142
HSL 50° 8.65% 59.22%
HSB/HSV 50° 11.25% 62.75%
CMYK 0.00% 1.87% 11.25%
37.25%

Color #A09D8E in popluar number systems.

HEX A0 9D 8E
Decimal 160 157 142
Binary 10100000 10011101 10001110
Octal 240 235 216

Shades and tints

Shades of #A09D8E

#A09D8E
(160,157,142)
#928F82
(146,143,130)
#848176
(132,129,118)
#76736A
(118,115,106)
#68655E
(104,101,94)
#5A5752
(90,87,82)
#4C4946
(76,73,70)
#3E3B3A
(62,59,58)
#302D2E
(48,45,46)
#221F22
(34,31,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A09D8E

#A09D8E
(160,157,142)
#A8A598
(168,165,152)
#B0ADA2
(176,173,162)
#B8B5AC
(184,181,172)
#C0BDB6
(192,189,182)
#C8C5C0
(200,197,192)
#D0CDCA
(208,205,202)
#D8D5D4
(216,213,212)
#E0DDDE
(224,221,222)
#E8E5E8
(232,229,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09D8E; }

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

This text font color is #A09D8E.

Background Color

.myBgColor { background-color: #A09D8E; }

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

This div background color is #A09D8E.

Border color

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

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

This div border color is #A09D8E.

Opacity

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

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

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

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

This text has shadow with #A09D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09D8E.

Preview

Color preview on black background

This text has color #A09D8E on black background.


Color preview on white background

This text has color #A09D8E on white background.


Black color preview on #A09D8E background

This text has black color on #A09D8E background.


White color preview on #A09D8E background

This text has white color on #A09D8E background.


Related colors

Complementary color

Complementary color for #hex is #5F6271.


I love getcolorcode.com

Triadic colors

1 #8EA09D and #9D8EA0 with #A09D8E are triadic colors.

2 #8E9DA0 and #9DA08E with #A09D8E are triadic colors.