COLOR #A3696D

HEX: #A3696D RGB: (163,105,109)

Color info

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

RGB color model

#A3696D color RGB value is (163,105,109).

RGB: (163,105,109) (64%, 41%, 43%)

RGB channels and saturation

R 163 of 255 = 64%
G 105 of 255 = 41%
B 109 of 255 = 43%

163
105
109

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

Portions of RGB colors in percentages

R + G + B = 163 + 105 + 109 = 377 (100%)
R 163 of 377 ~ 43.24%
G 105 of 377 ~ 27.85%
B 109 of 377 ~ 28.91'%

%43.24
%27.85
%28.91

CMYK color model

#A3696D color CMYK value is (0,36,33,36).

  • cyan value is 0.00%
  • magenta value is 35.58%
  • yellow value is 33.13%
  • key color value is 36.08%

CMYK: (0,36,33,36)
C0M36Y33K36 (0%, 36%, 33%, 36%)
(0.00 / 0.36 / 0.33 / 0.36)

CMYK percentages

%0
%35.58
%33.13
%36.08

Codes

Color #A3696D in popluar color models

A3 69 6D
RGB 163 105 109
HSL 356° 23.97% 52.55%
HSB/HSV 356° 35.58% 63.92%
CMYK 0.00% 35.58% 33.13%
36.08%

Color #A3696D in popluar number systems.

HEX A3 69 6D
Decimal 163 105 109
Binary 10100011 1101001 1101101
Octal 243 151 155

Shades and tints

Shades of #A3696D

#A3696D
(163,105,109)
#956064
(149,96,100)
#87575B
(135,87,91)
#794E52
(121,78,82)
#6B4549
(107,69,73)
#5D3C40
(93,60,64)
#4F3337
(79,51,55)
#412A2E
(65,42,46)
#332125
(51,33,37)
#25181C
(37,24,28)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #A3696D

#A3696D
(163,105,109)
#AB767A
(171,118,122)
#B38387
(179,131,135)
#BB9094
(187,144,148)
#C39DA1
(195,157,161)
#CBAAAE
(203,170,174)
#D3B7BB
(211,183,187)
#DBC4C8
(219,196,200)
#E3D1D5
(227,209,213)
#EBDEE2
(235,222,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3696D; }

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

This text font color is #A3696D.

Background Color

.myBgColor { background-color: #A3696D; }

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

This div background color is #A3696D.

Border color

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

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

This div border color is #A3696D.

Opacity

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

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

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

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

This text has shadow with #A3696D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3696D.

Preview

Color preview on black background

This text has color #A3696D on black background.


Color preview on white background

This text has color #A3696D on white background.


Black color preview on #A3696D background

This text has black color on #A3696D background.


White color preview on #A3696D background

This text has white color on #A3696D background.


Related colors

Complementary color

Complementary color for #hex is #5C9692.


I love getcolorcode.com

Triadic colors

1 #6DA369 and #696DA3 with #A3696D are triadic colors.

2 #6D69A3 and #69A36D with #A3696D are triadic colors.