COLOR #A37E68

HEX: #A37E68
RGB: (163,126,104)

Color info

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

RGB color model

#A37E68 color RGB value is (163,126,104).

  • red value is 163;
  • green value is 126;
  • blue value is 104.
RGB:
(163,126,104)
(64%,49%,41%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 104 of 255 = 41%

163
126
104

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 104 = 393 (100%)
R 163 of 393 ~ 41.48%
G 126 of 393 ~ 32.06%
B 104 of 393 ~ 26.46%

%41.48
%32.06
%26.46

CMYK color model

#A37E68 color CMYK value is (0,23,36,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 36.20%
  • key color value is 36.08%
CMYK:
(0,23,36,36)
C0M23Y36K36 
(0%,23%,36%,36%)
(0.00/0.23/0.36/0.36)	

CMYK percentages

%0
%22.7
%36.2
%36.08

Codes

Color #A37E68 in popluar color models

A37E68
RGB163126104
HSL22°24.28%52.35%
HSB/HSV22°36.20%63.92%
CMYK0.00%22.70%36.20%
36.08%

Color #A37E68 in popluar number systems.

HEXA37E68
Decimal163126104
Binary1010001111111101101000
Octal243176150

Shades and tints

Shades of #A37E68

#A37E68
(163,126,104)
#95735F
(149,115,95)
#876856
(135,104,86)
#795D4D
(121,93,77)
#6B5244
(107,82,68)
#5D473B
(93,71,59)
#4F3C32
(79,60,50)
#413129
(65,49,41)
#332620
(51,38,32)
#251B17
(37,27,23)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #A37E68

#A37E68
(163,126,104)
#AB8975
(171,137,117)
#B39482
(179,148,130)
#BB9F8F
(187,159,143)
#C3AA9C
(195,170,156)
#CBB5A9
(203,181,169)
#D3C0B6
(211,192,182)
#DBCBC3
(219,203,195)
#E3D6D0
(227,214,208)
#EBE1DD
(235,225,221)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37E68 color. Also use rgb(163,126,104) instead hex code.

Text Font Color

.myTextColor { color: #A37E68; }

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

This text font color is #A37E68.


Background Color

.myBgColor { background-color: #A37E68; }

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

This div background color is #A37E68.


Border color

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

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

This div border color is #A37E68.


Opacity

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

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

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

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

This text has shadow with #A37E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37E68 on black background.


Color preview on white background

This text has color #A37E68 on white background.



Black color preview on #A37E68 background

This text has black color on #A37E68 background.


White color preview on #A37E68 background

This text has white color on #A37E68 background.