COLOR #A19582

HEX: #A19582 RGB: (161,149,130)

Color info

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

RGB color model

#A19582 color RGB value is (161,149,130).

RGB: (161,149,130) (63%, 58%, 51%)

RGB channels and saturation

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

161
149
130

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

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 130 = 440 (100%)
R 161 of 440 ~ 36.59%
G 149 of 440 ~ 33.86%
B 130 of 440 ~ 29.55'%

%36.59
%33.86
%29.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 19.25%
  • key color value is 36.86%

CMYK: (0,7,19,37)
C0M7Y19K37 (0%, 7%, 19%, 37%)
(0.00 / 0.07 / 0.19 / 0.37)

CMYK percentages

%0
%7.45
%19.25
%36.86

Codes

Color #A19582 in popluar color models

A1 95 82
RGB 161 149 130
HSL 37° 14.16% 57.06%
HSB/HSV 37° 19.25% 63.14%
CMYK 0.00% 7.45% 19.25%
36.86%

Color #A19582 in popluar number systems.

HEX A1 95 82
Decimal 161 149 130
Binary 10100001 10010101 10000010
Octal 241 225 202

Shades and tints

Shades of #A19582

#A19582
(161,149,130)
#938877
(147,136,119)
#857B6C
(133,123,108)
#776E61
(119,110,97)
#696156
(105,97,86)
#5B544B
(91,84,75)
#4D4740
(77,71,64)
#3F3A35
(63,58,53)
#312D2A
(49,45,42)
#23201F
(35,32,31)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A19582

#A19582
(161,149,130)
#A99E8D
(169,158,141)
#B1A798
(177,167,152)
#B9B0A3
(185,176,163)
#C1B9AE
(193,185,174)
#C9C2B9
(201,194,185)
#D1CBC4
(209,203,196)
#D9D4CF
(217,212,207)
#E1DDDA
(225,221,218)
#E9E6E5
(233,230,229)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19582; }

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

This text font color is #A19582.

Background Color

.myBgColor { background-color: #A19582; }

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

This div background color is #A19582.

Border color

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

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

This div border color is #A19582.

Opacity

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

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

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

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

This text has shadow with #A19582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19582.

Preview

Color preview on black background

This text has color #A19582 on black background.


Color preview on white background

This text has color #A19582 on white background.


Black color preview on #A19582 background

This text has black color on #A19582 background.


White color preview on #A19582 background

This text has white color on #A19582 background.


Related colors

Complementary color

Complementary color for #hex is #5E6A7D.


I love getcolorcode.com

Triadic colors

1 #82A195 and #9582A1 with #A19582 are triadic colors.

2 #8295A1 and #95A182 with #A19582 are triadic colors.