COLOR #A1876D

HEX: #A1876D RGB: (161,135,109)

Color info

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

RGB color model

#A1876D color RGB value is (161,135,109).

RGB: (161,135,109) (63%, 53%, 43%)

RGB channels and saturation

R 161 of 255 = 63%
G 135 of 255 = 53%
B 109 of 255 = 43%

161
135
109

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

Portions of RGB colors in percentages

R + G + B = 161 + 135 + 109 = 405 (100%)
R 161 of 405 ~ 39.75%
G 135 of 405 ~ 33.33%
B 109 of 405 ~ 26.91'%

%39.75
%33.33
%26.91

CMYK color model

#A1876D color CMYK value is (0,16,32,37).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 32.30%
  • key color value is 36.86%

CMYK: (0,16,32,37)
C0M16Y32K37 (0%, 16%, 32%, 37%)
(0.00 / 0.16 / 0.32 / 0.37)

CMYK percentages

%0
%16.15
%32.3
%36.86

Codes

Color #A1876D in popluar color models

A1 87 6D
RGB 161 135 109
HSL 30° 21.67% 52.94%
HSB/HSV 30° 32.30% 63.14%
CMYK 0.00% 16.15% 32.30%
36.86%

Color #A1876D in popluar number systems.

HEX A1 87 6D
Decimal 161 135 109
Binary 10100001 10000111 1101101
Octal 241 207 155

Shades and tints

Shades of #A1876D

#A1876D
(161,135,109)
#937B64
(147,123,100)
#856F5B
(133,111,91)
#776352
(119,99,82)
#695749
(105,87,73)
#5B4B40
(91,75,64)
#4D3F37
(77,63,55)
#3F332E
(63,51,46)
#312725
(49,39,37)
#231B1C
(35,27,28)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #A1876D

#A1876D
(161,135,109)
#A9917A
(169,145,122)
#B19B87
(177,155,135)
#B9A594
(185,165,148)
#C1AFA1
(193,175,161)
#C9B9AE
(201,185,174)
#D1C3BB
(209,195,187)
#D9CDC8
(217,205,200)
#E1D7D5
(225,215,213)
#E9E1E2
(233,225,226)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1876D color. Also use rgb(161,135,109) instead hex code.

Text Font Color

.myTextColor { color: #A1876D; }

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

This text font color is #A1876D.

Background Color

.myBgColor { background-color: #A1876D; }

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

This div background color is #A1876D.

Border color

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

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

This div border color is #A1876D.

Opacity

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

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

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

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

This text has shadow with #A1876D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1876D.

Preview

Color preview on black background

This text has color #A1876D on black background.


Color preview on white background

This text has color #A1876D on white background.


Black color preview on #A1876D background

This text has black color on #A1876D background.


White color preview on #A1876D background

This text has white color on #A1876D background.


Related colors

Complementary color

Complementary color for #hex is #5E7892.


I love getcolorcode.com

Triadic colors

1 #6DA187 and #876DA1 with #A1876D are triadic colors.

2 #6D87A1 and #87A16D with #A1876D are triadic colors.