COLOR #A3958D

HEX: #A3958D RGB: (163,149,141)

Color info

#A3958D contains red, green and blue colors in about the same proportion. Web safe color of #A3958D is #999999 (or #999).

RGB color model

#A3958D color RGB value is (163,149,141).

RGB: (163,149,141) (64%, 58%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 141 of 255 = 55%

163
149
141

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

Portions of RGB colors in percentages

R + G + B = 163 + 149 + 141 = 453 (100%)
R 163 of 453 ~ 35.98%
G 149 of 453 ~ 32.89%
B 141 of 453 ~ 31.13'%

%35.98
%32.89
%31.13

CMYK color model

#A3958D color CMYK value is (0,9,13,36).

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

CMYK: (0,9,13,36)
C0M9Y13K36 (0%, 9%, 13%, 36%)
(0.00 / 0.09 / 0.13 / 0.36)

CMYK percentages

%0
%8.59
%13.5
%36.08

Codes

Color #A3958D in popluar color models

A3 95 8D
RGB 163 149 141
HSL 22° 10.68% 59.61%
HSB/HSV 22° 13.50% 63.92%
CMYK 0.00% 8.59% 13.50%
36.08%

Color #A3958D in popluar number systems.

HEX A3 95 8D
Decimal 163 149 141
Binary 10100011 10010101 10001101
Octal 243 225 215

Shades and tints

Shades of #A3958D

#A3958D
(163,149,141)
#958881
(149,136,129)
#877B75
(135,123,117)
#796E69
(121,110,105)
#6B615D
(107,97,93)
#5D5451
(93,84,81)
#4F4745
(79,71,69)
#413A39
(65,58,57)
#332D2D
(51,45,45)
#252021
(37,32,33)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A3958D

#A3958D
(163,149,141)
#AB9E97
(171,158,151)
#B3A7A1
(179,167,161)
#BBB0AB
(187,176,171)
#C3B9B5
(195,185,181)
#CBC2BF
(203,194,191)
#D3CBC9
(211,203,201)
#DBD4D3
(219,212,211)
#E3DDDD
(227,221,221)
#EBE6E7
(235,230,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3958D; }

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

This text font color is #A3958D.

Background Color

.myBgColor { background-color: #A3958D; }

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

This div background color is #A3958D.

Border color

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

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

This div border color is #A3958D.

Opacity

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

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

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

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

This text has shadow with #A3958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3958D.

Preview

Color preview on black background

This text has color #A3958D on black background.


Color preview on white background

This text has color #A3958D on white background.


Black color preview on #A3958D background

This text has black color on #A3958D background.


White color preview on #A3958D background

This text has white color on #A3958D background.


Related colors

Complementary color

Complementary color for #hex is #5C6A72.


I love getcolorcode.com

Triadic colors

1 #8DA395 and #958DA3 with #A3958D are triadic colors.

2 #8D95A3 and #95A38D with #A3958D are triadic colors.