COLOR #A37C70

HEX: #A37C70
RGB: (163,124,112)

Color info

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

RGB color model

#A37C70 color RGB value is (163,124,112).

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

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 112 of 255 = 44%

163
124
112

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 112 = 399 (100%)
R 163 of 399 ~ 40.85%
G 124 of 399 ~ 31.08%
B 112 of 399 ~ 28.07%

%40.85
%31.08
%28.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 31.29%
  • key color value is 36.08%
CMYK:
(0,24,31,36)
C0M24Y31K36 
(0%,24%,31%,36%)
(0.00/0.24/0.31/0.36)	

CMYK percentages

%0
%23.93
%31.29
%36.08

Codes

Color #A37C70 in popluar color models

A37C70
RGB163124112
HSL14°21.70%53.92%
HSB/HSV14°31.29%63.92%
CMYK0.00%23.93%31.29%
36.08%

Color #A37C70 in popluar number systems.

HEXA37C70
Decimal163124112
Binary1010001111111001110000
Octal243174160

Shades and tints

Shades of #A37C70

#A37C70
(163,124,112)
#957166
(149,113,102)
#87665C
(135,102,92)
#795B52
(121,91,82)
#6B5048
(107,80,72)
#5D453E
(93,69,62)
#4F3A34
(79,58,52)
#412F2A
(65,47,42)
#332420
(51,36,32)
#251916
(37,25,22)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #A37C70

#A37C70
(163,124,112)
#AB877D
(171,135,125)
#B3928A
(179,146,138)
#BB9D97
(187,157,151)
#C3A8A4
(195,168,164)
#CBB3B1
(203,179,177)
#D3BEBE
(211,190,190)
#DBC9CB
(219,201,203)
#E3D4D8
(227,212,216)
#EBDFE5
(235,223,229)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37C70; }

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

This text font color is #A37C70.


Background Color

.myBgColor { background-color: #A37C70; }

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

This div background color is #A37C70.


Border color

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

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

This div border color is #A37C70.


Opacity

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

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

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

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

This text has shadow with #A37C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C70 on black background.


Color preview on white background

This text has color #A37C70 on white background.



Black color preview on #A37C70 background

This text has black color on #A37C70 background.


White color preview on #A37C70 background

This text has white color on #A37C70 background.