COLOR #A37F92

HEX: #A37F92
RGB: (163,127,146)

Color info

#A37F92 contains red, green and blue colors in about the same proportion. Web safe color of #A37F92 is #996699 (or #969).

RGB color model

#A37F92 color RGB value is (163,127,146).

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

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 146 of 255 = 57%

163
127
146

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 146 = 436 (100%)
R 163 of 436 ~ 37.39%
G 127 of 436 ~ 29.13%
B 146 of 436 ~ 33.49%

%37.39
%29.13
%33.49

CMYK color model

#A37F92 color CMYK value is (0,22,10,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 10.43%
  • key color value is 36.08%
CMYK:
(0,22,10,36)
C0M22Y10K36 
(0%,22%,10%,36%)
(0.00/0.22/0.10/0.36)	

CMYK percentages

%0
%22.09
%10.43
%36.08

Codes

Color #A37F92 in popluar color models

A37F92
RGB163127146
HSL328°16.36%56.86%
HSB/HSV328°22.09%63.92%
CMYK0.00%22.09%10.43%
36.08%

Color #A37F92 in popluar number systems.

HEXA37F92
Decimal163127146
Binary10100011111111110010010
Octal243177222

Shades and tints

Shades of #A37F92

#A37F92
(163,127,146)
#957485
(149,116,133)
#876978
(135,105,120)
#795E6B
(121,94,107)
#6B535E
(107,83,94)
#5D4851
(93,72,81)
#4F3D44
(79,61,68)
#413237
(65,50,55)
#33272A
(51,39,42)
#251C1D
(37,28,29)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A37F92

#A37F92
(163,127,146)
#AB8A9B
(171,138,155)
#B395A4
(179,149,164)
#BBA0AD
(187,160,173)
#C3ABB6
(195,171,182)
#CBB6BF
(203,182,191)
#D3C1C8
(211,193,200)
#DBCCD1
(219,204,209)
#E3D7DA
(227,215,218)
#EBE2E3
(235,226,227)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37F92; }

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

This text font color is #A37F92.


Background Color

.myBgColor { background-color: #A37F92; }

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

This div background color is #A37F92.


Border color

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

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

This div border color is #A37F92.


Opacity

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

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

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

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

This text has shadow with #A37F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F92 on black background.


Color preview on white background

This text has color #A37F92 on white background.



Black color preview on #A37F92 background

This text has black color on #A37F92 background.


White color preview on #A37F92 background

This text has white color on #A37F92 background.