COLOR #A09687

HEX: #A09687 RGB: (160,150,135)

Color info

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

RGB color model

#A09687 color RGB value is (160,150,135).

RGB: (160,150,135) (63%, 59%, 53%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 135 of 255 = 53%

160
150
135

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

Portions of RGB colors in percentages

R + G + B = 160 + 150 + 135 = 445 (100%)
R 160 of 445 ~ 35.96%
G 150 of 445 ~ 33.71%
B 135 of 445 ~ 30.34'%

%35.96
%33.71
%30.34

CMYK color model

#A09687 color CMYK value is (0,6,16,37).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 15.63%
  • key color value is 37.25%

CMYK: (0,6,16,37)
C0M6Y16K37 (0%, 6%, 16%, 37%)
(0.00 / 0.06 / 0.16 / 0.37)

CMYK percentages

%0
%6.25
%15.63
%37.25

Codes

Color #A09687 in popluar color models

A0 96 87
RGB 160 150 135
HSL 36° 11.63% 57.84%
HSB/HSV 36° 15.63% 62.75%
CMYK 0.00% 6.25% 15.63%
37.25%

Color #A09687 in popluar number systems.

HEX A0 96 87
Decimal 160 150 135
Binary 10100000 10010110 10000111
Octal 240 226 207

Shades and tints

Shades of #A09687

#A09687
(160,150,135)
#92897B
(146,137,123)
#847C6F
(132,124,111)
#766F63
(118,111,99)
#686257
(104,98,87)
#5A554B
(90,85,75)
#4C483F
(76,72,63)
#3E3B33
(62,59,51)
#302E27
(48,46,39)
#22211B
(34,33,27)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A09687

#A09687
(160,150,135)
#A89F91
(168,159,145)
#B0A89B
(176,168,155)
#B8B1A5
(184,177,165)
#C0BAAF
(192,186,175)
#C8C3B9
(200,195,185)
#D0CCC3
(208,204,195)
#D8D5CD
(216,213,205)
#E0DED7
(224,222,215)
#E8E7E1
(232,231,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09687; }

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

This text font color is #A09687.

Background Color

.myBgColor { background-color: #A09687; }

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

This div background color is #A09687.

Border color

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

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

This div border color is #A09687.

Opacity

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

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

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

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

This text has shadow with #A09687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09687.

Preview

Color preview on black background

This text has color #A09687 on black background.


Color preview on white background

This text has color #A09687 on white background.


Black color preview on #A09687 background

This text has black color on #A09687 background.


White color preview on #A09687 background

This text has white color on #A09687 background.


Related colors

Complementary color

Complementary color for #hex is #5F6978.


I love getcolorcode.com

Triadic colors

1 #87A096 and #9687A0 with #A09687 are triadic colors.

2 #8796A0 and #96A087 with #A09687 are triadic colors.