COLOR #A2737F

HEX: #A2737F
RGB: (162,115,127)

Color info

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

RGB color model

#A2737F color RGB value is (162,115,127).

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

RGB channels and saturation

R 162 of 255 = 64%
G 115 of 255 = 45%
B 127 of 255 = 50%

162
115
127

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

Portions of RGB colors in percentages

R + G + B =
162 + 115 + 127 = 404 (100%)
R 162 of 404 ~ 40.1%
G 115 of 404 ~ 28.47%
B 127 of 404 ~ 31.44%

%40.1
%28.47
%31.44

CMYK color model

#A2737F color CMYK value is (0,29,22,36).

  • cyan value is 0.00%
  • magenta value is 29.01%
  • yellow value is 21.60%
  • key color value is 36.47%
CMYK:
(0,29,22,36)
C0M29Y22K36 
(0%,29%,22%,36%)
(0.00/0.29/0.22/0.36)	

CMYK percentages

%0
%29.01
%21.6
%36.47

Codes

Color #A2737F in popluar color models

A2737F
RGB162115127
HSL345°20.17%54.31%
HSB/HSV345°29.01%63.53%
CMYK0.00%29.01%21.60%
36.47%

Color #A2737F in popluar number systems.

HEXA2737F
Decimal162115127
Binary1010001011100111111111
Octal242163177

Shades and tints

Shades of #A2737F

#A2737F
(162,115,127)
#946974
(148,105,116)
#865F69
(134,95,105)
#78555E
(120,85,94)
#6A4B53
(106,75,83)
#5C4148
(92,65,72)
#4E373D
(78,55,61)
#402D32
(64,45,50)
#322327
(50,35,39)
#24191C
(36,25,28)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #A2737F

#A2737F
(162,115,127)
#AA7F8A
(170,127,138)
#B28B95
(178,139,149)
#BA97A0
(186,151,160)
#C2A3AB
(194,163,171)
#CAAFB6
(202,175,182)
#D2BBC1
(210,187,193)
#DAC7CC
(218,199,204)
#E2D3D7
(226,211,215)
#EADFE2
(234,223,226)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2737F; }

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

This text font color is #A2737F.


Background Color

.myBgColor { background-color: #A2737F; }

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

This div background color is #A2737F.


Border color

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

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

This div border color is #A2737F.


Opacity

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

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

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

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

This text has shadow with #A2737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2737F on black background.


Color preview on white background

This text has color #A2737F on white background.



Black color preview on #A2737F background

This text has black color on #A2737F background.


White color preview on #A2737F background

This text has white color on #A2737F background.