COLOR #A37F73

HEX: #A37F73
RGB: (163,127,115)

Color info

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

RGB color model

#A37F73 color RGB value is (163,127,115).

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

RGB channels and saturation

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

163
127
115

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 115 = 405 (100%)
R 163 of 405 ~ 40.25%
G 127 of 405 ~ 31.36%
B 115 of 405 ~ 28.4%

%40.25
%31.36
%28.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(0,22,29,36)
C0M22Y29K36 
(0%,22%,29%,36%)
(0.00/0.22/0.29/0.36)	

CMYK percentages

%0
%22.09
%29.45
%36.08

Codes

Color #A37F73 in popluar color models

A37F73
RGB163127115
HSL15°20.69%54.51%
HSB/HSV15°29.45%63.92%
CMYK0.00%22.09%29.45%
36.08%

Color #A37F73 in popluar number systems.

HEXA37F73
Decimal163127115
Binary1010001111111111110011
Octal243177163

Shades and tints

Shades of #A37F73

#A37F73
(163,127,115)
#957469
(149,116,105)
#87695F
(135,105,95)
#795E55
(121,94,85)
#6B534B
(107,83,75)
#5D4841
(93,72,65)
#4F3D37
(79,61,55)
#41322D
(65,50,45)
#332723
(51,39,35)
#251C19
(37,28,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A37F73

#A37F73
(163,127,115)
#AB8A7F
(171,138,127)
#B3958B
(179,149,139)
#BBA097
(187,160,151)
#C3ABA3
(195,171,163)
#CBB6AF
(203,182,175)
#D3C1BB
(211,193,187)
#DBCCC7
(219,204,199)
#E3D7D3
(227,215,211)
#EBE2DF
(235,226,223)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37F73; }

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

This text font color is #A37F73.


Background Color

.myBgColor { background-color: #A37F73; }

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

This div background color is #A37F73.


Border color

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

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

This div border color is #A37F73.


Opacity

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

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

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

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

This text has shadow with #A37F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F73 on black background.


Color preview on white background

This text has color #A37F73 on white background.



Black color preview on #A37F73 background

This text has black color on #A37F73 background.


White color preview on #A37F73 background

This text has white color on #A37F73 background.