COLOR #A37566

HEX: #A37566
RGB: (163,117,102)

Color info

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

RGB color model

#A37566 color RGB value is (163,117,102).

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

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 102 of 255 = 40%

163
117
102

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

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 102 = 382 (100%)
R 163 of 382 ~ 42.67%
G 117 of 382 ~ 30.63%
B 102 of 382 ~ 26.7%

%42.67
%30.63
%26.7

CMYK color model

#A37566 color CMYK value is (0,28,37,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 37.42%
  • key color value is 36.08%
CMYK:
(0,28,37,36)
C0M28Y37K36 
(0%,28%,37%,36%)
(0.00/0.28/0.37/0.36)	

CMYK percentages

%0
%28.22
%37.42
%36.08

Codes

Color #A37566 in popluar color models

A37566
RGB163117102
HSL15°24.90%51.96%
HSB/HSV15°37.42%63.92%
CMYK0.00%28.22%37.42%
36.08%

Color #A37566 in popluar number systems.

HEXA37566
Decimal163117102
Binary1010001111101011100110
Octal243165146

Shades and tints

Shades of #A37566

#A37566
(163,117,102)
#956B5D
(149,107,93)
#876154
(135,97,84)
#79574B
(121,87,75)
#6B4D42
(107,77,66)
#5D4339
(93,67,57)
#4F3930
(79,57,48)
#412F27
(65,47,39)
#33251E
(51,37,30)
#251B15
(37,27,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #A37566

#A37566
(163,117,102)
#AB8173
(171,129,115)
#B38D80
(179,141,128)
#BB998D
(187,153,141)
#C3A59A
(195,165,154)
#CBB1A7
(203,177,167)
#D3BDB4
(211,189,180)
#DBC9C1
(219,201,193)
#E3D5CE
(227,213,206)
#EBE1DB
(235,225,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37566; }

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

This text font color is #A37566.


Background Color

.myBgColor { background-color: #A37566; }

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

This div background color is #A37566.


Border color

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

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

This div border color is #A37566.


Opacity

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

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

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

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

This text has shadow with #A37566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37566 on black background.


Color preview on white background

This text has color #A37566 on white background.



Black color preview on #A37566 background

This text has black color on #A37566 background.


White color preview on #A37566 background

This text has white color on #A37566 background.