COLOR #A37A84

HEX: #A37A84
RGB: (163,122,132)

Color info

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

RGB color model

#A37A84 color RGB value is (163,122,132).

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

RGB channels and saturation

R 163 of 255 = 64%
G 122 of 255 = 48%
B 132 of 255 = 52%

163
122
132

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

Portions of RGB colors in percentages

R + G + B =
163 + 122 + 132 = 417 (100%)
R 163 of 417 ~ 39.09%
G 122 of 417 ~ 29.26%
B 132 of 417 ~ 31.65%

%39.09
%29.26
%31.65

CMYK color model

#A37A84 color CMYK value is (0,25,19,36).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(0,25,19,36)
C0M25Y19K36 
(0%,25%,19%,36%)
(0.00/0.25/0.19/0.36)	

CMYK percentages

%0
%25.15
%19.02
%36.08

Codes

Color #A37A84 in popluar color models

A37A84
RGB163122132
HSL345°18.22%55.88%
HSB/HSV345°25.15%63.92%
CMYK0.00%25.15%19.02%
36.08%

Color #A37A84 in popluar number systems.

HEXA37A84
Decimal163122132
Binary10100011111101010000100
Octal243172204

Shades and tints

Shades of #A37A84

#A37A84
(163,122,132)
#956F78
(149,111,120)
#87646C
(135,100,108)
#795960
(121,89,96)
#6B4E54
(107,78,84)
#5D4348
(93,67,72)
#4F383C
(79,56,60)
#412D30
(65,45,48)
#332224
(51,34,36)
#251718
(37,23,24)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #A37A84

#A37A84
(163,122,132)
#AB868F
(171,134,143)
#B3929A
(179,146,154)
#BB9EA5
(187,158,165)
#C3AAB0
(195,170,176)
#CBB6BB
(203,182,187)
#D3C2C6
(211,194,198)
#DBCED1
(219,206,209)
#E3DADC
(227,218,220)
#EBE6E7
(235,230,231)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37A84; }

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

This text font color is #A37A84.


Background Color

.myBgColor { background-color: #A37A84; }

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

This div background color is #A37A84.


Border color

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

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

This div border color is #A37A84.


Opacity

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

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

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

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

This text has shadow with #A37A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37A84 on black background.


Color preview on white background

This text has color #A37A84 on white background.



Black color preview on #A37A84 background

This text has black color on #A37A84 background.


White color preview on #A37A84 background

This text has white color on #A37A84 background.