COLOR #A3976E

HEX: #A3976E RGB: (163,151,110)

Color info

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

RGB color model

#A3976E color RGB value is (163,151,110).

RGB: (163,151,110) (64%, 59%, 43%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 110 of 255 = 43%

163
151
110

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

Portions of RGB colors in percentages

R + G + B = 163 + 151 + 110 = 424 (100%)
R 163 of 424 ~ 38.44%
G 151 of 424 ~ 35.61%
B 110 of 424 ~ 25.94'%

%38.44
%35.61
%25.94

CMYK color model

#A3976E color CMYK value is (0,7,33,36).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 32.52%
  • key color value is 36.08%

CMYK: (0,7,33,36)
C0M7Y33K36 (0%, 7%, 33%, 36%)
(0.00 / 0.07 / 0.33 / 0.36)

CMYK percentages

%0
%7.36
%32.52
%36.08

Codes

Color #A3976E in popluar color models

A3 97 6E
RGB 163 151 110
HSL 46° 22.36% 53.53%
HSB/HSV 46° 32.52% 63.92%
CMYK 0.00% 7.36% 32.52%
36.08%

Color #A3976E in popluar number systems.

HEX A3 97 6E
Decimal 163 151 110
Binary 10100011 10010111 1101110
Octal 243 227 156

Shades and tints

Shades of #A3976E

#A3976E
(163,151,110)
#958A64
(149,138,100)
#877D5A
(135,125,90)
#797050
(121,112,80)
#6B6346
(107,99,70)
#5D563C
(93,86,60)
#4F4932
(79,73,50)
#413C28
(65,60,40)
#332F1E
(51,47,30)
#252214
(37,34,20)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #A3976E

#A3976E
(163,151,110)
#ABA07B
(171,160,123)
#B3A988
(179,169,136)
#BBB295
(187,178,149)
#C3BBA2
(195,187,162)
#CBC4AF
(203,196,175)
#D3CDBC
(211,205,188)
#DBD6C9
(219,214,201)
#E3DFD6
(227,223,214)
#EBE8E3
(235,232,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3976E color. Also use rgb(163,151,110) instead hex code.

Text Font Color

.myTextColor { color: #A3976E; }

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

This text font color is #A3976E.

Background Color

.myBgColor { background-color: #A3976E; }

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

This div background color is #A3976E.

Border color

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

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

This div border color is #A3976E.

Opacity

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

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

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

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

This text has shadow with #A3976E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3976E.

Preview

Color preview on black background

This text has color #A3976E on black background.


Color preview on white background

This text has color #A3976E on white background.


Black color preview on #A3976E background

This text has black color on #A3976E background.


White color preview on #A3976E background

This text has white color on #A3976E background.


Related colors

Complementary color

Complementary color for #hex is #5C6891.


I love getcolorcode.com

Triadic colors

1 #6EA397 and #976EA3 with #A3976E are triadic colors.

2 #6E97A3 and #97A36E with #A3976E are triadic colors.