COLOR #A1737A

HEX: #A1737A
RGB: (161,115,122)

Color info

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

RGB color model

#A1737A color RGB value is (161,115,122).

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

RGB channels and saturation

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

161
115
122

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

Portions of RGB colors in percentages

R + G + B =
161 + 115 + 122 = 398 (100%)
R 161 of 398 ~ 40.45%
G 115 of 398 ~ 28.89%
B 122 of 398 ~ 30.65%

%40.45
%28.89
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 24.22%
  • 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
%24.22
%36.86

Codes

Color #A1737A in popluar color models

A1737A
RGB161115122
HSL351°19.66%54.12%
HSB/HSV351°28.57%63.14%
CMYK0.00%28.57%24.22%
36.86%

Color #A1737A in popluar number systems.

HEXA1737A
Decimal161115122
Binary1010000111100111111010
Octal241163172

Shades and tints

Shades of #A1737A

#A1737A
(161,115,122)
#93696F
(147,105,111)
#855F64
(133,95,100)
#775559
(119,85,89)
#694B4E
(105,75,78)
#5B4143
(91,65,67)
#4D3738
(77,55,56)
#3F2D2D
(63,45,45)
#312322
(49,35,34)
#231917
(35,25,23)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #A1737A

#A1737A
(161,115,122)
#A97F86
(169,127,134)
#B18B92
(177,139,146)
#B9979E
(185,151,158)
#C1A3AA
(193,163,170)
#C9AFB6
(201,175,182)
#D1BBC2
(209,187,194)
#D9C7CE
(217,199,206)
#E1D3DA
(225,211,218)
#E9DFE6
(233,223,230)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1737A; }

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

This text font color is #A1737A.


Background Color

.myBgColor { background-color: #A1737A; }

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

This div background color is #A1737A.


Border color

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

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

This div border color is #A1737A.


Opacity

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

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

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

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

This text has shadow with #A1737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1737A on black background.


Color preview on white background

This text has color #A1737A on white background.



Black color preview on #A1737A background

This text has black color on #A1737A background.


White color preview on #A1737A background

This text has white color on #A1737A background.