COLOR #A3957D

HEX: #A3957D RGB: (163,149,125)

Color info

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

RGB color model

#A3957D color RGB value is (163,149,125).

RGB: (163,149,125) (64%, 58%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 125 of 255 = 49%

163
149
125

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

Portions of RGB colors in percentages

R + G + B = 163 + 149 + 125 = 437 (100%)
R 163 of 437 ~ 37.3%
G 149 of 437 ~ 34.1%
B 125 of 437 ~ 28.6'%

%37.3
%34.1
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK: (0,9,23,36) C0M9Y23K36 (0%,9%,23%,36%) (0.00/0.09/0.23/0.36) 

CMYK percentages

%0
%8.59
%23.31
%36.08

Codes

Color #A3957D in popluar color models

A3 95 7D
RGB 163 149 125
HSL 38° 17.12% 56.47%
HSB/HSV 38° 23.31% 63.92%
CMYK 0.00% 8.59% 23.31%
36.08%

Color #A3957D in popluar number systems.

HEX A3 95 7D
Decimal 163 149 125
Binary 10100011 10010101 1111101
Octal 243 225 175

Shades and tints

Shades of #A3957D

#A3957D
(163,149,125)
#958872
(149,136,114)
#877B67
(135,123,103)
#796E5C
(121,110,92)
#6B6151
(107,97,81)
#5D5446
(93,84,70)
#4F473B
(79,71,59)
#413A30
(65,58,48)
#332D25
(51,45,37)
#25201A
(37,32,26)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #A3957D

#A3957D
(163,149,125)
#AB9E88
(171,158,136)
#B3A793
(179,167,147)
#BBB09E
(187,176,158)
#C3B9A9
(195,185,169)
#CBC2B4
(203,194,180)
#D3CBBF
(211,203,191)
#DBD4CA
(219,212,202)
#E3DDD5
(227,221,213)
#EBE6E0
(235,230,224)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3957D; }

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

This text font color is #A3957D.

Background Color

.myBgColor { background-color: #A3957D; }

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

This div background color is #A3957D.

Border color

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

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

This div border color is #A3957D.

Opacity

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

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

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

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

This text has shadow with #A3957D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3957D.

Preview

Color preview on black background

This text has color #A3957D on black background.


Color preview on white background

This text has color #A3957D on white background.


Black color preview on #A3957D background

This text has black color on #A3957D background.


White color preview on #A3957D background

This text has white color on #A3957D background.


Related colors

Complementary color

Complementary color for #hex is #5C6A82.


I love getcolorcode.com

Triadic colors

1 #7DA395 and #957DA3 with #A3957D are triadic colors.

2 #7D95A3 and #95A37D with #A3957D are triadic colors.