COLOR #A96424

HEX: #A96424
RGB: (169,100,36)

Color info

#A96424 contains mainly red color. Web safe color of #A96424 is #996633 (or #963).

RGB color model

#A96424 color RGB value is (169,100,36).

  • red value is 169;
  • green value is 100;
  • blue value is 36.
RGB:
(169,100,36)
(66%,39%,14%)

RGB channels and saturation

R 169 of 255 = 66%
G 100 of 255 = 39%
B 36 of 255 = 14%

169
100
36

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

Portions of RGB colors in percentages

R + G + B =
169 + 100 + 36 = 305 (100%)
R 169 of 305 ~ 55.41%
G 100 of 305 ~ 32.79%
B 36 of 305 ~ 11.8%

%55.41
%32.79
%11.8

CMYK color model

#A96424 color CMYK value is (0,41,79,34).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 78.70%
  • key color value is 33.73%
CMYK:
(0,41,79,34)
C0M41Y79K34 
(0%,41%,79%,34%)
(0.00/0.41/0.79/0.34)	

CMYK percentages

%0
%40.83
%78.7
%33.73

Codes

Color #A96424 in popluar color models

A96424
RGB16910036
HSL29°64.88%40.20%
HSB/HSV29°78.70%66.27%
CMYK0.00%40.83%78.70%
33.73%

Color #A96424 in popluar number systems.

HEXA96424
Decimal16910036
Binary101010011100100100100
Octal25114444

Shades and tints

Shades of #A96424

#A96424
(169,100,36)
#9A5B21
(154,91,33)
#8B521E
(139,82,30)
#7C491B
(124,73,27)
#6D4018
(109,64,24)
#5E3715
(94,55,21)
#4F2E12
(79,46,18)
#40250F
(64,37,15)
#311C0C
(49,28,12)
#221309
(34,19,9)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #A96424

#A96424
(169,100,36)
#B07237
(176,114,55)
#B7804A
(183,128,74)
#BE8E5D
(190,142,93)
#C59C70
(197,156,112)
#CCAA83
(204,170,131)
#D3B896
(211,184,150)
#DAC6A9
(218,198,169)
#E1D4BC
(225,212,188)
#E8E2CF
(232,226,207)
#EFF0E2
(239,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96424 color. Also use rgb(169,100,36) instead hex code.

Text Font Color

.myTextColor { color: #A96424; }

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

This text font color is #A96424.


Background Color

.myBgColor { background-color: #A96424; }

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

This div background color is #A96424.


Border color

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

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

This div border color is #A96424.


Opacity

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

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

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

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

This text has shadow with #A96424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96424 on black background.


Color preview on white background

This text has color #A96424 on white background.



Black color preview on #A96424 background

This text has black color on #A96424 background.


White color preview on #A96424 background

This text has white color on #A96424 background.