COLOR #A1785D

HEX: #A1785D
RGB: (161,120,93)

Color info

#A1785D contains mainly red and green colors. Web safe color of #A1785D is #996666 (or #966).

RGB color model

#A1785D color RGB value is (161,120,93).

  • red value is 161;
  • green value is 120;
  • blue value is 93.
RGB:
(161,120,93)
(63%,47%,36%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 93 of 255 = 36%

161
120
93

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 93 = 374 (100%)
R 161 of 374 ~ 43.05%
G 120 of 374 ~ 32.09%
B 93 of 374 ~ 24.87%

%43.05
%32.09
%24.87

CMYK color model

#A1785D color CMYK value is (0,25,42,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 42.24%
  • key color value is 36.86%
CMYK:
(0,25,42,37)
C0M25Y42K37 
(0%,25%,42%,37%)
(0.00/0.25/0.42/0.37)	

CMYK percentages

%0
%25.47
%42.24
%36.86

Codes

Color #A1785D in popluar color models

A1785D
RGB16112093
HSL24°26.77%49.80%
HSB/HSV24°42.24%63.14%
CMYK0.00%25.47%42.24%
36.86%

Color #A1785D in popluar number systems.

HEXA1785D
Decimal16112093
Binary1010000111110001011101
Octal241170135

Shades and tints

Shades of #A1785D

#A1785D
(161,120,93)
#936E55
(147,110,85)
#85644D
(133,100,77)
#775A45
(119,90,69)
#69503D
(105,80,61)
#5B4635
(91,70,53)
#4D3C2D
(77,60,45)
#3F3225
(63,50,37)
#31281D
(49,40,29)
#231E15
(35,30,21)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #A1785D

#A1785D
(161,120,93)
#A9846B
(169,132,107)
#B19079
(177,144,121)
#B99C87
(185,156,135)
#C1A895
(193,168,149)
#C9B4A3
(201,180,163)
#D1C0B1
(209,192,177)
#D9CCBF
(217,204,191)
#E1D8CD
(225,216,205)
#E9E4DB
(233,228,219)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1785D color. Also use rgb(161,120,93) instead hex code.

Text Font Color

.myTextColor { color: #A1785D; }

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

This text font color is #A1785D.


Background Color

.myBgColor { background-color: #A1785D; }

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

This div background color is #A1785D.


Border color

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

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

This div border color is #A1785D.


Opacity

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

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

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

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

This text has shadow with #A1785D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1785D on black background.


Color preview on white background

This text has color #A1785D on white background.



Black color preview on #A1785D background

This text has black color on #A1785D background.


White color preview on #A1785D background

This text has white color on #A1785D background.