COLOR #A3962D

HEX: #A3962D RGB: (163,150,45)

Color info

#A3962D contains mainly red and green colors. Web safe color of #A3962D is #999933 (or #993).

RGB color model

#A3962D color RGB value is (163,150,45).

RGB: (163,150,45) (64%, 59%, 18%)

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 45 of 255 = 18%

163
150
45

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

Portions of RGB colors in percentages

R + G + B = 163 + 150 + 45 = 358 (100%)
R 163 of 358 ~ 45.53%
G 150 of 358 ~ 41.9%
B 45 of 358 ~ 12.57'%

%45.53
%41.9
%12.57

CMYK color model

#A3962D color CMYK value is (0,8,72,36).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 72.39%
  • key color value is 36.08%

CMYK: (0,8,72,36)
C0M8Y72K36 (0%, 8%, 72%, 36%)
(0.00 / 0.08 / 0.72 / 0.36)

CMYK percentages

%0
%7.98
%72.39
%36.08

Codes

Color #A3962D in popluar color models

A3 96 2D
RGB 163 150 45
HSL 53° 56.73% 40.78%
HSB/HSV 53° 72.39% 63.92%
CMYK 0.00% 7.98% 72.39%
36.08%

Color #A3962D in popluar number systems.

HEX A3 96 2D
Decimal 163 150 45
Binary 10100011 10010110 101101
Octal 243 226 55

Shades and tints

Shades of #A3962D

#A3962D
(163,150,45)
#958929
(149,137,41)
#877C25
(135,124,37)
#796F21
(121,111,33)
#6B621D
(107,98,29)
#5D5519
(93,85,25)
#4F4815
(79,72,21)
#413B11
(65,59,17)
#332E0D
(51,46,13)
#252109
(37,33,9)
#171405
(23,20,5)
#000000
(0,0,0)

Tints of #A3962D

#A3962D
(163,150,45)
#AB9F40
(171,159,64)
#B3A853
(179,168,83)
#BBB166
(187,177,102)
#C3BA79
(195,186,121)
#CBC38C
(203,195,140)
#D3CC9F
(211,204,159)
#DBD5B2
(219,213,178)
#E3DEC5
(227,222,197)
#EBE7D8
(235,231,216)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3962D; }

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

This text font color is #A3962D.

Background Color

.myBgColor { background-color: #A3962D; }

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

This div background color is #A3962D.

Border color

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

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

This div border color is #A3962D.

Opacity

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

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

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

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

This text has shadow with #A3962D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3962D.

Preview

Color preview on black background

This text has color #A3962D on black background.


Color preview on white background

This text has color #A3962D on white background.


Black color preview on #A3962D background

This text has black color on #A3962D background.


White color preview on #A3962D background

This text has white color on #A3962D background.


Related colors

Complementary color

Complementary color for #hex is #5C69D2.


I love getcolorcode.com

Triadic colors

1 #2DA396 and #962DA3 with #A3962D are triadic colors.

2 #2D96A3 and #96A32D with #A3962D are triadic colors.