COLOR #A94C4C

HEX: #A94C4C
RGB: (169,76,76)

Color info

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

RGB color model

#A94C4C color RGB value is (169,76,76).

  • red value is 169;
  • green value is 76;
  • blue value is 76.
RGB:
(169,76,76)
(66%,30%,30%)

RGB channels and saturation

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

169
76
76

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

Portions of RGB colors in percentages

R + G + B =
169 + 76 + 76 = 321 (100%)
R 169 of 321 ~ 52.65%
G 76 of 321 ~ 23.68%
B 76 of 321 ~ 23.68%

%52.65
%23.68
%23.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 55.03%
  • yellow value is 55.03%
  • key color value is 33.73%
CMYK:
(0,55,55,34)
C0M55Y55K34 
(0%,55%,55%,34%)
(0.00/0.55/0.55/0.34)	

CMYK percentages

%0
%55.03
%55.03
%33.73

Codes

Color #A94C4C in popluar color models

A94C4C
RGB1697676
HSL37.96%48.04%
HSB/HSV55.03%66.27%
CMYK0.00%55.03%55.03%
33.73%

Color #A94C4C in popluar number systems.

HEXA94C4C
Decimal1697676
Binary1010100110011001001100
Octal251114114

Shades and tints

Shades of #A94C4C

#A94C4C
(169,76,76)
#9A4646
(154,70,70)
#8B4040
(139,64,64)
#7C3A3A
(124,58,58)
#6D3434
(109,52,52)
#5E2E2E
(94,46,46)
#4F2828
(79,40,40)
#402222
(64,34,34)
#311C1C
(49,28,28)
#221616
(34,22,22)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #A94C4C

#A94C4C
(169,76,76)
#B05C5C
(176,92,92)
#B76C6C
(183,108,108)
#BE7C7C
(190,124,124)
#C58C8C
(197,140,140)
#CC9C9C
(204,156,156)
#D3ACAC
(211,172,172)
#DABCBC
(218,188,188)
#E1CCCC
(225,204,204)
#E8DCDC
(232,220,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A94C4C; }

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

This text font color is #A94C4C.


Background Color

.myBgColor { background-color: #A94C4C; }

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

This div background color is #A94C4C.


Border color

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

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

This div border color is #A94C4C.


Opacity

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

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

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

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

This text has shadow with #A94C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A94C4C on black background.


Color preview on white background

This text has color #A94C4C on white background.



Black color preview on #A94C4C background

This text has black color on #A94C4C background.


White color preview on #A94C4C background

This text has white color on #A94C4C background.