COLOR #A1857D

HEX: #A1857D
RGB: (161,133,125)

Color info

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

RGB color model

#A1857D color RGB value is (161,133,125).

  • red value is 161;
  • green value is 133;
  • blue value is 125.
RGB:
(161,133,125)
(63%,52%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 133 of 255 = 52%
B 125 of 255 = 49%

161
133
125

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

Portions of RGB colors in percentages

R + G + B =
161 + 133 + 125 = 419 (100%)
R 161 of 419 ~ 38.42%
G 133 of 419 ~ 31.74%
B 125 of 419 ~ 29.83%

%38.42
%31.74
%29.83

CMYK color model

#A1857D color CMYK value is (0,17,22,37).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(0,17,22,37)
C0M17Y22K37 
(0%,17%,22%,37%)
(0.00/0.17/0.22/0.37)	

CMYK percentages

%0
%17.39
%22.36
%36.86

Codes

Color #A1857D in popluar color models

A1857D
RGB161133125
HSL13°16.07%56.08%
HSB/HSV13°22.36%63.14%
CMYK0.00%17.39%22.36%
36.86%

Color #A1857D in popluar number systems.

HEXA1857D
Decimal161133125
Binary10100001100001011111101
Octal241205175

Shades and tints

Shades of #A1857D

#A1857D
(161,133,125)
#937972
(147,121,114)
#856D67
(133,109,103)
#77615C
(119,97,92)
#695551
(105,85,81)
#5B4946
(91,73,70)
#4D3D3B
(77,61,59)
#3F3130
(63,49,48)
#312525
(49,37,37)
#23191A
(35,25,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #A1857D

#A1857D
(161,133,125)
#A99088
(169,144,136)
#B19B93
(177,155,147)
#B9A69E
(185,166,158)
#C1B1A9
(193,177,169)
#C9BCB4
(201,188,180)
#D1C7BF
(209,199,191)
#D9D2CA
(217,210,202)
#E1DDD5
(225,221,213)
#E9E8E0
(233,232,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1857D color. Also use rgb(161,133,125) instead hex code.

Text Font Color

.myTextColor { color: #A1857D; }

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

This text font color is #A1857D.


Background Color

.myBgColor { background-color: #A1857D; }

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

This div background color is #A1857D.


Border color

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

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

This div border color is #A1857D.


Opacity

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

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

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

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

This text has shadow with #A1857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1857D on black background.


Color preview on white background

This text has color #A1857D on white background.



Black color preview on #A1857D background

This text has black color on #A1857D background.


White color preview on #A1857D background

This text has white color on #A1857D background.