COLOR #A1957B

HEX: #A1957B RGB: (161,149,123)

Color info

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

RGB color model

#A1957B color RGB value is (161,149,123).

RGB: (161,149,123) (63%, 58%, 48%)

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 123 of 255 = 48%

161
149
123

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

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 123 = 433 (100%)
R 161 of 433 ~ 37.18%
G 149 of 433 ~ 34.41%
B 123 of 433 ~ 28.41'%

%37.18
%34.41
%28.41

CMYK color model

#A1957B color CMYK value is (0,7,24,37).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 23.60%
  • key color value is 36.86%

CMYK: (0,7,24,37)
C0M7Y24K37 (0%, 7%, 24%, 37%)
(0.00 / 0.07 / 0.24 / 0.37)

CMYK percentages

%0
%7.45
%23.6
%36.86

Codes

Color #A1957B in popluar color models

A1 95 7B
RGB 161 149 123
HSL 41° 16.81% 55.69%
HSB/HSV 41° 23.60% 63.14%
CMYK 0.00% 7.45% 23.60%
36.86%

Color #A1957B in popluar number systems.

HEX A1 95 7B
Decimal 161 149 123
Binary 10100001 10010101 1111011
Octal 241 225 173

Shades and tints

Shades of #A1957B

#A1957B
(161,149,123)
#938870
(147,136,112)
#857B65
(133,123,101)
#776E5A
(119,110,90)
#69614F
(105,97,79)
#5B5444
(91,84,68)
#4D4739
(77,71,57)
#3F3A2E
(63,58,46)
#312D23
(49,45,35)
#232018
(35,32,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A1957B

#A1957B
(161,149,123)
#A99E87
(169,158,135)
#B1A793
(177,167,147)
#B9B09F
(185,176,159)
#C1B9AB
(193,185,171)
#C9C2B7
(201,194,183)
#D1CBC3
(209,203,195)
#D9D4CF
(217,212,207)
#E1DDDB
(225,221,219)
#E9E6E7
(233,230,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1957B; }

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

This text font color is #A1957B.

Background Color

.myBgColor { background-color: #A1957B; }

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

This div background color is #A1957B.

Border color

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

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

This div border color is #A1957B.

Opacity

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

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

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

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

This text has shadow with #A1957B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1957B.

Preview

Color preview on black background

This text has color #A1957B on black background.


Color preview on white background

This text has color #A1957B on white background.


Black color preview on #A1957B background

This text has black color on #A1957B background.


White color preview on #A1957B background

This text has white color on #A1957B background.


Related colors

Complementary color

Complementary color for #hex is #5E6A84.


I love getcolorcode.com

Triadic colors

1 #7BA195 and #957BA1 with #A1957B are triadic colors.

2 #7B95A1 and #95A17B with #A1957B are triadic colors.