COLOR #A74214

HEX: #A74214
RGB: (167,66,20)

Color info

#A74214 contains mainly red color. Web safe color of #A74214 is #993300 (or #930).

RGB color model

#A74214 color RGB value is (167,66,20).

  • red value is 167;
  • green value is 66;
  • blue value is 20.
RGB:
(167,66,20)
(65%,26%,8%)

RGB channels and saturation

R 167 of 255 = 65%
G 66 of 255 = 26%
B 20 of 255 = 8%

167
66
20

R + G + B ~ 33%. #A74214 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 66 + 20 = 253 (100%)
R 167 of 253 ~ 66.01%
G 66 of 253 ~ 26.09%
B 20 of 253 ~ 7.91%

%66.01
%26.09

CMYK color model

#A74214 color CMYK value is (0,60,88,35).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 88.02%
  • key color value is 34.51%
CMYK:
(0,60,88,35)
C0M60Y88K35 
(0%,60%,88%,35%)
(0.00/0.60/0.88/0.35)	

CMYK percentages

%0
%60.48
%88.02
%34.51

Codes

Color #A74214 in popluar color models

A74214
RGB1676620
HSL19°78.61%36.67%
HSB/HSV19°88.02%65.49%
CMYK0.00%60.48%88.02%
34.51%

Color #A74214 in popluar number systems.

HEXA74214
Decimal1676620
Binary10100111100001010100
Octal24710224

Shades and tints

Shades of #A74214

#A74214
(167,66,20)
#983C13
(152,60,19)
#893612
(137,54,18)
#7A3011
(122,48,17)
#6B2A10
(107,42,16)
#5C240F
(92,36,15)
#4D1E0E
(77,30,14)
#3E180D
(62,24,13)
#2F120C
(47,18,12)
#200C0B
(32,12,11)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #A74214

#A74214
(167,66,20)
#AF5329
(175,83,41)
#B7643E
(183,100,62)
#BF7553
(191,117,83)
#C78668
(199,134,104)
#CF977D
(207,151,125)
#D7A892
(215,168,146)
#DFB9A7
(223,185,167)
#E7CABC
(231,202,188)
#EFDBD1
(239,219,209)
#F7ECE6
(247,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74214 color. Also use rgb(167,66,20) instead hex code.

Text Font Color

.myTextColor { color: #A74214; }

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

This text font color is #A74214.


Background Color

.myBgColor { background-color: #A74214; }

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

This div background color is #A74214.


Border color

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

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

This div border color is #A74214.


Opacity

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

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

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

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

This text has shadow with #A74214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74214 on black background.


Color preview on white background

This text has color #A74214 on white background.



Black color preview on #A74214 background

This text has black color on #A74214 background.


White color preview on #A74214 background

This text has white color on #A74214 background.