COLOR #A0714F

HEX: #A0714F
RGB: (160,113,79)

Color info

#A0714F contains mainly red and green colors. Web safe color of #A0714F is #996666 (or #966).

RGB color model

#A0714F color RGB value is (160,113,79).

  • red value is 160;
  • green value is 113;
  • blue value is 79.
RGB:
(160,113,79)
(63%,44%,31%)

RGB channels and saturation

R 160 of 255 = 63%
G 113 of 255 = 44%
B 79 of 255 = 31%

160
113
79

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

Portions of RGB colors in percentages

R + G + B =
160 + 113 + 79 = 352 (100%)
R 160 of 352 ~ 45.45%
G 113 of 352 ~ 32.1%
B 79 of 352 ~ 22.44%

%45.45
%32.1
%22.44

CMYK color model

#A0714F color CMYK value is (0,29,51,37).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 50.63%
  • key color value is 37.25%
CMYK:
(0,29,51,37)
C0M29Y51K37 
(0%,29%,51%,37%)
(0.00/0.29/0.51/0.37)	

CMYK percentages

%0
%29.38
%50.63
%37.25

Codes

Color #A0714F in popluar color models

A0714F
RGB16011379
HSL25°33.89%46.86%
HSB/HSV25°50.63%62.75%
CMYK0.00%29.38%50.63%
37.25%

Color #A0714F in popluar number systems.

HEXA0714F
Decimal16011379
Binary1010000011100011001111
Octal240161117

Shades and tints

Shades of #A0714F

#A0714F
(160,113,79)
#926748
(146,103,72)
#845D41
(132,93,65)
#76533A
(118,83,58)
#684933
(104,73,51)
#5A3F2C
(90,63,44)
#4C3525
(76,53,37)
#3E2B1E
(62,43,30)
#302117
(48,33,23)
#221710
(34,23,16)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #A0714F

#A0714F
(160,113,79)
#A87D5F
(168,125,95)
#B0896F
(176,137,111)
#B8957F
(184,149,127)
#C0A18F
(192,161,143)
#C8AD9F
(200,173,159)
#D0B9AF
(208,185,175)
#D8C5BF
(216,197,191)
#E0D1CF
(224,209,207)
#E8DDDF
(232,221,223)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0714F color. Also use rgb(160,113,79) instead hex code.

Text Font Color

.myTextColor { color: #A0714F; }

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

This text font color is #A0714F.


Background Color

.myBgColor { background-color: #A0714F; }

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

This div background color is #A0714F.


Border color

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

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

This div border color is #A0714F.


Opacity

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

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

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

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

This text has shadow with #A0714F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0714F on black background.


Color preview on white background

This text has color #A0714F on white background.



Black color preview on #A0714F background

This text has black color on #A0714F background.


White color preview on #A0714F background

This text has white color on #A0714F background.