COLOR #A09D97

HEX: #A09D97 RGB: (160,157,151)

Color info

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

RGB color model

#A09D97 color RGB value is (160,157,151).

RGB: (160,157,151) (63%, 62%, 59%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 151 of 255 = 59%

160
157
151

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

Portions of RGB colors in percentages

R + G + B = 160 + 157 + 151 = 468 (100%)
R 160 of 468 ~ 34.19%
G 157 of 468 ~ 33.55%
B 151 of 468 ~ 32.26'%

%34.19
%33.55
%32.26

CMYK color model

#A09D97 color CMYK value is (0,2,6,37).

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

CMYK: (0,2,6,37)
C0M2Y6K37 (0%, 2%, 6%, 37%)
(0.00 / 0.02 / 0.06 / 0.37)

CMYK percentages

%0
%1.87
%5.63
%37.25

Codes

Color #A09D97 in popluar color models

A0 9D 97
RGB 160 157 151
HSL 40° 4.52% 60.98%
HSB/HSV 40° 5.63% 62.75%
CMYK 0.00% 1.87% 5.63%
37.25%

Color #A09D97 in popluar number systems.

HEX A0 9D 97
Decimal 160 157 151
Binary 10100000 10011101 10010111
Octal 240 235 227

Shades and tints

Shades of #A09D97

#A09D97
(160,157,151)
#928F8A
(146,143,138)
#84817D
(132,129,125)
#767370
(118,115,112)
#686563
(104,101,99)
#5A5756
(90,87,86)
#4C4949
(76,73,73)
#3E3B3C
(62,59,60)
#302D2F
(48,45,47)
#221F22
(34,31,34)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #A09D97

#A09D97
(160,157,151)
#A8A5A0
(168,165,160)
#B0ADA9
(176,173,169)
#B8B5B2
(184,181,178)
#C0BDBB
(192,189,187)
#C8C5C4
(200,197,196)
#D0CDCD
(208,205,205)
#D8D5D6
(216,213,214)
#E0DDDF
(224,221,223)
#E8E5E8
(232,229,232)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09D97; }

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

This text font color is #A09D97.

Background Color

.myBgColor { background-color: #A09D97; }

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

This div background color is #A09D97.

Border color

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

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

This div border color is #A09D97.

Opacity

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

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

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

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

This text has shadow with #A09D97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09D97.

Preview

Color preview on black background

This text has color #A09D97 on black background.


Color preview on white background

This text has color #A09D97 on white background.


Black color preview on #A09D97 background

This text has black color on #A09D97 background.


White color preview on #A09D97 background

This text has white color on #A09D97 background.


Related colors

Complementary color

Complementary color for #hex is #5F6268.


I love getcolorcode.com

Triadic colors

1 #97A09D and #9D97A0 with #A09D97 are triadic colors.

2 #979DA0 and #9DA097 with #A09D97 are triadic colors.