COLOR #A19583

HEX: #A19583 RGB: (161,149,131)

Color info

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

RGB color model

#A19583 color RGB value is (161,149,131).

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

RGB channels and saturation

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

161
149
131

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

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 131 = 441 (100%)
R 161 of 441 ~ 36.51%
G 149 of 441 ~ 33.79%
B 131 of 441 ~ 29.71'%

%36.51
%33.79
%29.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 18.63%
  • 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
%18.63
%36.86

Codes

Color #A19583 in popluar color models

A1 95 83
RGB 161 149 131
HSL 36° 13.76% 57.25%
HSB/HSV 36° 18.63% 63.14%
CMYK 0.00% 7.45% 18.63%
36.86%

Color #A19583 in popluar number systems.

HEX A1 95 83
Decimal 161 149 131
Binary 10100001 10010101 10000011
Octal 241 225 203

Shades and tints

Shades of #A19583

#A19583
(161,149,131)
#938878
(147,136,120)
#857B6D
(133,123,109)
#776E62
(119,110,98)
#696157
(105,97,87)
#5B544C
(91,84,76)
#4D4741
(77,71,65)
#3F3A36
(63,58,54)
#312D2B
(49,45,43)
#232020
(35,32,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A19583

#A19583
(161,149,131)
#A99E8E
(169,158,142)
#B1A799
(177,167,153)
#B9B0A4
(185,176,164)
#C1B9AF
(193,185,175)
#C9C2BA
(201,194,186)
#D1CBC5
(209,203,197)
#D9D4D0
(217,212,208)
#E1DDDB
(225,221,219)
#E9E6E6
(233,230,230)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19583; }

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

This text font color is #A19583.

Background Color

.myBgColor { background-color: #A19583; }

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

This div background color is #A19583.

Border color

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

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

This div border color is #A19583.

Opacity

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

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

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

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

This text has shadow with #A19583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19583.

Preview

Color preview on black background

This text has color #A19583 on black background.


Color preview on white background

This text has color #A19583 on white background.


Black color preview on #A19583 background

This text has black color on #A19583 background.


White color preview on #A19583 background

This text has white color on #A19583 background.


Related colors

Complementary color

Complementary color for #hex is #5E6A7C.


I love getcolorcode.com

Triadic colors

1 #83A195 and #9583A1 with #A19583 are triadic colors.

2 #8395A1 and #95A183 with #A19583 are triadic colors.