COLOR #A07328

HEX: #A07328
RGB: (160,115,40)

Color info

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

RGB color model

#A07328 color RGB value is (160,115,40).

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

RGB channels and saturation

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

160
115
40

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

Portions of RGB colors in percentages

R + G + B =
160 + 115 + 40 = 315 (100%)
R 160 of 315 ~ 50.79%
G 115 of 315 ~ 36.51%
B 40 of 315 ~ 12.7%

%50.79
%36.51
%12.7

CMYK color model

#A07328 color CMYK value is (0,28,75,37).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 75.00%
  • key color value is 37.25%
CMYK:
(0,28,75,37)
C0M28Y75K37 
(0%,28%,75%,37%)
(0.00/0.28/0.75/0.37)	

CMYK percentages

%0
%28.13
%75
%37.25

Codes

Color #A07328 in popluar color models

A07328
RGB16011540
HSL38°60.00%39.22%
HSB/HSV38°75.00%62.75%
CMYK0.00%28.13%75.00%
37.25%

Color #A07328 in popluar number systems.

HEXA07328
Decimal16011540
Binary101000001110011101000
Octal24016350

Shades and tints

Shades of #A07328

#A07328
(160,115,40)
#926925
(146,105,37)
#845F22
(132,95,34)
#76551F
(118,85,31)
#684B1C
(104,75,28)
#5A4119
(90,65,25)
#4C3716
(76,55,22)
#3E2D13
(62,45,19)
#302310
(48,35,16)
#22190D
(34,25,13)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #A07328

#A07328
(160,115,40)
#A87F3B
(168,127,59)
#B08B4E
(176,139,78)
#B89761
(184,151,97)
#C0A374
(192,163,116)
#C8AF87
(200,175,135)
#D0BB9A
(208,187,154)
#D8C7AD
(216,199,173)
#E0D3C0
(224,211,192)
#E8DFD3
(232,223,211)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07328; }

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

This text font color is #A07328.


Background Color

.myBgColor { background-color: #A07328; }

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

This div background color is #A07328.


Border color

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

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

This div border color is #A07328.


Opacity

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

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

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

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

This text has shadow with #A07328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07328 on black background.


Color preview on white background

This text has color #A07328 on white background.



Black color preview on #A07328 background

This text has black color on #A07328 background.


White color preview on #A07328 background

This text has white color on #A07328 background.