COLOR #A09C84

HEX: #A09C84
RGB: (160,156,132)

Color info

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

RGB color model

#A09C84 color RGB value is (160,156,132).

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

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 132 of 255 = 52%

160
156
132

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

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 132 = 448 (100%)
R 160 of 448 ~ 35.71%
G 156 of 448 ~ 34.82%
B 132 of 448 ~ 29.46%

%35.71
%34.82
%29.46

CMYK color model

#A09C84 color CMYK value is (0,2,18,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(0,2,18,37)
C0M2Y18K37 
(0%,2%,18%,37%)
(0.00/0.02/0.18/0.37)	

CMYK percentages

%0
%2.5
%17.5
%37.25

Codes

Color #A09C84 in popluar color models

A09C84
RGB160156132
HSL51°12.84%57.25%
HSB/HSV51°17.50%62.75%
CMYK0.00%2.50%17.50%
37.25%

Color #A09C84 in popluar number systems.

HEXA09C84
Decimal160156132
Binary101000001001110010000100
Octal240234204

Shades and tints

Shades of #A09C84

#A09C84
(160,156,132)
#928E78
(146,142,120)
#84806C
(132,128,108)
#767260
(118,114,96)
#686454
(104,100,84)
#5A5648
(90,86,72)
#4C483C
(76,72,60)
#3E3A30
(62,58,48)
#302C24
(48,44,36)
#221E18
(34,30,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #A09C84

#A09C84
(160,156,132)
#A8A58F
(168,165,143)
#B0AE9A
(176,174,154)
#B8B7A5
(184,183,165)
#C0C0B0
(192,192,176)
#C8C9BB
(200,201,187)
#D0D2C6
(208,210,198)
#D8DBD1
(216,219,209)
#E0E4DC
(224,228,220)
#E8EDE7
(232,237,231)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09C84; }

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

This text font color is #A09C84.


Background Color

.myBgColor { background-color: #A09C84; }

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

This div background color is #A09C84.


Border color

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

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

This div border color is #A09C84.


Opacity

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

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

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

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

This text has shadow with #A09C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09C84 on black background.


Color preview on white background

This text has color #A09C84 on white background.



Black color preview on #A09C84 background

This text has black color on #A09C84 background.


White color preview on #A09C84 background

This text has white color on #A09C84 background.