COLOR #A37690

HEX: #A37690
RGB: (163,118,144)

Color info

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

RGB color model

#A37690 color RGB value is (163,118,144).

  • red value is 163;
  • green value is 118;
  • blue value is 144.
RGB:
(163,118,144)
(64%,46%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 118 of 255 = 46%
B 144 of 255 = 56%

163
118
144

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

Portions of RGB colors in percentages

R + G + B =
163 + 118 + 144 = 425 (100%)
R 163 of 425 ~ 38.35%
G 118 of 425 ~ 27.76%
B 144 of 425 ~ 33.88%

%38.35
%27.76
%33.88

CMYK color model

#A37690 color CMYK value is (0,28,12,36).

  • cyan value is 0.00%
  • magenta value is 27.61%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(0,28,12,36)
C0M28Y12K36 
(0%,28%,12%,36%)
(0.00/0.28/0.12/0.36)	

CMYK percentages

%0
%27.61
%11.66
%36.08

Codes

Color #A37690 in popluar color models

A37690
RGB163118144
HSL325°19.65%55.10%
HSB/HSV325°27.61%63.92%
CMYK0.00%27.61%11.66%
36.08%

Color #A37690 in popluar number systems.

HEXA37690
Decimal163118144
Binary10100011111011010010000
Octal243166220

Shades and tints

Shades of #A37690

#A37690
(163,118,144)
#956C83
(149,108,131)
#876276
(135,98,118)
#795869
(121,88,105)
#6B4E5C
(107,78,92)
#5D444F
(93,68,79)
#4F3A42
(79,58,66)
#413035
(65,48,53)
#332628
(51,38,40)
#251C1B
(37,28,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #A37690

#A37690
(163,118,144)
#AB829A
(171,130,154)
#B38EA4
(179,142,164)
#BB9AAE
(187,154,174)
#C3A6B8
(195,166,184)
#CBB2C2
(203,178,194)
#D3BECC
(211,190,204)
#DBCAD6
(219,202,214)
#E3D6E0
(227,214,224)
#EBE2EA
(235,226,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37690 color. Also use rgb(163,118,144) instead hex code.

Text Font Color

.myTextColor { color: #A37690; }

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

This text font color is #A37690.


Background Color

.myBgColor { background-color: #A37690; }

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

This div background color is #A37690.


Border color

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

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

This div border color is #A37690.


Opacity

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

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

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

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

This text has shadow with #A37690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37690 on black background.


Color preview on white background

This text has color #A37690 on white background.



Black color preview on #A37690 background

This text has black color on #A37690 background.


White color preview on #A37690 background

This text has white color on #A37690 background.