COLOR #A37257

HEX: #A37257
RGB: (163,114,87)

Color info

#A37257 contains mainly red and green colors. Web safe color of #A37257 is #996666 (or #966).

RGB color model

#A37257 color RGB value is (163,114,87).

  • red value is 163;
  • green value is 114;
  • blue value is 87.
RGB:
(163,114,87)
(64%,45%,34%)

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 87 of 255 = 34%

163
114
87

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

Portions of RGB colors in percentages

R + G + B =
163 + 114 + 87 = 364 (100%)
R 163 of 364 ~ 44.78%
G 114 of 364 ~ 31.32%
B 87 of 364 ~ 23.9%

%44.78
%31.32
%23.9

CMYK color model

#A37257 color CMYK value is (0,30,47,36).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 46.63%
  • key color value is 36.08%
CMYK:
(0,30,47,36)
C0M30Y47K36 
(0%,30%,47%,36%)
(0.00/0.30/0.47/0.36)	

CMYK percentages

%0
%30.06
%46.63
%36.08

Codes

Color #A37257 in popluar color models

A37257
RGB16311487
HSL21°30.40%49.02%
HSB/HSV21°46.63%63.92%
CMYK0.00%30.06%46.63%
36.08%

Color #A37257 in popluar number systems.

HEXA37257
Decimal16311487
Binary1010001111100101010111
Octal243162127

Shades and tints

Shades of #A37257

#A37257
(163,114,87)
#956850
(149,104,80)
#875E49
(135,94,73)
#795442
(121,84,66)
#6B4A3B
(107,74,59)
#5D4034
(93,64,52)
#4F362D
(79,54,45)
#412C26
(65,44,38)
#33221F
(51,34,31)
#251818
(37,24,24)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #A37257

#A37257
(163,114,87)
#AB7E66
(171,126,102)
#B38A75
(179,138,117)
#BB9684
(187,150,132)
#C3A293
(195,162,147)
#CBAEA2
(203,174,162)
#D3BAB1
(211,186,177)
#DBC6C0
(219,198,192)
#E3D2CF
(227,210,207)
#EBDEDE
(235,222,222)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37257; }

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

This text font color is #A37257.


Background Color

.myBgColor { background-color: #A37257; }

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

This div background color is #A37257.


Border color

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

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

This div border color is #A37257.


Opacity

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

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

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

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

This text has shadow with #A37257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37257 on black background.


Color preview on white background

This text has color #A37257 on white background.



Black color preview on #A37257 background

This text has black color on #A37257 background.


White color preview on #A37257 background

This text has white color on #A37257 background.