COLOR #A37481

HEX: #A37481
RGB: (163,116,129)

Color info

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

RGB color model

#A37481 color RGB value is (163,116,129).

  • red value is 163;
  • green value is 116;
  • blue value is 129.
RGB:
(163,116,129)
(64%,45%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 129 of 255 = 51%

163
116
129

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

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 129 = 408 (100%)
R 163 of 408 ~ 39.95%
G 116 of 408 ~ 28.43%
B 129 of 408 ~ 31.62%

%39.95
%28.43
%31.62

CMYK color model

#A37481 color CMYK value is (0,29,21,36).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 20.86%
  • key color value is 36.08%
CMYK:
(0,29,21,36)
C0M29Y21K36 
(0%,29%,21%,36%)
(0.00/0.29/0.21/0.36)	

CMYK percentages

%0
%28.83
%20.86
%36.08

Codes

Color #A37481 in popluar color models

A37481
RGB163116129
HSL343°20.35%54.71%
HSB/HSV343°28.83%63.92%
CMYK0.00%28.83%20.86%
36.08%

Color #A37481 in popluar number systems.

HEXA37481
Decimal163116129
Binary10100011111010010000001
Octal243164201

Shades and tints

Shades of #A37481

#A37481
(163,116,129)
#956A76
(149,106,118)
#87606B
(135,96,107)
#795660
(121,86,96)
#6B4C55
(107,76,85)
#5D424A
(93,66,74)
#4F383F
(79,56,63)
#412E34
(65,46,52)
#332429
(51,36,41)
#251A1E
(37,26,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #A37481

#A37481
(163,116,129)
#AB808C
(171,128,140)
#B38C97
(179,140,151)
#BB98A2
(187,152,162)
#C3A4AD
(195,164,173)
#CBB0B8
(203,176,184)
#D3BCC3
(211,188,195)
#DBC8CE
(219,200,206)
#E3D4D9
(227,212,217)
#EBE0E4
(235,224,228)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37481 color. Also use rgb(163,116,129) instead hex code.

Text Font Color

.myTextColor { color: #A37481; }

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

This text font color is #A37481.


Background Color

.myBgColor { background-color: #A37481; }

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

This div background color is #A37481.


Border color

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

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

This div border color is #A37481.


Opacity

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

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

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

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

This text has shadow with #A37481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37481 on black background.


Color preview on white background

This text has color #A37481 on white background.



Black color preview on #A37481 background

This text has black color on #A37481 background.


White color preview on #A37481 background

This text has white color on #A37481 background.