COLOR #A37882

HEX: #A37882 RGB: (163,120,130)

Color info

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

RGB color model

#A37882 color RGB value is (163,120,130).

RGB: (163,120,130) (64%, 47%, 51%)

RGB channels and saturation

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

163
120
130

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

Portions of RGB colors in percentages

R + G + B = 163 + 120 + 130 = 413 (100%)
R 163 of 413 ~ 39.47%
G 120 of 413 ~ 29.06%
B 130 of 413 ~ 31.48'%

%39.47
%29.06
%31.48

CMYK color model

#A37882 color CMYK value is (0,26,20,36).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK: (0,26,20,36) C0M26Y20K36 (0%,26%,20%,36%) (0.00/0.26/0.20/0.36) 

CMYK percentages

%0
%26.38
%20.25
%36.08

Codes

Color #A37882 in popluar color models

A3 78 82
RGB 163 120 130
HSL 346° 18.94% 55.49%
HSB/HSV 346° 26.38% 63.92%
CMYK 0.00% 26.38% 20.25%
36.08%

Color #A37882 in popluar number systems.

HEX A3 78 82
Decimal 163 120 130
Binary 10100011 1111000 10000010
Octal 243 170 202

Shades and tints

Shades of #A37882

#A37882
(163,120,130)
#956E77
(149,110,119)
#87646C
(135,100,108)
#795A61
(121,90,97)
#6B5056
(107,80,86)
#5D464B
(93,70,75)
#4F3C40
(79,60,64)
#413235
(65,50,53)
#33282A
(51,40,42)
#251E1F
(37,30,31)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A37882

#A37882
(163,120,130)
#AB848D
(171,132,141)
#B39098
(179,144,152)
#BB9CA3
(187,156,163)
#C3A8AE
(195,168,174)
#CBB4B9
(203,180,185)
#D3C0C4
(211,192,196)
#DBCCCF
(219,204,207)
#E3D8DA
(227,216,218)
#EBE4E5
(235,228,229)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37882; }

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

This text font color is #A37882.

Background Color

.myBgColor { background-color: #A37882; }

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

This div background color is #A37882.

Border color

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

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

This div border color is #A37882.

Opacity

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

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

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

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

This text has shadow with #A37882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37882.

Preview

Color preview on black background

This text has color #A37882 on black background.


Color preview on white background

This text has color #A37882 on white background.


Black color preview on #A37882 background

This text has black color on #A37882 background.


White color preview on #A37882 background

This text has white color on #A37882 background.


Related colors

Complementary color

Complementary color for #hex is #5C877D.


I love getcolorcode.com

Triadic colors

1 #82A378 and #7882A3 with #A37882 are triadic colors.

2 #8278A3 and #78A382 with #A37882 are triadic colors.