COLOR #A37B9A

HEX: #A37B9A
RGB: (163,123,154)

Color info

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

RGB color model

#A37B9A color RGB value is (163,123,154).

  • red value is 163;
  • green value is 123;
  • blue value is 154.
RGB:
(163,123,154)
(64%,48%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 123 of 255 = 48%
B 154 of 255 = 60%

163
123
154

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

Portions of RGB colors in percentages

R + G + B =
163 + 123 + 154 = 440 (100%)
R 163 of 440 ~ 37.05%
G 123 of 440 ~ 27.95%
B 154 of 440 ~ 35%

%37.05
%27.95
%35

CMYK color model

#A37B9A color CMYK value is (0,25,6,36).

  • cyan value is 0.00%
  • magenta value is 24.54%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(0,25,6,36)
C0M25Y6K36 
(0%,25%,6%,36%)
(0.00/0.25/0.06/0.36)	

CMYK percentages

%0
%24.54
%5.52
%36.08

Codes

Color #A37B9A in popluar color models

A37B9A
RGB163123154
HSL314°17.86%56.08%
HSB/HSV314°24.54%63.92%
CMYK0.00%24.54%5.52%
36.08%

Color #A37B9A in popluar number systems.

HEXA37B9A
Decimal163123154
Binary10100011111101110011010
Octal243173232

Shades and tints

Shades of #A37B9A

#A37B9A
(163,123,154)
#95708C
(149,112,140)
#87657E
(135,101,126)
#795A70
(121,90,112)
#6B4F62
(107,79,98)
#5D4454
(93,68,84)
#4F3946
(79,57,70)
#412E38
(65,46,56)
#33232A
(51,35,42)
#25181C
(37,24,28)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #A37B9A

#A37B9A
(163,123,154)
#AB87A3
(171,135,163)
#B393AC
(179,147,172)
#BB9FB5
(187,159,181)
#C3ABBE
(195,171,190)
#CBB7C7
(203,183,199)
#D3C3D0
(211,195,208)
#DBCFD9
(219,207,217)
#E3DBE2
(227,219,226)
#EBE7EB
(235,231,235)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37B9A color. Also use rgb(163,123,154) instead hex code.

Text Font Color

.myTextColor { color: #A37B9A; }

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

This text font color is #A37B9A.


Background Color

.myBgColor { background-color: #A37B9A; }

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

This div background color is #A37B9A.


Border color

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

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

This div border color is #A37B9A.


Opacity

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

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

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

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

This text has shadow with #A37B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37B9A on black background.


Color preview on white background

This text has color #A37B9A on white background.



Black color preview on #A37B9A background

This text has black color on #A37B9A background.


White color preview on #A37B9A background

This text has white color on #A37B9A background.