COLOR #A3687A

HEX: #A3687A
RGB: (163,104,122)

Color info

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

RGB color model

#A3687A color RGB value is (163,104,122).

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

RGB channels and saturation

R 163 of 255 = 64%
G 104 of 255 = 41%
B 122 of 255 = 48%

163
104
122

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

Portions of RGB colors in percentages

R + G + B =
163 + 104 + 122 = 389 (100%)
R 163 of 389 ~ 41.9%
G 104 of 389 ~ 26.74%
B 122 of 389 ~ 31.36%

%41.9
%26.74
%31.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK:
(0,36,25,36)
C0M36Y25K36 
(0%,36%,25%,36%)
(0.00/0.36/0.25/0.36)	

CMYK percentages

%0
%36.2
%25.15
%36.08

Codes

Color #A3687A in popluar color models

A3687A
RGB163104122
HSL342°24.28%52.35%
HSB/HSV342°36.20%63.92%
CMYK0.00%36.20%25.15%
36.08%

Color #A3687A in popluar number systems.

HEXA3687A
Decimal163104122
Binary1010001111010001111010
Octal243150172

Shades and tints

Shades of #A3687A

#A3687A
(163,104,122)
#955F6F
(149,95,111)
#875664
(135,86,100)
#794D59
(121,77,89)
#6B444E
(107,68,78)
#5D3B43
(93,59,67)
#4F3238
(79,50,56)
#41292D
(65,41,45)
#332022
(51,32,34)
#251717
(37,23,23)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #A3687A

#A3687A
(163,104,122)
#AB7586
(171,117,134)
#B38292
(179,130,146)
#BB8F9E
(187,143,158)
#C39CAA
(195,156,170)
#CBA9B6
(203,169,182)
#D3B6C2
(211,182,194)
#DBC3CE
(219,195,206)
#E3D0DA
(227,208,218)
#EBDDE6
(235,221,230)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3687A; }

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

This text font color is #A3687A.


Background Color

.myBgColor { background-color: #A3687A; }

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

This div background color is #A3687A.


Border color

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

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

This div border color is #A3687A.


Opacity

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

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

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

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

This text has shadow with #A3687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3687A on black background.


Color preview on white background

This text has color #A3687A on white background.



Black color preview on #A3687A background

This text has black color on #A3687A background.


White color preview on #A3687A background

This text has white color on #A3687A background.