COLOR #A09873

HEX: #A09873
RGB: (160,152,115)

Color info

#A09873 contains red, green and blue colors in about the same proportion. Web safe color of #A09873 is #999966 (or #996).

RGB color model

#A09873 color RGB value is (160,152,115).

  • red value is 160;
  • green value is 152;
  • blue value is 115.
RGB:
(160,152,115)
(63%,60%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 115 of 255 = 45%

160
152
115

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 115 = 427 (100%)
R 160 of 427 ~ 37.47%
G 152 of 427 ~ 35.6%
B 115 of 427 ~ 26.93%

%37.47
%35.6
%26.93

CMYK color model

#A09873 color CMYK value is (0,5,28,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 28.13%
  • key color value is 37.25%
CMYK:
(0,5,28,37)
C0M5Y28K37 
(0%,5%,28%,37%)
(0.00/0.05/0.28/0.37)	

CMYK percentages

%0
%5
%28.13
%37.25

Codes

Color #A09873 in popluar color models

A09873
RGB160152115
HSL49°19.15%53.92%
HSB/HSV49°28.13%62.75%
CMYK0.00%5.00%28.13%
37.25%

Color #A09873 in popluar number systems.

HEXA09873
Decimal160152115
Binary10100000100110001110011
Octal240230163

Shades and tints

Shades of #A09873

#A09873
(160,152,115)
#928B69
(146,139,105)
#847E5F
(132,126,95)
#767155
(118,113,85)
#68644B
(104,100,75)
#5A5741
(90,87,65)
#4C4A37
(76,74,55)
#3E3D2D
(62,61,45)
#303023
(48,48,35)
#222319
(34,35,25)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #A09873

#A09873
(160,152,115)
#A8A17F
(168,161,127)
#B0AA8B
(176,170,139)
#B8B397
(184,179,151)
#C0BCA3
(192,188,163)
#C8C5AF
(200,197,175)
#D0CEBB
(208,206,187)
#D8D7C7
(216,215,199)
#E0E0D3
(224,224,211)
#E8E9DF
(232,233,223)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09873 color. Also use rgb(160,152,115) instead hex code.

Text Font Color

.myTextColor { color: #A09873; }

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

This text font color is #A09873.


Background Color

.myBgColor { background-color: #A09873; }

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

This div background color is #A09873.


Border color

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

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

This div border color is #A09873.


Opacity

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

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

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

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

This text has shadow with #A09873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09873 on black background.


Color preview on white background

This text has color #A09873 on white background.



Black color preview on #A09873 background

This text has black color on #A09873 background.


White color preview on #A09873 background

This text has white color on #A09873 background.