COLOR #A1836B

HEX: #A1836B RGB: (161,131,107)

Color info

#A1836B contains red, green and blue colors in about the same proportion. Web safe color of #A1836B is #999966 (or #996).

RGB color model

#A1836B color RGB value is (161,131,107).

RGB: (161,131,107) (63%, 51%, 42%)

RGB channels and saturation

R 161 of 255 = 63%
G 131 of 255 = 51%
B 107 of 255 = 42%

161
131
107

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

Portions of RGB colors in percentages

R + G + B = 161 + 131 + 107 = 399 (100%)
R 161 of 399 ~ 40.35%
G 131 of 399 ~ 32.83%
B 107 of 399 ~ 26.82'%

%40.35
%32.83
%26.82

CMYK color model

#A1836B color CMYK value is (0,19,34,37).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 33.54%
  • key color value is 36.86%
CMYK: (0,19,34,37) C0M19Y34K37 (0%,19%,34%,37%) (0.00/0.19/0.34/0.37) 

CMYK percentages

%0
%18.63
%33.54
%36.86

Codes

Color #A1836B in popluar color models

A1 83 6B
RGB 161 131 107
HSL 27° 22.31% 52.55%
HSB/HSV 27° 33.54% 63.14%
CMYK 0.00% 18.63% 33.54%
36.86%

Color #A1836B in popluar number systems.

HEX A1 83 6B
Decimal 161 131 107
Binary 10100001 10000011 1101011
Octal 241 203 153

Shades and tints

Shades of #A1836B

#A1836B
(161,131,107)
#937862
(147,120,98)
#856D59
(133,109,89)
#776250
(119,98,80)
#695747
(105,87,71)
#5B4C3E
(91,76,62)
#4D4135
(77,65,53)
#3F362C
(63,54,44)
#312B23
(49,43,35)
#23201A
(35,32,26)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #A1836B

#A1836B
(161,131,107)
#A98E78
(169,142,120)
#B19985
(177,153,133)
#B9A492
(185,164,146)
#C1AF9F
(193,175,159)
#C9BAAC
(201,186,172)
#D1C5B9
(209,197,185)
#D9D0C6
(217,208,198)
#E1DBD3
(225,219,211)
#E9E6E0
(233,230,224)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1836B; }

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

This text font color is #A1836B.

Background Color

.myBgColor { background-color: #A1836B; }

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

This div background color is #A1836B.

Border color

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

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

This div border color is #A1836B.

Opacity

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

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

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

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

This text has shadow with #A1836B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1836B.

Preview

Color preview on black background

This text has color #A1836B on black background.


Color preview on white background

This text has color #A1836B on white background.


Black color preview on #A1836B background

This text has black color on #A1836B background.


White color preview on #A1836B background

This text has white color on #A1836B background.


Related colors

Complementary color

Complementary color for #hex is #5E7C94.


I love getcolorcode.com

Triadic colors

1 #6BA183 and #836BA1 with #A1836B are triadic colors.

2 #6B83A1 and #83A16B with #A1836B are triadic colors.