COLOR #A37563

HEX: #A37563
RGB: (163,117,99)

Color info

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

RGB color model

#A37563 color RGB value is (163,117,99).

  • red value is 163;
  • green value is 117;
  • blue value is 99.
RGB:
(163,117,99)
(64%,46%,39%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 99 of 255 = 39%

163
117
99

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

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 99 = 379 (100%)
R 163 of 379 ~ 43.01%
G 117 of 379 ~ 30.87%
B 99 of 379 ~ 26.12%

%43.01
%30.87
%26.12

CMYK color model

#A37563 color CMYK value is (0,28,39,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 39.26%
  • key color value is 36.08%
CMYK:
(0,28,39,36)
C0M28Y39K36 
(0%,28%,39%,36%)
(0.00/0.28/0.39/0.36)	

CMYK percentages

%0
%28.22
%39.26
%36.08

Codes

Color #A37563 in popluar color models

A37563
RGB16311799
HSL17°25.81%51.37%
HSB/HSV17°39.26%63.92%
CMYK0.00%28.22%39.26%
36.08%

Color #A37563 in popluar number systems.

HEXA37563
Decimal16311799
Binary1010001111101011100011
Octal243165143

Shades and tints

Shades of #A37563

#A37563
(163,117,99)
#956B5A
(149,107,90)
#876151
(135,97,81)
#795748
(121,87,72)
#6B4D3F
(107,77,63)
#5D4336
(93,67,54)
#4F392D
(79,57,45)
#412F24
(65,47,36)
#33251B
(51,37,27)
#251B12
(37,27,18)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #A37563

#A37563
(163,117,99)
#AB8171
(171,129,113)
#B38D7F
(179,141,127)
#BB998D
(187,153,141)
#C3A59B
(195,165,155)
#CBB1A9
(203,177,169)
#D3BDB7
(211,189,183)
#DBC9C5
(219,201,197)
#E3D5D3
(227,213,211)
#EBE1E1
(235,225,225)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37563 color. Also use rgb(163,117,99) instead hex code.

Text Font Color

.myTextColor { color: #A37563; }

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

This text font color is #A37563.


Background Color

.myBgColor { background-color: #A37563; }

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

This div background color is #A37563.


Border color

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

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

This div border color is #A37563.


Opacity

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

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

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

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

This text has shadow with #A37563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37563 on black background.


Color preview on white background

This text has color #A37563 on white background.



Black color preview on #A37563 background

This text has black color on #A37563 background.


White color preview on #A37563 background

This text has white color on #A37563 background.