COLOR #A07319

HEX: #A07319
RGB: (160,115,25)

Color info

#A07319 contains mainly red and green colors. Web safe color of #A07319 is #996600 (or #960).

RGB color model

#A07319 color RGB value is (160,115,25).

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

RGB channels and saturation

R 160 of 255 = 63%
G 115 of 255 = 45%
B 25 of 255 = 10%

160
115
25

R + G + B ~ 39%. #A07319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 115 + 25 = 300 (100%)
R 160 of 300 ~ 53.33%
G 115 of 300 ~ 38.33%
B 25 of 300 ~ 8.33%

%53.33
%38.33

CMYK color model

#A07319 color CMYK value is (0,28,84,37).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 84.38%
  • key color value is 37.25%
CMYK:
(0,28,84,37)
C0M28Y84K37 
(0%,28%,84%,37%)
(0.00/0.28/0.84/0.37)	

CMYK percentages

%0
%28.13
%84.38
%37.25

Codes

Color #A07319 in popluar color models

A07319
RGB16011525
HSL40°72.97%36.27%
HSB/HSV40°84.38%62.75%
CMYK0.00%28.13%84.38%
37.25%

Color #A07319 in popluar number systems.

HEXA07319
Decimal16011525
Binary10100000111001111001
Octal24016331

Shades and tints

Shades of #A07319

#A07319
(160,115,25)
#926917
(146,105,23)
#845F15
(132,95,21)
#765513
(118,85,19)
#684B11
(104,75,17)
#5A410F
(90,65,15)
#4C370D
(76,55,13)
#3E2D0B
(62,45,11)
#302309
(48,35,9)
#221907
(34,25,7)
#140F05
(20,15,5)
#000000
(0,0,0)

Tints of #A07319

#A07319
(160,115,25)
#A87F2D
(168,127,45)
#B08B41
(176,139,65)
#B89755
(184,151,85)
#C0A369
(192,163,105)
#C8AF7D
(200,175,125)
#D0BB91
(208,187,145)
#D8C7A5
(216,199,165)
#E0D3B9
(224,211,185)
#E8DFCD
(232,223,205)
#F0EBE1
(240,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07319; }

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

This text font color is #A07319.


Background Color

.myBgColor { background-color: #A07319; }

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

This div background color is #A07319.


Border color

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

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

This div border color is #A07319.


Opacity

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

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

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

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

This text has shadow with #A07319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07319 on black background.


Color preview on white background

This text has color #A07319 on white background.



Black color preview on #A07319 background

This text has black color on #A07319 background.


White color preview on #A07319 background

This text has white color on #A07319 background.