COLOR #A37145

HEX: #A37145
RGB: (163,113,69)

Color info

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

RGB color model

#A37145 color RGB value is (163,113,69).

  • red value is 163;
  • green value is 113;
  • blue value is 69.
RGB:
(163,113,69)
(64%,44%,27%)

RGB channels and saturation

R 163 of 255 = 64%
G 113 of 255 = 44%
B 69 of 255 = 27%

163
113
69

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

Portions of RGB colors in percentages

R + G + B =
163 + 113 + 69 = 345 (100%)
R 163 of 345 ~ 47.25%
G 113 of 345 ~ 32.75%
B 69 of 345 ~ 20%

%47.25
%32.75
%20

CMYK color model

#A37145 color CMYK value is (0,31,58,36).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 57.67%
  • key color value is 36.08%
CMYK:
(0,31,58,36)
C0M31Y58K36 
(0%,31%,58%,36%)
(0.00/0.31/0.58/0.36)	

CMYK percentages

%0
%30.67
%57.67
%36.08

Codes

Color #A37145 in popluar color models

A37145
RGB16311369
HSL28°40.52%45.49%
HSB/HSV28°57.67%63.92%
CMYK0.00%30.67%57.67%
36.08%

Color #A37145 in popluar number systems.

HEXA37145
Decimal16311369
Binary1010001111100011000101
Octal243161105

Shades and tints

Shades of #A37145

#A37145
(163,113,69)
#95673F
(149,103,63)
#875D39
(135,93,57)
#795333
(121,83,51)
#6B492D
(107,73,45)
#5D3F27
(93,63,39)
#4F3521
(79,53,33)
#412B1B
(65,43,27)
#332115
(51,33,21)
#25170F
(37,23,15)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #A37145

#A37145
(163,113,69)
#AB7D55
(171,125,85)
#B38965
(179,137,101)
#BB9575
(187,149,117)
#C3A185
(195,161,133)
#CBAD95
(203,173,149)
#D3B9A5
(211,185,165)
#DBC5B5
(219,197,181)
#E3D1C5
(227,209,197)
#EBDDD5
(235,221,213)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37145 color. Also use rgb(163,113,69) instead hex code.

Text Font Color

.myTextColor { color: #A37145; }

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

This text font color is #A37145.


Background Color

.myBgColor { background-color: #A37145; }

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

This div background color is #A37145.


Border color

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

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

This div border color is #A37145.


Opacity

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

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

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

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

This text has shadow with #A37145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37145 on black background.


Color preview on white background

This text has color #A37145 on white background.



Black color preview on #A37145 background

This text has black color on #A37145 background.


White color preview on #A37145 background

This text has white color on #A37145 background.