COLOR #A37C55

HEX: #A37C55
RGB: (163,124,85)

Color info

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

RGB color model

#A37C55 color RGB value is (163,124,85).

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

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 85 of 255 = 33%

163
124
85

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 85 = 372 (100%)
R 163 of 372 ~ 43.82%
G 124 of 372 ~ 33.33%
B 85 of 372 ~ 22.85%

%43.82
%33.33
%22.85

CMYK color model

#A37C55 color CMYK value is (0,24,48,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 47.85%
  • key color value is 36.08%
CMYK:
(0,24,48,36)
C0M24Y48K36 
(0%,24%,48%,36%)
(0.00/0.24/0.48/0.36)	

CMYK percentages

%0
%23.93
%47.85
%36.08

Codes

Color #A37C55 in popluar color models

A37C55
RGB16312485
HSL30°31.45%48.63%
HSB/HSV30°47.85%63.92%
CMYK0.00%23.93%47.85%
36.08%

Color #A37C55 in popluar number systems.

HEXA37C55
Decimal16312485
Binary1010001111111001010101
Octal243174125

Shades and tints

Shades of #A37C55

#A37C55
(163,124,85)
#95714E
(149,113,78)
#876647
(135,102,71)
#795B40
(121,91,64)
#6B5039
(107,80,57)
#5D4532
(93,69,50)
#4F3A2B
(79,58,43)
#412F24
(65,47,36)
#33241D
(51,36,29)
#251916
(37,25,22)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #A37C55

#A37C55
(163,124,85)
#AB8764
(171,135,100)
#B39273
(179,146,115)
#BB9D82
(187,157,130)
#C3A891
(195,168,145)
#CBB3A0
(203,179,160)
#D3BEAF
(211,190,175)
#DBC9BE
(219,201,190)
#E3D4CD
(227,212,205)
#EBDFDC
(235,223,220)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37C55; }

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

This text font color is #A37C55.


Background Color

.myBgColor { background-color: #A37C55; }

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

This div background color is #A37C55.


Border color

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

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

This div border color is #A37C55.


Opacity

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

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

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

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

This text has shadow with #A37C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C55 on black background.


Color preview on white background

This text has color #A37C55 on white background.



Black color preview on #A37C55 background

This text has black color on #A37C55 background.


White color preview on #A37C55 background

This text has white color on #A37C55 background.