COLOR #A3684E

HEX: #A3684E
RGB: (163,104,78)

Color info

#A3684E contains mainly red and green colors. Web safe color of #A3684E is #996666 (or #966).

RGB color model

#A3684E color RGB value is (163,104,78).

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

RGB channels and saturation

R 163 of 255 = 64%
G 104 of 255 = 41%
B 78 of 255 = 31%

163
104
78

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

Portions of RGB colors in percentages

R + G + B =
163 + 104 + 78 = 345 (100%)
R 163 of 345 ~ 47.25%
G 104 of 345 ~ 30.14%
B 78 of 345 ~ 22.61%

%47.25
%30.14
%22.61

CMYK color model

#A3684E color CMYK value is (0,36,52,36).

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 52.15%
  • key color value is 36.08%
CMYK:
(0,36,52,36)
C0M36Y52K36 
(0%,36%,52%,36%)
(0.00/0.36/0.52/0.36)	

CMYK percentages

%0
%36.2
%52.15
%36.08

Codes

Color #A3684E in popluar color models

A3684E
RGB16310478
HSL18°35.27%47.25%
HSB/HSV18°52.15%63.92%
CMYK0.00%36.20%52.15%
36.08%

Color #A3684E in popluar number systems.

HEXA3684E
Decimal16310478
Binary1010001111010001001110
Octal243150116

Shades and tints

Shades of #A3684E

#A3684E
(163,104,78)
#955F47
(149,95,71)
#875640
(135,86,64)
#794D39
(121,77,57)
#6B4432
(107,68,50)
#5D3B2B
(93,59,43)
#4F3224
(79,50,36)
#41291D
(65,41,29)
#332016
(51,32,22)
#25170F
(37,23,15)
#170E08
(23,14,8)
#000000
(0,0,0)

Tints of #A3684E

#A3684E
(163,104,78)
#AB755E
(171,117,94)
#B3826E
(179,130,110)
#BB8F7E
(187,143,126)
#C39C8E
(195,156,142)
#CBA99E
(203,169,158)
#D3B6AE
(211,182,174)
#DBC3BE
(219,195,190)
#E3D0CE
(227,208,206)
#EBDDDE
(235,221,222)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3684E; }

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

This text font color is #A3684E.


Background Color

.myBgColor { background-color: #A3684E; }

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

This div background color is #A3684E.


Border color

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

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

This div border color is #A3684E.


Opacity

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

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

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

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

This text has shadow with #A3684E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3684E on black background.


Color preview on white background

This text has color #A3684E on white background.



Black color preview on #A3684E background

This text has black color on #A3684E background.


White color preview on #A3684E background

This text has white color on #A3684E background.