COLOR #A09684

HEX: #A09684
RGB: (160,150,132)

Color info

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

RGB color model

#A09684 color RGB value is (160,150,132).

  • red value is 160;
  • green value is 150;
  • blue value is 132.
RGB:
(160,150,132)
(63%,59%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 132 of 255 = 52%

160
150
132

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

Portions of RGB colors in percentages

R + G + B =
160 + 150 + 132 = 442 (100%)
R 160 of 442 ~ 36.2%
G 150 of 442 ~ 33.94%
B 132 of 442 ~ 29.86%

%36.2
%33.94
%29.86

CMYK color model

#A09684 color CMYK value is (0,6,18,37).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(0,6,18,37)
C0M6Y18K37 
(0%,6%,18%,37%)
(0.00/0.06/0.18/0.37)	

CMYK percentages

%0
%6.25
%17.5
%37.25

Codes

Color #A09684 in popluar color models

A09684
RGB160150132
HSL39°12.84%57.25%
HSB/HSV39°17.50%62.75%
CMYK0.00%6.25%17.50%
37.25%

Color #A09684 in popluar number systems.

HEXA09684
Decimal160150132
Binary101000001001011010000100
Octal240226204

Shades and tints

Shades of #A09684

#A09684
(160,150,132)
#928978
(146,137,120)
#847C6C
(132,124,108)
#766F60
(118,111,96)
#686254
(104,98,84)
#5A5548
(90,85,72)
#4C483C
(76,72,60)
#3E3B30
(62,59,48)
#302E24
(48,46,36)
#222118
(34,33,24)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #A09684

#A09684
(160,150,132)
#A89F8F
(168,159,143)
#B0A89A
(176,168,154)
#B8B1A5
(184,177,165)
#C0BAB0
(192,186,176)
#C8C3BB
(200,195,187)
#D0CCC6
(208,204,198)
#D8D5D1
(216,213,209)
#E0DEDC
(224,222,220)
#E8E7E7
(232,231,231)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09684; }

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

This text font color is #A09684.


Background Color

.myBgColor { background-color: #A09684; }

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

This div background color is #A09684.


Border color

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

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

This div border color is #A09684.


Opacity

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

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

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

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

This text has shadow with #A09684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09684 on black background.


Color preview on white background

This text has color #A09684 on white background.



Black color preview on #A09684 background

This text has black color on #A09684 background.


White color preview on #A09684 background

This text has white color on #A09684 background.