COLOR #A37A6B

HEX: #A37A6B
RGB: (163,122,107)

Color info

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

RGB color model

#A37A6B color RGB value is (163,122,107).

  • red value is 163;
  • green value is 122;
  • blue value is 107.
RGB:
(163,122,107)
(64%,48%,42%)

RGB channels and saturation

R 163 of 255 = 64%
G 122 of 255 = 48%
B 107 of 255 = 42%

163
122
107

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

Portions of RGB colors in percentages

R + G + B =
163 + 122 + 107 = 392 (100%)
R 163 of 392 ~ 41.58%
G 122 of 392 ~ 31.12%
B 107 of 392 ~ 27.3%

%41.58
%31.12
%27.3

CMYK color model

#A37A6B color CMYK value is (0,25,34,36).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 34.36%
  • key color value is 36.08%
CMYK:
(0,25,34,36)
C0M25Y34K36 
(0%,25%,34%,36%)
(0.00/0.25/0.34/0.36)	

CMYK percentages

%0
%25.15
%34.36
%36.08

Codes

Color #A37A6B in popluar color models

A37A6B
RGB163122107
HSL16°23.33%52.94%
HSB/HSV16°34.36%63.92%
CMYK0.00%25.15%34.36%
36.08%

Color #A37A6B in popluar number systems.

HEXA37A6B
Decimal163122107
Binary1010001111110101101011
Octal243172153

Shades and tints

Shades of #A37A6B

#A37A6B
(163,122,107)
#956F62
(149,111,98)
#876459
(135,100,89)
#795950
(121,89,80)
#6B4E47
(107,78,71)
#5D433E
(93,67,62)
#4F3835
(79,56,53)
#412D2C
(65,45,44)
#332223
(51,34,35)
#25171A
(37,23,26)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #A37A6B

#A37A6B
(163,122,107)
#AB8678
(171,134,120)
#B39285
(179,146,133)
#BB9E92
(187,158,146)
#C3AA9F
(195,170,159)
#CBB6AC
(203,182,172)
#D3C2B9
(211,194,185)
#DBCEC6
(219,206,198)
#E3DAD3
(227,218,211)
#EBE6E0
(235,230,224)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37A6B color. Also use rgb(163,122,107) instead hex code.

Text Font Color

.myTextColor { color: #A37A6B; }

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

This text font color is #A37A6B.


Background Color

.myBgColor { background-color: #A37A6B; }

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

This div background color is #A37A6B.


Border color

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

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

This div border color is #A37A6B.


Opacity

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

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

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

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

This text has shadow with #A37A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37A6B on black background.


Color preview on white background

This text has color #A37A6B on white background.



Black color preview on #A37A6B background

This text has black color on #A37A6B background.


White color preview on #A37A6B background

This text has white color on #A37A6B background.