COLOR #A37A7F

HEX: #A37A7F
RGB: (163,122,127)

Color info

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

RGB color model

#A37A7F color RGB value is (163,122,127).

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

RGB channels and saturation

R 163 of 255 = 64%
G 122 of 255 = 48%
B 127 of 255 = 50%

163
122
127

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

Portions of RGB colors in percentages

R + G + B =
163 + 122 + 127 = 412 (100%)
R 163 of 412 ~ 39.56%
G 122 of 412 ~ 29.61%
B 127 of 412 ~ 30.83%

%39.56
%29.61
%30.83

CMYK color model

#A37A7F color CMYK value is (0,25,22,36).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(0,25,22,36)
C0M25Y22K36 
(0%,25%,22%,36%)
(0.00/0.25/0.22/0.36)	

CMYK percentages

%0
%25.15
%22.09
%36.08

Codes

Color #A37A7F in popluar color models

A37A7F
RGB163122127
HSL353°18.22%55.88%
HSB/HSV353°25.15%63.92%
CMYK0.00%25.15%22.09%
36.08%

Color #A37A7F in popluar number systems.

HEXA37A7F
Decimal163122127
Binary1010001111110101111111
Octal243172177

Shades and tints

Shades of #A37A7F

#A37A7F
(163,122,127)
#956F74
(149,111,116)
#876469
(135,100,105)
#79595E
(121,89,94)
#6B4E53
(107,78,83)
#5D4348
(93,67,72)
#4F383D
(79,56,61)
#412D32
(65,45,50)
#332227
(51,34,39)
#25171C
(37,23,28)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #A37A7F

#A37A7F
(163,122,127)
#AB868A
(171,134,138)
#B39295
(179,146,149)
#BB9EA0
(187,158,160)
#C3AAAB
(195,170,171)
#CBB6B6
(203,182,182)
#D3C2C1
(211,194,193)
#DBCECC
(219,206,204)
#E3DAD7
(227,218,215)
#EBE6E2
(235,230,226)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37A7F; }

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

This text font color is #A37A7F.


Background Color

.myBgColor { background-color: #A37A7F; }

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

This div background color is #A37A7F.


Border color

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

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

This div border color is #A37A7F.


Opacity

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

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

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

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

This text has shadow with #A37A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37A7F on black background.


Color preview on white background

This text has color #A37A7F on white background.



Black color preview on #A37A7F background

This text has black color on #A37A7F background.


White color preview on #A37A7F background

This text has white color on #A37A7F background.