COLOR #A1737F

HEX: #A1737F
RGB: (161,115,127)

Color info

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

RGB color model

#A1737F color RGB value is (161,115,127).

  • red value is 161;
  • green value is 115;
  • blue value is 127.
RGB:
(161,115,127)
(63%,45%,50%)

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 127 of 255 = 50%

161
115
127

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

Portions of RGB colors in percentages

R + G + B =
161 + 115 + 127 = 403 (100%)
R 161 of 403 ~ 39.95%
G 115 of 403 ~ 28.54%
B 127 of 403 ~ 31.51%

%39.95
%28.54
%31.51

CMYK color model

#A1737F color CMYK value is (0,29,21,37).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 21.12%
  • key color value is 36.86%
CMYK:
(0,29,21,37)
C0M29Y21K37 
(0%,29%,21%,37%)
(0.00/0.29/0.21/0.37)	

CMYK percentages

%0
%28.57
%21.12
%36.86

Codes

Color #A1737F in popluar color models

A1737F
RGB161115127
HSL344°19.66%54.12%
HSB/HSV344°28.57%63.14%
CMYK0.00%28.57%21.12%
36.86%

Color #A1737F in popluar number systems.

HEXA1737F
Decimal161115127
Binary1010000111100111111111
Octal241163177

Shades and tints

Shades of #A1737F

#A1737F
(161,115,127)
#936974
(147,105,116)
#855F69
(133,95,105)
#77555E
(119,85,94)
#694B53
(105,75,83)
#5B4148
(91,65,72)
#4D373D
(77,55,61)
#3F2D32
(63,45,50)
#312327
(49,35,39)
#23191C
(35,25,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #A1737F

#A1737F
(161,115,127)
#A97F8A
(169,127,138)
#B18B95
(177,139,149)
#B997A0
(185,151,160)
#C1A3AB
(193,163,171)
#C9AFB6
(201,175,182)
#D1BBC1
(209,187,193)
#D9C7CC
(217,199,204)
#E1D3D7
(225,211,215)
#E9DFE2
(233,223,226)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1737F; }

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

This text font color is #A1737F.


Background Color

.myBgColor { background-color: #A1737F; }

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

This div background color is #A1737F.


Border color

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

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

This div border color is #A1737F.


Opacity

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

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

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

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

This text has shadow with #A1737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1737F on black background.


Color preview on white background

This text has color #A1737F on white background.



Black color preview on #A1737F background

This text has black color on #A1737F background.


White color preview on #A1737F background

This text has white color on #A1737F background.