COLOR #A96C28

HEX: #A96C28 RGB: (169,108,40)

Color info

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

RGB color model

#A96C28 color RGB value is (169,108,40).

RGB: (169,108,40) (66%, 42%, 16%)

RGB channels and saturation

R 169 of 255 = 66%
G 108 of 255 = 42%
B 40 of 255 = 16%

169
108
40

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

Portions of RGB colors in percentages

R + G + B = 169 + 108 + 40 = 317 (100%)
R 169 of 317 ~ 53.31%
G 108 of 317 ~ 34.07%
B 40 of 317 ~ 12.62'%

%53.31
%34.07
%12.62

CMYK color model

#A96C28 color CMYK value is (0,36,76,34).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 76.33%
  • key color value is 33.73%

CMYK: (0,36,76,34)
C0M36Y76K34 (0%, 36%, 76%, 34%)
(0.00 / 0.36 / 0.76 / 0.34)

CMYK percentages

%0
%36.09
%76.33
%33.73

Codes

Color #A96C28 in popluar color models

A9 6C 28
RGB 169 108 40
HSL 32° 61.72% 40.98%
HSB/HSV 32° 76.33% 66.27%
CMYK 0.00% 36.09% 76.33%
33.73%

Color #A96C28 in popluar number systems.

HEX A9 6C 28
Decimal 169 108 40
Binary 10101001 1101100 101000
Octal 251 154 50

Shades and tints

Shades of #A96C28

#A96C28
(169,108,40)
#9A6325
(154,99,37)
#8B5A22
(139,90,34)
#7C511F
(124,81,31)
#6D481C
(109,72,28)
#5E3F19
(94,63,25)
#4F3616
(79,54,22)
#402D13
(64,45,19)
#312410
(49,36,16)
#221B0D
(34,27,13)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #A96C28

#A96C28
(169,108,40)
#B0793B
(176,121,59)
#B7864E
(183,134,78)
#BE9361
(190,147,97)
#C5A074
(197,160,116)
#CCAD87
(204,173,135)
#D3BA9A
(211,186,154)
#DAC7AD
(218,199,173)
#E1D4C0
(225,212,192)
#E8E1D3
(232,225,211)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96C28 color. Also use rgb(169,108,40) instead hex code.

Text Font Color

.myTextColor { color: #A96C28; }

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

This text font color is #A96C28.

Background Color

.myBgColor { background-color: #A96C28; }

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

This div background color is #A96C28.

Border color

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

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

This div border color is #A96C28.

Opacity

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

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

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

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

This text has shadow with #A96C28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96C28.

Preview

Color preview on black background

This text has color #A96C28 on black background.


Color preview on white background

This text has color #A96C28 on white background.


Black color preview on #A96C28 background

This text has black color on #A96C28 background.


White color preview on #A96C28 background

This text has white color on #A96C28 background.


Related colors

Complementary color

Complementary color for #hex is #5693D7.


I love getcolorcode.com

Triadic colors

1 #28A96C and #6C28A9 with #A96C28 are triadic colors.

2 #286CA9 and #6CA928 with #A96C28 are triadic colors.