COLOR #A3787A

HEX: #A3787A
RGB: (163,120,122)

Color info

#A3787A contains red, green and blue colors in about the same proportion. Web safe color of #A3787A is #996666 (or #966).

RGB color model

#A3787A color RGB value is (163,120,122).

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

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 122 of 255 = 48%

163
120
122

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

Portions of RGB colors in percentages

R + G + B =
163 + 120 + 122 = 405 (100%)
R 163 of 405 ~ 40.25%
G 120 of 405 ~ 29.63%
B 122 of 405 ~ 30.12%

%40.25
%29.63
%30.12

CMYK color model

#A3787A color CMYK value is (0,26,25,36).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK:
(0,26,25,36)
C0M26Y25K36 
(0%,26%,25%,36%)
(0.00/0.26/0.25/0.36)	

CMYK percentages

%0
%26.38
%25.15
%36.08

Codes

Color #A3787A in popluar color models

A3787A
RGB163120122
HSL357°18.94%55.49%
HSB/HSV357°26.38%63.92%
CMYK0.00%26.38%25.15%
36.08%

Color #A3787A in popluar number systems.

HEXA3787A
Decimal163120122
Binary1010001111110001111010
Octal243170172

Shades and tints

Shades of #A3787A

#A3787A
(163,120,122)
#956E6F
(149,110,111)
#876464
(135,100,100)
#795A59
(121,90,89)
#6B504E
(107,80,78)
#5D4643
(93,70,67)
#4F3C38
(79,60,56)
#41322D
(65,50,45)
#332822
(51,40,34)
#251E17
(37,30,23)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #A3787A

#A3787A
(163,120,122)
#AB8486
(171,132,134)
#B39092
(179,144,146)
#BB9C9E
(187,156,158)
#C3A8AA
(195,168,170)
#CBB4B6
(203,180,182)
#D3C0C2
(211,192,194)
#DBCCCE
(219,204,206)
#E3D8DA
(227,216,218)
#EBE4E6
(235,228,230)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3787A; }

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

This text font color is #A3787A.


Background Color

.myBgColor { background-color: #A3787A; }

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

This div background color is #A3787A.


Border color

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

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

This div border color is #A3787A.


Opacity

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

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

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

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

This text has shadow with #A3787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3787A on black background.


Color preview on white background

This text has color #A3787A on white background.



Black color preview on #A3787A background

This text has black color on #A3787A background.


White color preview on #A3787A background

This text has white color on #A3787A background.