COLOR #A94D62

HEX: #A94D62
RGB: (169,77,98)

Color info

#A94D62 contains mainly red color. Web safe color of #A94D62 is #993366 (or #936).

RGB color model

#A94D62 color RGB value is (169,77,98).

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

RGB channels and saturation

R 169 of 255 = 66%
G 77 of 255 = 30%
B 98 of 255 = 38%

169
77
98

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

Portions of RGB colors in percentages

R + G + B =
169 + 77 + 98 = 344 (100%)
R 169 of 344 ~ 49.13%
G 77 of 344 ~ 22.38%
B 98 of 344 ~ 28.49%

%49.13
%22.38
%28.49

CMYK color model

#A94D62 color CMYK value is (0,54,42,34).

  • cyan value is 0.00%
  • magenta value is 54.44%
  • yellow value is 42.01%
  • key color value is 33.73%
CMYK:
(0,54,42,34)
C0M54Y42K34 
(0%,54%,42%,34%)
(0.00/0.54/0.42/0.34)	

CMYK percentages

%0
%54.44
%42.01
%33.73

Codes

Color #A94D62 in popluar color models

A94D62
RGB1697798
HSL346°37.40%48.24%
HSB/HSV346°54.44%66.27%
CMYK0.00%54.44%42.01%
33.73%

Color #A94D62 in popluar number systems.

HEXA94D62
Decimal1697798
Binary1010100110011011100010
Octal251115142

Shades and tints

Shades of #A94D62

#A94D62
(169,77,98)
#9A465A
(154,70,90)
#8B3F52
(139,63,82)
#7C384A
(124,56,74)
#6D3142
(109,49,66)
#5E2A3A
(94,42,58)
#4F2332
(79,35,50)
#401C2A
(64,28,42)
#311522
(49,21,34)
#220E1A
(34,14,26)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #A94D62

#A94D62
(169,77,98)
#B05D70
(176,93,112)
#B76D7E
(183,109,126)
#BE7D8C
(190,125,140)
#C58D9A
(197,141,154)
#CC9DA8
(204,157,168)
#D3ADB6
(211,173,182)
#DABDC4
(218,189,196)
#E1CDD2
(225,205,210)
#E8DDE0
(232,221,224)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A94D62; }

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

This text font color is #A94D62.


Background Color

.myBgColor { background-color: #A94D62; }

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

This div background color is #A94D62.


Border color

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

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

This div border color is #A94D62.


Opacity

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

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

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

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

This text has shadow with #A94D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A94D62 on black background.


Color preview on white background

This text has color #A94D62 on white background.



Black color preview on #A94D62 background

This text has black color on #A94D62 background.


White color preview on #A94D62 background

This text has white color on #A94D62 background.