COLOR #A09A86

HEX: #A09A86
RGB: (160,154,134)

Color info

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

RGB color model

#A09A86 color RGB value is (160,154,134).

  • red value is 160;
  • green value is 154;
  • blue value is 134.
RGB:
(160,154,134)
(63%,60%,53%)

RGB channels and saturation

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

160
154
134

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

Portions of RGB colors in percentages

R + G + B =
160 + 154 + 134 = 448 (100%)
R 160 of 448 ~ 35.71%
G 154 of 448 ~ 34.38%
B 134 of 448 ~ 29.91%

%35.71
%34.38
%29.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.75%
  • 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
%3.75
%16.25
%37.25

Codes

Color #A09A86 in popluar color models

A09A86
RGB160154134
HSL46°12.04%57.65%
HSB/HSV46°16.25%62.75%
CMYK0.00%3.75%16.25%
37.25%

Color #A09A86 in popluar number systems.

HEXA09A86
Decimal160154134
Binary101000001001101010000110
Octal240232206

Shades and tints

Shades of #A09A86

#A09A86
(160,154,134)
#928C7A
(146,140,122)
#847E6E
(132,126,110)
#767062
(118,112,98)
#686256
(104,98,86)
#5A544A
(90,84,74)
#4C463E
(76,70,62)
#3E3832
(62,56,50)
#302A26
(48,42,38)
#221C1A
(34,28,26)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #A09A86

#A09A86
(160,154,134)
#A8A391
(168,163,145)
#B0AC9C
(176,172,156)
#B8B5A7
(184,181,167)
#C0BEB2
(192,190,178)
#C8C7BD
(200,199,189)
#D0D0C8
(208,208,200)
#D8D9D3
(216,217,211)
#E0E2DE
(224,226,222)
#E8EBE9
(232,235,233)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09A86; }

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

This text font color is #A09A86.


Background Color

.myBgColor { background-color: #A09A86; }

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

This div background color is #A09A86.


Border color

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

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

This div border color is #A09A86.


Opacity

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

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

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

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

This text has shadow with #A09A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09A86 on black background.


Color preview on white background

This text has color #A09A86 on white background.



Black color preview on #A09A86 background

This text has black color on #A09A86 background.


White color preview on #A09A86 background

This text has white color on #A09A86 background.