COLOR #A19C82

HEX: #A19C82
RGB: (161,156,130)

Color info

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

RGB color model

#A19C82 color RGB value is (161,156,130).

  • red value is 161;
  • green value is 156;
  • blue value is 130.
RGB:
(161,156,130)
(63%,61%,51%)

RGB channels and saturation

R 161 of 255 = 63%
G 156 of 255 = 61%
B 130 of 255 = 51%

161
156
130

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

Portions of RGB colors in percentages

R + G + B =
161 + 156 + 130 = 447 (100%)
R 161 of 447 ~ 36.02%
G 156 of 447 ~ 34.9%
B 130 of 447 ~ 29.08%

%36.02
%34.9
%29.08

CMYK color model

#A19C82 color CMYK value is (0,3,19,37).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 19.25%
  • key color value is 36.86%
CMYK:
(0,3,19,37)
C0M3Y19K37 
(0%,3%,19%,37%)
(0.00/0.03/0.19/0.37)	

CMYK percentages

%0
%3.11
%19.25
%36.86

Codes

Color #A19C82 in popluar color models

A19C82
RGB161156130
HSL50°14.16%57.06%
HSB/HSV50°19.25%63.14%
CMYK0.00%3.11%19.25%
36.86%

Color #A19C82 in popluar number systems.

HEXA19C82
Decimal161156130
Binary101000011001110010000010
Octal241234202

Shades and tints

Shades of #A19C82

#A19C82
(161,156,130)
#938E77
(147,142,119)
#85806C
(133,128,108)
#777261
(119,114,97)
#696456
(105,100,86)
#5B564B
(91,86,75)
#4D4840
(77,72,64)
#3F3A35
(63,58,53)
#312C2A
(49,44,42)
#231E1F
(35,30,31)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #A19C82

#A19C82
(161,156,130)
#A9A58D
(169,165,141)
#B1AE98
(177,174,152)
#B9B7A3
(185,183,163)
#C1C0AE
(193,192,174)
#C9C9B9
(201,201,185)
#D1D2C4
(209,210,196)
#D9DBCF
(217,219,207)
#E1E4DA
(225,228,218)
#E9EDE5
(233,237,229)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19C82; }

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

This text font color is #A19C82.


Background Color

.myBgColor { background-color: #A19C82; }

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

This div background color is #A19C82.


Border color

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

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

This div border color is #A19C82.


Opacity

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

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

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

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

This text has shadow with #A19C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19C82 on black background.


Color preview on white background

This text has color #A19C82 on white background.



Black color preview on #A19C82 background

This text has black color on #A19C82 background.


White color preview on #A19C82 background

This text has white color on #A19C82 background.