COLOR #A37170

HEX: #A37170
RGB: (163,113,112)

Color info

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

RGB color model

#A37170 color RGB value is (163,113,112).

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

RGB channels and saturation

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

163
113
112

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

Portions of RGB colors in percentages

R + G + B =
163 + 113 + 112 = 388 (100%)
R 163 of 388 ~ 42.01%
G 113 of 388 ~ 29.12%
B 112 of 388 ~ 28.87%

%42.01
%29.12
%28.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 31.29%
  • 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
%31.29
%36.08

Codes

Color #A37170 in popluar color models

A37170
RGB163113112
HSL21.70%53.92%
HSB/HSV31.29%63.92%
CMYK0.00%30.67%31.29%
36.08%

Color #A37170 in popluar number systems.

HEXA37170
Decimal163113112
Binary1010001111100011110000
Octal243161160

Shades and tints

Shades of #A37170

#A37170
(163,113,112)
#956766
(149,103,102)
#875D5C
(135,93,92)
#795352
(121,83,82)
#6B4948
(107,73,72)
#5D3F3E
(93,63,62)
#4F3534
(79,53,52)
#412B2A
(65,43,42)
#332120
(51,33,32)
#251716
(37,23,22)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #A37170

#A37170
(163,113,112)
#AB7D7D
(171,125,125)
#B3898A
(179,137,138)
#BB9597
(187,149,151)
#C3A1A4
(195,161,164)
#CBADB1
(203,173,177)
#D3B9BE
(211,185,190)
#DBC5CB
(219,197,203)
#E3D1D8
(227,209,216)
#EBDDE5
(235,221,229)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37170; }

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

This text font color is #A37170.


Background Color

.myBgColor { background-color: #A37170; }

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

This div background color is #A37170.


Border color

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

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

This div border color is #A37170.


Opacity

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

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

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

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

This text has shadow with #A37170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37170 on black background.


Color preview on white background

This text has color #A37170 on white background.



Black color preview on #A37170 background

This text has black color on #A37170 background.


White color preview on #A37170 background

This text has white color on #A37170 background.