COLOR #A09382

HEX: #A09382
RGB: (160,147,130)

Color info

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

RGB color model

#A09382 color RGB value is (160,147,130).

  • red value is 160;
  • green value is 147;
  • blue value is 130.
RGB:
(160,147,130)
(63%,58%,51%)

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 130 of 255 = 51%

160
147
130

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

Portions of RGB colors in percentages

R + G + B =
160 + 147 + 130 = 437 (100%)
R 160 of 437 ~ 36.61%
G 147 of 437 ~ 33.64%
B 130 of 437 ~ 29.75%

%36.61
%33.64
%29.75

CMYK color model

#A09382 color CMYK value is (0,8,19,37).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK:
(0,8,19,37)
C0M8Y19K37 
(0%,8%,19%,37%)
(0.00/0.08/0.19/0.37)	

CMYK percentages

%0
%8.13
%18.75
%37.25

Codes

Color #A09382 in popluar color models

A09382
RGB160147130
HSL34°13.64%56.86%
HSB/HSV34°18.75%62.75%
CMYK0.00%8.13%18.75%
37.25%

Color #A09382 in popluar number systems.

HEXA09382
Decimal160147130
Binary101000001001001110000010
Octal240223202

Shades and tints

Shades of #A09382

#A09382
(160,147,130)
#928677
(146,134,119)
#84796C
(132,121,108)
#766C61
(118,108,97)
#685F56
(104,95,86)
#5A524B
(90,82,75)
#4C4540
(76,69,64)
#3E3835
(62,56,53)
#302B2A
(48,43,42)
#221E1F
(34,30,31)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #A09382

#A09382
(160,147,130)
#A89C8D
(168,156,141)
#B0A598
(176,165,152)
#B8AEA3
(184,174,163)
#C0B7AE
(192,183,174)
#C8C0B9
(200,192,185)
#D0C9C4
(208,201,196)
#D8D2CF
(216,210,207)
#E0DBDA
(224,219,218)
#E8E4E5
(232,228,229)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09382 color. Also use rgb(160,147,130) instead hex code.

Text Font Color

.myTextColor { color: #A09382; }

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

This text font color is #A09382.


Background Color

.myBgColor { background-color: #A09382; }

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

This div background color is #A09382.


Border color

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

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

This div border color is #A09382.


Opacity

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

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

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

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

This text has shadow with #A09382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09382 on black background.


Color preview on white background

This text has color #A09382 on white background.



Black color preview on #A09382 background

This text has black color on #A09382 background.


White color preview on #A09382 background

This text has white color on #A09382 background.