COLOR #A3696A

HEX: #A3696A
RGB: (163,105,106)

Color info

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

RGB color model

#A3696A color RGB value is (163,105,106).

  • red value is 163;
  • green value is 105;
  • blue value is 106.
RGB:
(163,105,106)
(64%,41%,42%)

RGB channels and saturation

R 163 of 255 = 64%
G 105 of 255 = 41%
B 106 of 255 = 42%

163
105
106

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

Portions of RGB colors in percentages

R + G + B =
163 + 105 + 106 = 374 (100%)
R 163 of 374 ~ 43.58%
G 105 of 374 ~ 28.07%
B 106 of 374 ~ 28.34%

%43.58
%28.07
%28.34

CMYK color model

#A3696A color CMYK value is (0,36,35,36).

  • cyan value is 0.00%
  • magenta value is 35.58%
  • yellow value is 34.97%
  • key color value is 36.08%
CMYK:
(0,36,35,36)
C0M36Y35K36 
(0%,36%,35%,36%)
(0.00/0.36/0.35/0.36)	

CMYK percentages

%0
%35.58
%34.97
%36.08

Codes

Color #A3696A in popluar color models

A3696A
RGB163105106
HSL359°23.97%52.55%
HSB/HSV359°35.58%63.92%
CMYK0.00%35.58%34.97%
36.08%

Color #A3696A in popluar number systems.

HEXA3696A
Decimal163105106
Binary1010001111010011101010
Octal243151152

Shades and tints

Shades of #A3696A

#A3696A
(163,105,106)
#956061
(149,96,97)
#875758
(135,87,88)
#794E4F
(121,78,79)
#6B4546
(107,69,70)
#5D3C3D
(93,60,61)
#4F3334
(79,51,52)
#412A2B
(65,42,43)
#332122
(51,33,34)
#251819
(37,24,25)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #A3696A

#A3696A
(163,105,106)
#AB7677
(171,118,119)
#B38384
(179,131,132)
#BB9091
(187,144,145)
#C39D9E
(195,157,158)
#CBAAAB
(203,170,171)
#D3B7B8
(211,183,184)
#DBC4C5
(219,196,197)
#E3D1D2
(227,209,210)
#EBDEDF
(235,222,223)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3696A color. Also use rgb(163,105,106) instead hex code.

Text Font Color

.myTextColor { color: #A3696A; }

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

This text font color is #A3696A.


Background Color

.myBgColor { background-color: #A3696A; }

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

This div background color is #A3696A.


Border color

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

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

This div border color is #A3696A.


Opacity

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

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

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

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

This text has shadow with #A3696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3696A on black background.


Color preview on white background

This text has color #A3696A on white background.



Black color preview on #A3696A background

This text has black color on #A3696A background.


White color preview on #A3696A background

This text has white color on #A3696A background.