COLOR #A1737B

HEX: #A1737B RGB: (161,115,123)

Color info

#A1737B contains red, green and blue colors in about the same proportion. Web safe color of #A1737B is #996666 (or #966).

RGB color model

#A1737B color RGB value is (161,115,123).

RGB: (161,115,123) (63%, 45%, 48%)

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 123 of 255 = 48%

161
115
123

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

Portions of RGB colors in percentages

R + G + B = 161 + 115 + 123 = 399 (100%)
R 161 of 399 ~ 40.35%
G 115 of 399 ~ 28.82%
B 123 of 399 ~ 30.83'%

%40.35
%28.82
%30.83

CMYK color model

#A1737B color CMYK value is (0,29,24,37).

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

CMYK: (0,29,24,37)
C0M29Y24K37 (0%, 29%, 24%, 37%)
(0.00 / 0.29 / 0.24 / 0.37)

CMYK percentages

%0
%28.57
%23.6
%36.86

Codes

Color #A1737B in popluar color models

A1 73 7B
RGB 161 115 123
HSL 350° 19.66% 54.12%
HSB/HSV 350° 28.57% 63.14%
CMYK 0.00% 28.57% 23.60%
36.86%

Color #A1737B in popluar number systems.

HEX A1 73 7B
Decimal 161 115 123
Binary 10100001 1110011 1111011
Octal 241 163 173

Shades and tints

Shades of #A1737B

#A1737B
(161,115,123)
#936970
(147,105,112)
#855F65
(133,95,101)
#77555A
(119,85,90)
#694B4F
(105,75,79)
#5B4144
(91,65,68)
#4D3739
(77,55,57)
#3F2D2E
(63,45,46)
#312323
(49,35,35)
#231918
(35,25,24)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #A1737B

#A1737B
(161,115,123)
#A97F87
(169,127,135)
#B18B93
(177,139,147)
#B9979F
(185,151,159)
#C1A3AB
(193,163,171)
#C9AFB7
(201,175,183)
#D1BBC3
(209,187,195)
#D9C7CF
(217,199,207)
#E1D3DB
(225,211,219)
#E9DFE7
(233,223,231)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1737B; }

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

This text font color is #A1737B.

Background Color

.myBgColor { background-color: #A1737B; }

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

This div background color is #A1737B.

Border color

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

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

This div border color is #A1737B.

Opacity

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

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

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

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

This text has shadow with #A1737B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1737B.

Preview

Color preview on black background

This text has color #A1737B on black background.


Color preview on white background

This text has color #A1737B on white background.


Black color preview on #A1737B background

This text has black color on #A1737B background.


White color preview on #A1737B background

This text has white color on #A1737B background.


Related colors

Complementary color

Complementary color for #hex is #5E8C84.


I love getcolorcode.com

Triadic colors

1 #7BA173 and #737BA1 with #A1737B are triadic colors.

2 #7B73A1 and #73A17B with #A1737B are triadic colors.