COLOR #A09582

HEX: #A09582
RGB: (160,149,130)

Color info

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

RGB color model

#A09582 color RGB value is (160,149,130).

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

RGB channels and saturation

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

160
149
130

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 130 = 439 (100%)
R 160 of 439 ~ 36.45%
G 149 of 439 ~ 33.94%
B 130 of 439 ~ 29.61%

%36.45
%33.94
%29.61

CMYK color model

#A09582 color CMYK value is (0,7,19,37).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK:
(0,7,19,37)
C0M7Y19K37 
(0%,7%,19%,37%)
(0.00/0.07/0.19/0.37)	

CMYK percentages

%0
%6.87
%18.75
%37.25

Codes

Color #A09582 in popluar color models

A09582
RGB160149130
HSL38°13.64%56.86%
HSB/HSV38°18.75%62.75%
CMYK0.00%6.87%18.75%
37.25%

Color #A09582 in popluar number systems.

HEXA09582
Decimal160149130
Binary101000001001010110000010
Octal240225202

Shades and tints

Shades of #A09582

#A09582
(160,149,130)
#928877
(146,136,119)
#847B6C
(132,123,108)
#766E61
(118,110,97)
#686156
(104,97,86)
#5A544B
(90,84,75)
#4C4740
(76,71,64)
#3E3A35
(62,58,53)
#302D2A
(48,45,42)
#22201F
(34,32,31)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A09582

#A09582
(160,149,130)
#A89E8D
(168,158,141)
#B0A798
(176,167,152)
#B8B0A3
(184,176,163)
#C0B9AE
(192,185,174)
#C8C2B9
(200,194,185)
#D0CBC4
(208,203,196)
#D8D4CF
(216,212,207)
#E0DDDA
(224,221,218)
#E8E6E5
(232,230,229)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09582; }

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

This text font color is #A09582.


Background Color

.myBgColor { background-color: #A09582; }

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

This div background color is #A09582.


Border color

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

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

This div border color is #A09582.


Opacity

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

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

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

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

This text has shadow with #A09582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09582 on black background.


Color preview on white background

This text has color #A09582 on white background.



Black color preview on #A09582 background

This text has black color on #A09582 background.


White color preview on #A09582 background

This text has white color on #A09582 background.