COLOR #A09D96

HEX: #A09D96 RGB: (160,157,150)

Color info

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

RGB color model

#A09D96 color RGB value is (160,157,150).

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

RGB channels and saturation

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

160
157
150

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

Portions of RGB colors in percentages

R + G + B = 160 + 157 + 150 = 467 (100%)
R 160 of 467 ~ 34.26%
G 157 of 467 ~ 33.62%
B 150 of 467 ~ 32.12'%

%34.26
%33.62
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 6.25%
  • 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
%6.25
%37.25

Codes

Color #A09D96 in popluar color models

A0 9D 96
RGB 160 157 150
HSL 42° 5.00% 60.78%
HSB/HSV 42° 6.25% 62.75%
CMYK 0.00% 1.87% 6.25%
37.25%

Color #A09D96 in popluar number systems.

HEX A0 9D 96
Decimal 160 157 150
Binary 10100000 10011101 10010110
Octal 240 235 226

Shades and tints

Shades of #A09D96

#A09D96
(160,157,150)
#928F89
(146,143,137)
#84817C
(132,129,124)
#76736F
(118,115,111)
#686562
(104,101,98)
#5A5755
(90,87,85)
#4C4948
(76,73,72)
#3E3B3B
(62,59,59)
#302D2E
(48,45,46)
#221F21
(34,31,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #A09D96

#A09D96
(160,157,150)
#A8A59F
(168,165,159)
#B0ADA8
(176,173,168)
#B8B5B1
(184,181,177)
#C0BDBA
(192,189,186)
#C8C5C3
(200,197,195)
#D0CDCC
(208,205,204)
#D8D5D5
(216,213,213)
#E0DDDE
(224,221,222)
#E8E5E7
(232,229,231)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09D96; }

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

This text font color is #A09D96.

Background Color

.myBgColor { background-color: #A09D96; }

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

This div background color is #A09D96.

Border color

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

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

This div border color is #A09D96.

Opacity

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

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

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

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

This text has shadow with #A09D96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09D96.

Preview

Color preview on black background

This text has color #A09D96 on black background.


Color preview on white background

This text has color #A09D96 on white background.


Black color preview on #A09D96 background

This text has black color on #A09D96 background.


White color preview on #A09D96 background

This text has white color on #A09D96 background.


Related colors

Complementary color

Complementary color for #hex is #5F6269.


I love getcolorcode.com

Triadic colors

1 #96A09D and #9D96A0 with #A09D96 are triadic colors.

2 #969DA0 and #9DA096 with #A09D96 are triadic colors.