COLOR #A1843B

HEX: #A1843B
RGB: (161,132,59)

Color info

#A1843B contains mainly red and green colors. Web safe color of #A1843B is #999933 (or #993).

RGB color model

#A1843B color RGB value is (161,132,59).

  • red value is 161;
  • green value is 132;
  • blue value is 59.
RGB:
(161,132,59)
(63%,52%,23%)

RGB channels and saturation

R 161 of 255 = 63%
G 132 of 255 = 52%
B 59 of 255 = 23%

161
132
59

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

Portions of RGB colors in percentages

R + G + B =
161 + 132 + 59 = 352 (100%)
R 161 of 352 ~ 45.74%
G 132 of 352 ~ 37.5%
B 59 of 352 ~ 16.76%

%45.74
%37.5
%16.76

CMYK color model

#A1843B color CMYK value is (0,18,63,37).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 63.35%
  • key color value is 36.86%
CMYK:
(0,18,63,37)
C0M18Y63K37 
(0%,18%,63%,37%)
(0.00/0.18/0.63/0.37)	

CMYK percentages

%0
%18.01
%63.35
%36.86

Codes

Color #A1843B in popluar color models

A1843B
RGB16113259
HSL43°46.36%43.14%
HSB/HSV43°63.35%63.14%
CMYK0.00%18.01%63.35%
36.86%

Color #A1843B in popluar number systems.

HEXA1843B
Decimal16113259
Binary1010000110000100111011
Octal24120473

Shades and tints

Shades of #A1843B

#A1843B
(161,132,59)
#937836
(147,120,54)
#856C31
(133,108,49)
#77602C
(119,96,44)
#695427
(105,84,39)
#5B4822
(91,72,34)
#4D3C1D
(77,60,29)
#3F3018
(63,48,24)
#312413
(49,36,19)
#23180E
(35,24,14)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #A1843B

#A1843B
(161,132,59)
#A98F4C
(169,143,76)
#B19A5D
(177,154,93)
#B9A56E
(185,165,110)
#C1B07F
(193,176,127)
#C9BB90
(201,187,144)
#D1C6A1
(209,198,161)
#D9D1B2
(217,209,178)
#E1DCC3
(225,220,195)
#E9E7D4
(233,231,212)
#F1F2E5
(241,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1843B color. Also use rgb(161,132,59) instead hex code.

Text Font Color

.myTextColor { color: #A1843B; }

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

This text font color is #A1843B.


Background Color

.myBgColor { background-color: #A1843B; }

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

This div background color is #A1843B.


Border color

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

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

This div border color is #A1843B.


Opacity

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

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

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

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

This text has shadow with #A1843B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1843B on black background.


Color preview on white background

This text has color #A1843B on white background.



Black color preview on #A1843B background

This text has black color on #A1843B background.


White color preview on #A1843B background

This text has white color on #A1843B background.