COLOR #A37782

HEX: #A37782
RGB: (163,119,130)

Color info

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

RGB color model

#A37782 color RGB value is (163,119,130).

  • red value is 163;
  • green value is 119;
  • blue value is 130.
RGB:
(163,119,130)
(64%,47%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 130 of 255 = 51%

163
119
130

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 130 = 412 (100%)
R 163 of 412 ~ 39.56%
G 119 of 412 ~ 28.88%
B 130 of 412 ~ 31.55%

%39.56
%28.88
%31.55

CMYK color model

#A37782 color CMYK value is (0,27,20,36).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(0,27,20,36)
C0M27Y20K36 
(0%,27%,20%,36%)
(0.00/0.27/0.20/0.36)	

CMYK percentages

%0
%26.99
%20.25
%36.08

Codes

Color #A37782 in popluar color models

A37782
RGB163119130
HSL345°19.30%55.29%
HSB/HSV345°26.99%63.92%
CMYK0.00%26.99%20.25%
36.08%

Color #A37782 in popluar number systems.

HEXA37782
Decimal163119130
Binary10100011111011110000010
Octal243167202

Shades and tints

Shades of #A37782

#A37782
(163,119,130)
#956D77
(149,109,119)
#87636C
(135,99,108)
#795961
(121,89,97)
#6B4F56
(107,79,86)
#5D454B
(93,69,75)
#4F3B40
(79,59,64)
#413135
(65,49,53)
#33272A
(51,39,42)
#251D1F
(37,29,31)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #A37782

#A37782
(163,119,130)
#AB838D
(171,131,141)
#B38F98
(179,143,152)
#BB9BA3
(187,155,163)
#C3A7AE
(195,167,174)
#CBB3B9
(203,179,185)
#D3BFC4
(211,191,196)
#DBCBCF
(219,203,207)
#E3D7DA
(227,215,218)
#EBE3E5
(235,227,229)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37782 color. Also use rgb(163,119,130) instead hex code.

Text Font Color

.myTextColor { color: #A37782; }

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

This text font color is #A37782.


Background Color

.myBgColor { background-color: #A37782; }

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

This div background color is #A37782.


Border color

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

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

This div border color is #A37782.


Opacity

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

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

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

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

This text has shadow with #A37782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37782 on black background.


Color preview on white background

This text has color #A37782 on white background.



Black color preview on #A37782 background

This text has black color on #A37782 background.


White color preview on #A37782 background

This text has white color on #A37782 background.