COLOR #A3697D

HEX: #A3697D
RGB: (163,105,125)

Color info

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

RGB color model

#A3697D color RGB value is (163,105,125).

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

RGB channels and saturation

R 163 of 255 = 64%
G 105 of 255 = 41%
B 125 of 255 = 49%

163
105
125

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

Portions of RGB colors in percentages

R + G + B =
163 + 105 + 125 = 393 (100%)
R 163 of 393 ~ 41.48%
G 105 of 393 ~ 26.72%
B 125 of 393 ~ 31.81%

%41.48
%26.72
%31.81

CMYK color model

#A3697D color CMYK value is (0,36,23,36).

  • cyan value is 0.00%
  • magenta value is 35.58%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(0,36,23,36)
C0M36Y23K36 
(0%,36%,23%,36%)
(0.00/0.36/0.23/0.36)	

CMYK percentages

%0
%35.58
%23.31
%36.08

Codes

Color #A3697D in popluar color models

A3697D
RGB163105125
HSL339°23.97%52.55%
HSB/HSV339°35.58%63.92%
CMYK0.00%35.58%23.31%
36.08%

Color #A3697D in popluar number systems.

HEXA3697D
Decimal163105125
Binary1010001111010011111101
Octal243151175

Shades and tints

Shades of #A3697D

#A3697D
(163,105,125)
#956072
(149,96,114)
#875767
(135,87,103)
#794E5C
(121,78,92)
#6B4551
(107,69,81)
#5D3C46
(93,60,70)
#4F333B
(79,51,59)
#412A30
(65,42,48)
#332125
(51,33,37)
#25181A
(37,24,26)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #A3697D

#A3697D
(163,105,125)
#AB7688
(171,118,136)
#B38393
(179,131,147)
#BB909E
(187,144,158)
#C39DA9
(195,157,169)
#CBAAB4
(203,170,180)
#D3B7BF
(211,183,191)
#DBC4CA
(219,196,202)
#E3D1D5
(227,209,213)
#EBDEE0
(235,222,224)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3697D; }

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

This text font color is #A3697D.


Background Color

.myBgColor { background-color: #A3697D; }

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

This div background color is #A3697D.


Border color

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

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

This div border color is #A3697D.


Opacity

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

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

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

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

This text has shadow with #A3697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3697D on black background.


Color preview on white background

This text has color #A3697D on white background.



Black color preview on #A3697D background

This text has black color on #A3697D background.


White color preview on #A3697D background

This text has white color on #A3697D background.