COLOR #A1877E

HEX: #A1877E
RGB: (161,135,126)

Color info

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

RGB color model

#A1877E color RGB value is (161,135,126).

  • red value is 161;
  • green value is 135;
  • blue value is 126.
RGB:
(161,135,126)
(63%,53%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 135 of 255 = 53%
B 126 of 255 = 49%

161
135
126

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

Portions of RGB colors in percentages

R + G + B =
161 + 135 + 126 = 422 (100%)
R 161 of 422 ~ 38.15%
G 135 of 422 ~ 31.99%
B 126 of 422 ~ 29.86%

%38.15
%31.99
%29.86

CMYK color model

#A1877E color CMYK value is (0,16,22,37).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(0,16,22,37)
C0M16Y22K37 
(0%,16%,22%,37%)
(0.00/0.16/0.22/0.37)	

CMYK percentages

%0
%16.15
%21.74
%36.86

Codes

Color #A1877E in popluar color models

A1877E
RGB161135126
HSL15°15.70%56.27%
HSB/HSV15°21.74%63.14%
CMYK0.00%16.15%21.74%
36.86%

Color #A1877E in popluar number systems.

HEXA1877E
Decimal161135126
Binary10100001100001111111110
Octal241207176

Shades and tints

Shades of #A1877E

#A1877E
(161,135,126)
#937B73
(147,123,115)
#856F68
(133,111,104)
#77635D
(119,99,93)
#695752
(105,87,82)
#5B4B47
(91,75,71)
#4D3F3C
(77,63,60)
#3F3331
(63,51,49)
#312726
(49,39,38)
#231B1B
(35,27,27)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #A1877E

#A1877E
(161,135,126)
#A99189
(169,145,137)
#B19B94
(177,155,148)
#B9A59F
(185,165,159)
#C1AFAA
(193,175,170)
#C9B9B5
(201,185,181)
#D1C3C0
(209,195,192)
#D9CDCB
(217,205,203)
#E1D7D6
(225,215,214)
#E9E1E1
(233,225,225)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1877E; }

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

This text font color is #A1877E.


Background Color

.myBgColor { background-color: #A1877E; }

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

This div background color is #A1877E.


Border color

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

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

This div border color is #A1877E.


Opacity

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

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

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

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

This text has shadow with #A1877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1877E on black background.


Color preview on white background

This text has color #A1877E on white background.



Black color preview on #A1877E background

This text has black color on #A1877E background.


White color preview on #A1877E background

This text has white color on #A1877E background.