COLOR #A1957D

HEX: #A1957D
RGB: (161,149,125)

Color info

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

RGB color model

#A1957D color RGB value is (161,149,125).

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

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 125 of 255 = 49%

161
149
125

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

Portions of RGB colors in percentages

R + G + B =
161 + 149 + 125 = 435 (100%)
R 161 of 435 ~ 37.01%
G 149 of 435 ~ 34.25%
B 125 of 435 ~ 28.74%

%37.01
%34.25
%28.74

CMYK color model

#A1957D color CMYK value is (0,7,22,37).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(0,7,22,37)
C0M7Y22K37 
(0%,7%,22%,37%)
(0.00/0.07/0.22/0.37)	

CMYK percentages

%0
%7.45
%22.36
%36.86

Codes

Color #A1957D in popluar color models

A1957D
RGB161149125
HSL40°16.07%56.08%
HSB/HSV40°22.36%63.14%
CMYK0.00%7.45%22.36%
36.86%

Color #A1957D in popluar number systems.

HEXA1957D
Decimal161149125
Binary10100001100101011111101
Octal241225175

Shades and tints

Shades of #A1957D

#A1957D
(161,149,125)
#938872
(147,136,114)
#857B67
(133,123,103)
#776E5C
(119,110,92)
#696151
(105,97,81)
#5B5446
(91,84,70)
#4D473B
(77,71,59)
#3F3A30
(63,58,48)
#312D25
(49,45,37)
#23201A
(35,32,26)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #A1957D

#A1957D
(161,149,125)
#A99E88
(169,158,136)
#B1A793
(177,167,147)
#B9B09E
(185,176,158)
#C1B9A9
(193,185,169)
#C9C2B4
(201,194,180)
#D1CBBF
(209,203,191)
#D9D4CA
(217,212,202)
#E1DDD5
(225,221,213)
#E9E6E0
(233,230,224)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1957D; }

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

This text font color is #A1957D.


Background Color

.myBgColor { background-color: #A1957D; }

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

This div background color is #A1957D.


Border color

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

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

This div border color is #A1957D.


Opacity

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

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

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

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

This text has shadow with #A1957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1957D on black background.


Color preview on white background

This text has color #A1957D on white background.



Black color preview on #A1957D background

This text has black color on #A1957D background.


White color preview on #A1957D background

This text has white color on #A1957D background.