COLOR #A37E79

HEX: #A37E79
RGB: (163,126,121)

Color info

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

RGB color model

#A37E79 color RGB value is (163,126,121).

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

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 121 of 255 = 47%

163
126
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 121 = 410 (100%)
R 163 of 410 ~ 39.76%
G 126 of 410 ~ 30.73%
B 121 of 410 ~ 29.51%

%39.76
%30.73
%29.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(0,23,26,36)
C0M23Y26K36 
(0%,23%,26%,36%)
(0.00/0.23/0.26/0.36)	

CMYK percentages

%0
%22.7
%25.77
%36.08

Codes

Color #A37E79 in popluar color models

A37E79
RGB163126121
HSL18.58%55.69%
HSB/HSV25.77%63.92%
CMYK0.00%22.70%25.77%
36.08%

Color #A37E79 in popluar number systems.

HEXA37E79
Decimal163126121
Binary1010001111111101111001
Octal243176171

Shades and tints

Shades of #A37E79

#A37E79
(163,126,121)
#95736E
(149,115,110)
#876863
(135,104,99)
#795D58
(121,93,88)
#6B524D
(107,82,77)
#5D4742
(93,71,66)
#4F3C37
(79,60,55)
#41312C
(65,49,44)
#332621
(51,38,33)
#251B16
(37,27,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #A37E79

#A37E79
(163,126,121)
#AB8985
(171,137,133)
#B39491
(179,148,145)
#BB9F9D
(187,159,157)
#C3AAA9
(195,170,169)
#CBB5B5
(203,181,181)
#D3C0C1
(211,192,193)
#DBCBCD
(219,203,205)
#E3D6D9
(227,214,217)
#EBE1E5
(235,225,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37E79; }

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

This text font color is #A37E79.


Background Color

.myBgColor { background-color: #A37E79; }

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

This div background color is #A37E79.


Border color

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

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

This div border color is #A37E79.


Opacity

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

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

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

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

This text has shadow with #A37E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37E79 on black background.


Color preview on white background

This text has color #A37E79 on white background.



Black color preview on #A37E79 background

This text has black color on #A37E79 background.


White color preview on #A37E79 background

This text has white color on #A37E79 background.