COLOR #A3685C

HEX: #A3685C
RGB: (163,104,92)

Color info

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

RGB color model

#A3685C color RGB value is (163,104,92).

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

RGB channels and saturation

R 163 of 255 = 64%
G 104 of 255 = 41%
B 92 of 255 = 36%

163
104
92

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

Portions of RGB colors in percentages

R + G + B =
163 + 104 + 92 = 359 (100%)
R 163 of 359 ~ 45.4%
G 104 of 359 ~ 28.97%
B 92 of 359 ~ 25.63%

%45.4
%28.97
%25.63

CMYK color model

#A3685C color CMYK value is (0,36,44,36).

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(0,36,44,36)
C0M36Y44K36 
(0%,36%,44%,36%)
(0.00/0.36/0.44/0.36)	

CMYK percentages

%0
%36.2
%43.56
%36.08

Codes

Color #A3685C in popluar color models

A3685C
RGB16310492
HSL10°27.84%50.00%
HSB/HSV10°43.56%63.92%
CMYK0.00%36.20%43.56%
36.08%

Color #A3685C in popluar number systems.

HEXA3685C
Decimal16310492
Binary1010001111010001011100
Octal243150134

Shades and tints

Shades of #A3685C

#A3685C
(163,104,92)
#955F54
(149,95,84)
#87564C
(135,86,76)
#794D44
(121,77,68)
#6B443C
(107,68,60)
#5D3B34
(93,59,52)
#4F322C
(79,50,44)
#412924
(65,41,36)
#33201C
(51,32,28)
#251714
(37,23,20)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #A3685C

#A3685C
(163,104,92)
#AB756A
(171,117,106)
#B38278
(179,130,120)
#BB8F86
(187,143,134)
#C39C94
(195,156,148)
#CBA9A2
(203,169,162)
#D3B6B0
(211,182,176)
#DBC3BE
(219,195,190)
#E3D0CC
(227,208,204)
#EBDDDA
(235,221,218)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3685C; }

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

This text font color is #A3685C.


Background Color

.myBgColor { background-color: #A3685C; }

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

This div background color is #A3685C.


Border color

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

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

This div border color is #A3685C.


Opacity

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

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

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

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

This text has shadow with #A3685C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3685C on black background.


Color preview on white background

This text has color #A3685C on white background.



Black color preview on #A3685C background

This text has black color on #A3685C background.


White color preview on #A3685C background

This text has white color on #A3685C background.