COLOR #A94C42

HEX: #A94C42 RGB: (169,76,66)

Color info

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

RGB color model

#A94C42 color RGB value is (169,76,66).

RGB: (169,76,66) (66%, 30%, 26%)

RGB channels and saturation

R 169 of 255 = 66%
G 76 of 255 = 30%
B 66 of 255 = 26%

169
76
66

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

Portions of RGB colors in percentages

R + G + B = 169 + 76 + 66 = 311 (100%)
R 169 of 311 ~ 54.34%
G 76 of 311 ~ 24.44%
B 66 of 311 ~ 21.22'%

%54.34
%24.44
%21.22

CMYK color model

#A94C42 color CMYK value is (0,55,61,34).

  • cyan value is 0.00%
  • magenta value is 55.03%
  • yellow value is 60.95%
  • key color value is 33.73%

CMYK: (0,55,61,34)
C0M55Y61K34 (0%, 55%, 61%, 34%)
(0.00 / 0.55 / 0.61 / 0.34)

CMYK percentages

%0
%55.03
%60.95
%33.73

Codes

Color #A94C42 in popluar color models

A9 4C 42
RGB 169 76 66
HSL 43.83% 46.08%
HSB/HSV 60.95% 66.27%
CMYK 0.00% 55.03% 60.95%
33.73%

Color #A94C42 in popluar number systems.

HEX A9 4C 42
Decimal 169 76 66
Binary 10101001 1001100 1000010
Octal 251 114 102

Shades and tints

Shades of #A94C42

#A94C42
(169,76,66)
#9A463C
(154,70,60)
#8B4036
(139,64,54)
#7C3A30
(124,58,48)
#6D342A
(109,52,42)
#5E2E24
(94,46,36)
#4F281E
(79,40,30)
#402218
(64,34,24)
#311C12
(49,28,18)
#22160C
(34,22,12)
#131006
(19,16,6)
#000000
(0,0,0)

Tints of #A94C42

#A94C42
(169,76,66)
#B05C53
(176,92,83)
#B76C64
(183,108,100)
#BE7C75
(190,124,117)
#C58C86
(197,140,134)
#CC9C97
(204,156,151)
#D3ACA8
(211,172,168)
#DABCB9
(218,188,185)
#E1CCCA
(225,204,202)
#E8DCDB
(232,220,219)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A94C42 color. Also use rgb(169,76,66) instead hex code.

Text Font Color

.myTextColor { color: #A94C42; }

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

This text font color is #A94C42.

Background Color

.myBgColor { background-color: #A94C42; }

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

This div background color is #A94C42.

Border color

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

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

This div border color is #A94C42.

Opacity

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

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

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

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

This text has shadow with #A94C42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A94C42.

Preview

Color preview on black background

This text has color #A94C42 on black background.


Color preview on white background

This text has color #A94C42 on white background.


Black color preview on #A94C42 background

This text has black color on #A94C42 background.


White color preview on #A94C42 background

This text has white color on #A94C42 background.


Related colors

Complementary color

Complementary color for #hex is #56B3BD.


I love getcolorcode.com

Triadic colors

1 #42A94C and #4C42A9 with #A94C42 are triadic colors.

2 #424CA9 and #4CA942 with #A94C42 are triadic colors.