COLOR #A09986

HEX: #A09986 RGB: (160,153,134)

Color info

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

RGB color model

#A09986 color RGB value is (160,153,134).

RGB: (160,153,134) (63%, 60%, 53%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 134 of 255 = 53%

160
153
134

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

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 134 = 447 (100%)
R 160 of 447 ~ 35.79%
G 153 of 447 ~ 34.23%
B 134 of 447 ~ 29.98'%

%35.79
%34.23
%29.98

CMYK color model

#A09986 color CMYK value is (0,4,16,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 16.25%
  • key color value is 37.25%
CMYK: (0,4,16,37) C0M4Y16K37 (0%,4%,16%,37%) (0.00/0.04/0.16/0.37) 

CMYK percentages

%0
%4.38
%16.25
%37.25

Codes

Color #A09986 in popluar color models

A0 99 86
RGB 160 153 134
HSL 44° 12.04% 57.65%
HSB/HSV 44° 16.25% 62.75%
CMYK 0.00% 4.38% 16.25%
37.25%

Color #A09986 in popluar number systems.

HEX A0 99 86
Decimal 160 153 134
Binary 10100000 10011001 10000110
Octal 240 231 206

Shades and tints

Shades of #A09986

#A09986
(160,153,134)
#928C7A
(146,140,122)
#847F6E
(132,127,110)
#767262
(118,114,98)
#686556
(104,101,86)
#5A584A
(90,88,74)
#4C4B3E
(76,75,62)
#3E3E32
(62,62,50)
#303126
(48,49,38)
#22241A
(34,36,26)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #A09986

#A09986
(160,153,134)
#A8A291
(168,162,145)
#B0AB9C
(176,171,156)
#B8B4A7
(184,180,167)
#C0BDB2
(192,189,178)
#C8C6BD
(200,198,189)
#D0CFC8
(208,207,200)
#D8D8D3
(216,216,211)
#E0E1DE
(224,225,222)
#E8EAE9
(232,234,233)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09986 color. Also use rgb(160,153,134) instead hex code.

Text Font Color

.myTextColor { color: #A09986; }

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

This text font color is #A09986.

Background Color

.myBgColor { background-color: #A09986; }

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

This div background color is #A09986.

Border color

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

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

This div border color is #A09986.

Opacity

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

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

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

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

This text has shadow with #A09986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09986.

Preview

Color preview on black background

This text has color #A09986 on black background.


Color preview on white background

This text has color #A09986 on white background.


Black color preview on #A09986 background

This text has black color on #A09986 background.


White color preview on #A09986 background

This text has white color on #A09986 background.


Related colors

Complementary color

Complementary color for #hex is #5F6679.


I love getcolorcode.com

Triadic colors

1 #86A099 and #9986A0 with #A09986 are triadic colors.

2 #8699A0 and #99A086 with #A09986 are triadic colors.