COLOR #A09D8A

HEX: #A09D8A RGB: (160,157,138)

Color info

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

RGB color model

#A09D8A color RGB value is (160,157,138).

RGB: (160,157,138) (63%, 62%, 54%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 138 of 255 = 54%

160
157
138

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

Portions of RGB colors in percentages

R + G + B = 160 + 157 + 138 = 455 (100%)
R 160 of 455 ~ 35.16%
G 157 of 455 ~ 34.51%
B 138 of 455 ~ 30.33'%

%35.16
%34.51
%30.33

CMYK color model

#A09D8A color CMYK value is (0,2,14,37).

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

CMYK: (0,2,14,37)
C0M2Y14K37 (0%, 2%, 14%, 37%)
(0.00 / 0.02 / 0.14 / 0.37)

CMYK percentages

%0
%1.87
%13.75
%37.25

Codes

Color #A09D8A in popluar color models

A0 9D 8A
RGB 160 157 138
HSL 52° 10.38% 58.43%
HSB/HSV 52° 13.75% 62.75%
CMYK 0.00% 1.87% 13.75%
37.25%

Color #A09D8A in popluar number systems.

HEX A0 9D 8A
Decimal 160 157 138
Binary 10100000 10011101 10001010
Octal 240 235 212

Shades and tints

Shades of #A09D8A

#A09D8A
(160,157,138)
#928F7E
(146,143,126)
#848172
(132,129,114)
#767366
(118,115,102)
#68655A
(104,101,90)
#5A574E
(90,87,78)
#4C4942
(76,73,66)
#3E3B36
(62,59,54)
#302D2A
(48,45,42)
#221F1E
(34,31,30)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #A09D8A

#A09D8A
(160,157,138)
#A8A594
(168,165,148)
#B0AD9E
(176,173,158)
#B8B5A8
(184,181,168)
#C0BDB2
(192,189,178)
#C8C5BC
(200,197,188)
#D0CDC6
(208,205,198)
#D8D5D0
(216,213,208)
#E0DDDA
(224,221,218)
#E8E5E4
(232,229,228)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09D8A; }

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

This text font color is #A09D8A.

Background Color

.myBgColor { background-color: #A09D8A; }

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

This div background color is #A09D8A.

Border color

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

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

This div border color is #A09D8A.

Opacity

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

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

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

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

This text has shadow with #A09D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09D8A.

Preview

Color preview on black background

This text has color #A09D8A on black background.


Color preview on white background

This text has color #A09D8A on white background.


Black color preview on #A09D8A background

This text has black color on #A09D8A background.


White color preview on #A09D8A background

This text has white color on #A09D8A background.


Related colors

Complementary color

Complementary color for #hex is #5F6275.


I love getcolorcode.com

Triadic colors

1 #8AA09D and #9D8AA0 with #A09D8A are triadic colors.

2 #8A9DA0 and #9DA08A with #A09D8A are triadic colors.