COLOR #A3956B

HEX: #A3956B RGB: (163,149,107)

Color info

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

RGB color model

#A3956B color RGB value is (163,149,107).

RGB: (163,149,107) (64%, 58%, 42%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 107 of 255 = 42%

163
149
107

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

Portions of RGB colors in percentages

R + G + B = 163 + 149 + 107 = 419 (100%)
R 163 of 419 ~ 38.9%
G 149 of 419 ~ 35.56%
B 107 of 419 ~ 25.54'%

%38.9
%35.56
%25.54

CMYK color model

#A3956B color CMYK value is (0,9,34,36).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 34.36%
  • key color value is 36.08%

CMYK: (0,9,34,36)
C0M9Y34K36 (0%, 9%, 34%, 36%)
(0.00 / 0.09 / 0.34 / 0.36)

CMYK percentages

%0
%8.59
%34.36
%36.08

Codes

Color #A3956B in popluar color models

A3 95 6B
RGB 163 149 107
HSL 45° 23.33% 52.94%
HSB/HSV 45° 34.36% 63.92%
CMYK 0.00% 8.59% 34.36%
36.08%

Color #A3956B in popluar number systems.

HEX A3 95 6B
Decimal 163 149 107
Binary 10100011 10010101 1101011
Octal 243 225 153

Shades and tints

Shades of #A3956B

#A3956B
(163,149,107)
#958862
(149,136,98)
#877B59
(135,123,89)
#796E50
(121,110,80)
#6B6147
(107,97,71)
#5D543E
(93,84,62)
#4F4735
(79,71,53)
#413A2C
(65,58,44)
#332D23
(51,45,35)
#25201A
(37,32,26)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A3956B

#A3956B
(163,149,107)
#AB9E78
(171,158,120)
#B3A785
(179,167,133)
#BBB092
(187,176,146)
#C3B99F
(195,185,159)
#CBC2AC
(203,194,172)
#D3CBB9
(211,203,185)
#DBD4C6
(219,212,198)
#E3DDD3
(227,221,211)
#EBE6E0
(235,230,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3956B color. Also use rgb(163,149,107) instead hex code.

Text Font Color

.myTextColor { color: #A3956B; }

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

This text font color is #A3956B.

Background Color

.myBgColor { background-color: #A3956B; }

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

This div background color is #A3956B.

Border color

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

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

This div border color is #A3956B.

Opacity

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

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

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

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

This text has shadow with #A3956B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3956B.

Preview

Color preview on black background

This text has color #A3956B on black background.


Color preview on white background

This text has color #A3956B on white background.


Black color preview on #A3956B background

This text has black color on #A3956B background.


White color preview on #A3956B background

This text has white color on #A3956B background.


Related colors

Complementary color

Complementary color for #hex is #5C6A94.


I love getcolorcode.com

Triadic colors

1 #6BA395 and #956BA3 with #A3956B are triadic colors.

2 #6B95A3 and #95A36B with #A3956B are triadic colors.