COLOR #A17328

HEX: #A17328
RGB: (161,115,40)

Color info

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

RGB color model

#A17328 color RGB value is (161,115,40).

  • red value is 161;
  • green value is 115;
  • blue value is 40.
RGB:
(161,115,40)
(63%,45%,16%)

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 40 of 255 = 16%

161
115
40

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

Portions of RGB colors in percentages

R + G + B =
161 + 115 + 40 = 316 (100%)
R 161 of 316 ~ 50.95%
G 115 of 316 ~ 36.39%
B 40 of 316 ~ 12.66%

%50.95
%36.39
%12.66

CMYK color model

#A17328 color CMYK value is (0,29,75,37).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 75.16%
  • key color value is 36.86%
CMYK:
(0,29,75,37)
C0M29Y75K37 
(0%,29%,75%,37%)
(0.00/0.29/0.75/0.37)	

CMYK percentages

%0
%28.57
%75.16
%36.86

Codes

Color #A17328 in popluar color models

A17328
RGB16111540
HSL37°60.20%39.41%
HSB/HSV37°75.16%63.14%
CMYK0.00%28.57%75.16%
36.86%

Color #A17328 in popluar number systems.

HEXA17328
Decimal16111540
Binary101000011110011101000
Octal24116350

Shades and tints

Shades of #A17328

#A17328
(161,115,40)
#936925
(147,105,37)
#855F22
(133,95,34)
#77551F
(119,85,31)
#694B1C
(105,75,28)
#5B4119
(91,65,25)
#4D3716
(77,55,22)
#3F2D13
(63,45,19)
#312310
(49,35,16)
#23190D
(35,25,13)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #A17328

#A17328
(161,115,40)
#A97F3B
(169,127,59)
#B18B4E
(177,139,78)
#B99761
(185,151,97)
#C1A374
(193,163,116)
#C9AF87
(201,175,135)
#D1BB9A
(209,187,154)
#D9C7AD
(217,199,173)
#E1D3C0
(225,211,192)
#E9DFD3
(233,223,211)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17328 color. Also use rgb(161,115,40) instead hex code.

Text Font Color

.myTextColor { color: #A17328; }

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

This text font color is #A17328.


Background Color

.myBgColor { background-color: #A17328; }

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

This div background color is #A17328.


Border color

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

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

This div border color is #A17328.


Opacity

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

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

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

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

This text has shadow with #A17328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17328 on black background.


Color preview on white background

This text has color #A17328 on white background.



Black color preview on #A17328 background

This text has black color on #A17328 background.


White color preview on #A17328 background

This text has white color on #A17328 background.