COLOR #A37532

HEX: #A37532
RGB: (163,117,50)

Color info

#A37532 contains mainly red and green colors. Web safe color of #A37532 is #996633 (or #963).

RGB color model

#A37532 color RGB value is (163,117,50).

  • red value is 163;
  • green value is 117;
  • blue value is 50.
RGB:
(163,117,50)
(64%,46%,20%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 50 of 255 = 20%

163
117
50

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

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 50 = 330 (100%)
R 163 of 330 ~ 49.39%
G 117 of 330 ~ 35.45%
B 50 of 330 ~ 15.15%

%49.39
%35.45
%15.15

CMYK color model

#A37532 color CMYK value is (0,28,69,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 69.33%
  • key color value is 36.08%
CMYK:
(0,28,69,36)
C0M28Y69K36 
(0%,28%,69%,36%)
(0.00/0.28/0.69/0.36)	

CMYK percentages

%0
%28.22
%69.33
%36.08

Codes

Color #A37532 in popluar color models

A37532
RGB16311750
HSL36°53.05%41.76%
HSB/HSV36°69.33%63.92%
CMYK0.00%28.22%69.33%
36.08%

Color #A37532 in popluar number systems.

HEXA37532
Decimal16311750
Binary101000111110101110010
Octal24316562

Shades and tints

Shades of #A37532

#A37532
(163,117,50)
#956B2E
(149,107,46)
#87612A
(135,97,42)
#795726
(121,87,38)
#6B4D22
(107,77,34)
#5D431E
(93,67,30)
#4F391A
(79,57,26)
#412F16
(65,47,22)
#332512
(51,37,18)
#251B0E
(37,27,14)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #A37532

#A37532
(163,117,50)
#AB8144
(171,129,68)
#B38D56
(179,141,86)
#BB9968
(187,153,104)
#C3A57A
(195,165,122)
#CBB18C
(203,177,140)
#D3BD9E
(211,189,158)
#DBC9B0
(219,201,176)
#E3D5C2
(227,213,194)
#EBE1D4
(235,225,212)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37532 color. Also use rgb(163,117,50) instead hex code.

Text Font Color

.myTextColor { color: #A37532; }

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

This text font color is #A37532.


Background Color

.myBgColor { background-color: #A37532; }

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

This div background color is #A37532.


Border color

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

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

This div border color is #A37532.


Opacity

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

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

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

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

This text has shadow with #A37532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37532 on black background.


Color preview on white background

This text has color #A37532 on white background.



Black color preview on #A37532 background

This text has black color on #A37532 background.


White color preview on #A37532 background

This text has white color on #A37532 background.