COLOR #A37171

HEX: #A37171
RGB: (163,113,113)

Color info

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

RGB color model

#A37171 color RGB value is (163,113,113).

  • red value is 163;
  • green value is 113;
  • blue value is 113.
RGB:
(163,113,113)
(64%,44%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 113 of 255 = 44%
B 113 of 255 = 44%

163
113
113

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

Portions of RGB colors in percentages

R + G + B =
163 + 113 + 113 = 389 (100%)
R 163 of 389 ~ 41.9%
G 113 of 389 ~ 29.05%
B 113 of 389 ~ 29.05%

%41.9
%29.05
%29.05

CMYK color model

#A37171 color CMYK value is (0,31,31,36).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(0,31,31,36)
C0M31Y31K36 
(0%,31%,31%,36%)
(0.00/0.31/0.31/0.36)	

CMYK percentages

%0
%30.67
%30.67
%36.08

Codes

Color #A37171 in popluar color models

A37171
RGB163113113
HSL21.37%54.12%
HSB/HSV30.67%63.92%
CMYK0.00%30.67%30.67%
36.08%

Color #A37171 in popluar number systems.

HEXA37171
Decimal163113113
Binary1010001111100011110001
Octal243161161

Shades and tints

Shades of #A37171

#A37171
(163,113,113)
#956767
(149,103,103)
#875D5D
(135,93,93)
#795353
(121,83,83)
#6B4949
(107,73,73)
#5D3F3F
(93,63,63)
#4F3535
(79,53,53)
#412B2B
(65,43,43)
#332121
(51,33,33)
#251717
(37,23,23)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A37171

#A37171
(163,113,113)
#AB7D7D
(171,125,125)
#B38989
(179,137,137)
#BB9595
(187,149,149)
#C3A1A1
(195,161,161)
#CBADAD
(203,173,173)
#D3B9B9
(211,185,185)
#DBC5C5
(219,197,197)
#E3D1D1
(227,209,209)
#EBDDDD
(235,221,221)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37171 color. Also use rgb(163,113,113) instead hex code.

Text Font Color

.myTextColor { color: #A37171; }

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

This text font color is #A37171.


Background Color

.myBgColor { background-color: #A37171; }

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

This div background color is #A37171.


Border color

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

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

This div border color is #A37171.


Opacity

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

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

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

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

This text has shadow with #A37171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37171 on black background.


Color preview on white background

This text has color #A37171 on white background.



Black color preview on #A37171 background

This text has black color on #A37171 background.


White color preview on #A37171 background

This text has white color on #A37171 background.