COLOR #A3967E

HEX: #A3967E
RGB: (163,150,126)

Color info

#A3967E contains red, green and blue colors in about the same proportion. Web safe color of #A3967E is #999966 (or #996).

RGB color model

#A3967E color RGB value is (163,150,126).

  • red value is 163;
  • green value is 150;
  • blue value is 126.
RGB:
(163,150,126)
(64%,59%,49%)

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 126 of 255 = 49%

163
150
126

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

Portions of RGB colors in percentages

R + G + B =
163 + 150 + 126 = 439 (100%)
R 163 of 439 ~ 37.13%
G 150 of 439 ~ 34.17%
B 126 of 439 ~ 28.7%

%37.13
%34.17
%28.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 22.70%
  • key color value is 36.08%
CMYK:
(0,8,23,36)
C0M8Y23K36 
(0%,8%,23%,36%)
(0.00/0.08/0.23/0.36)	

CMYK percentages

%0
%7.98
%22.7
%36.08

Codes

Color #A3967E in popluar color models

A3967E
RGB163150126
HSL39°16.74%56.67%
HSB/HSV39°22.70%63.92%
CMYK0.00%7.98%22.70%
36.08%

Color #A3967E in popluar number systems.

HEXA3967E
Decimal163150126
Binary10100011100101101111110
Octal243226176

Shades and tints

Shades of #A3967E

#A3967E
(163,150,126)
#958973
(149,137,115)
#877C68
(135,124,104)
#796F5D
(121,111,93)
#6B6252
(107,98,82)
#5D5547
(93,85,71)
#4F483C
(79,72,60)
#413B31
(65,59,49)
#332E26
(51,46,38)
#25211B
(37,33,27)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #A3967E

#A3967E
(163,150,126)
#AB9F89
(171,159,137)
#B3A894
(179,168,148)
#BBB19F
(187,177,159)
#C3BAAA
(195,186,170)
#CBC3B5
(203,195,181)
#D3CCC0
(211,204,192)
#DBD5CB
(219,213,203)
#E3DED6
(227,222,214)
#EBE7E1
(235,231,225)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3967E color. Also use rgb(163,150,126) instead hex code.

Text Font Color

.myTextColor { color: #A3967E; }

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

This text font color is #A3967E.


Background Color

.myBgColor { background-color: #A3967E; }

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

This div background color is #A3967E.


Border color

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

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

This div border color is #A3967E.


Opacity

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

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

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

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

This text has shadow with #A3967E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3967E on black background.


Color preview on white background

This text has color #A3967E on white background.



Black color preview on #A3967E background

This text has black color on #A3967E background.


White color preview on #A3967E background

This text has white color on #A3967E background.