COLOR #A94325

HEX: #A94325
RGB: (169,67,37)

Color info

#A94325 contains mainly red color. Web safe color of #A94325 is #993333 (or #933).

RGB color model

#A94325 color RGB value is (169,67,37).

  • red value is 169;
  • green value is 67;
  • blue value is 37.
RGB:
(169,67,37)
(66%,26%,15%)

RGB channels and saturation

R 169 of 255 = 66%
G 67 of 255 = 26%
B 37 of 255 = 15%

169
67
37

R + G + B ~ 36%. #A94325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 67 + 37 = 273 (100%)
R 169 of 273 ~ 61.9%
G 67 of 273 ~ 24.54%
B 37 of 273 ~ 13.55%

%61.9
%24.54
%13.55

CMYK color model

#A94325 color CMYK value is (0,60,78,34).

  • cyan value is 0.00%
  • magenta value is 60.36%
  • yellow value is 78.11%
  • key color value is 33.73%
CMYK:
(0,60,78,34)
C0M60Y78K34 
(0%,60%,78%,34%)
(0.00/0.60/0.78/0.34)	

CMYK percentages

%0
%60.36
%78.11
%33.73

Codes

Color #A94325 in popluar color models

A94325
RGB1696737
HSL14°64.08%40.39%
HSB/HSV14°78.11%66.27%
CMYK0.00%60.36%78.11%
33.73%

Color #A94325 in popluar number systems.

HEXA94325
Decimal1696737
Binary101010011000011100101
Octal25110345

Shades and tints

Shades of #A94325

#A94325
(169,67,37)
#9A3D22
(154,61,34)
#8B371F
(139,55,31)
#7C311C
(124,49,28)
#6D2B19
(109,43,25)
#5E2516
(94,37,22)
#4F1F13
(79,31,19)
#401910
(64,25,16)
#31130D
(49,19,13)
#220D0A
(34,13,10)
#130707
(19,7,7)
#000000
(0,0,0)

Tints of #A94325

#A94325
(169,67,37)
#B05438
(176,84,56)
#B7654B
(183,101,75)
#BE765E
(190,118,94)
#C58771
(197,135,113)
#CC9884
(204,152,132)
#D3A997
(211,169,151)
#DABAAA
(218,186,170)
#E1CBBD
(225,203,189)
#E8DCD0
(232,220,208)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A94325 color. Also use rgb(169,67,37) instead hex code.

Text Font Color

.myTextColor { color: #A94325; }

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

This text font color is #A94325.


Background Color

.myBgColor { background-color: #A94325; }

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

This div background color is #A94325.


Border color

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

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

This div border color is #A94325.


Opacity

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

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

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

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

This text has shadow with #A94325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A94325 on black background.


Color preview on white background

This text has color #A94325 on white background.



Black color preview on #A94325 background

This text has black color on #A94325 background.


White color preview on #A94325 background

This text has white color on #A94325 background.