COLOR #A0444C

HEX: #A0444C
RGB: (160,68,76)

Color info

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

RGB color model

#A0444C color RGB value is (160,68,76).

  • red value is 160;
  • green value is 68;
  • blue value is 76.
RGB:
(160,68,76)
(63%,27%,30%)

RGB channels and saturation

R 160 of 255 = 63%
G 68 of 255 = 27%
B 76 of 255 = 30%

160
68
76

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

Portions of RGB colors in percentages

R + G + B =
160 + 68 + 76 = 304 (100%)
R 160 of 304 ~ 52.63%
G 68 of 304 ~ 22.37%
B 76 of 304 ~ 25%

%52.63
%22.37
%25

CMYK color model

#A0444C color CMYK value is (0,58,53,37).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 52.50%
  • key color value is 37.25%
CMYK:
(0,58,53,37)
C0M58Y53K37 
(0%,58%,53%,37%)
(0.00/0.58/0.53/0.37)	

CMYK percentages

%0
%57.5
%52.5
%37.25

Codes

Color #A0444C in popluar color models

A0444C
RGB1606876
HSL355°40.35%44.71%
HSB/HSV355°57.50%62.75%
CMYK0.00%57.50%52.50%
37.25%

Color #A0444C in popluar number systems.

HEXA0444C
Decimal1606876
Binary1010000010001001001100
Octal240104114

Shades and tints

Shades of #A0444C

#A0444C
(160,68,76)
#923E46
(146,62,70)
#843840
(132,56,64)
#76323A
(118,50,58)
#682C34
(104,44,52)
#5A262E
(90,38,46)
#4C2028
(76,32,40)
#3E1A22
(62,26,34)
#30141C
(48,20,28)
#220E16
(34,14,22)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #A0444C

#A0444C
(160,68,76)
#A8555C
(168,85,92)
#B0666C
(176,102,108)
#B8777C
(184,119,124)
#C0888C
(192,136,140)
#C8999C
(200,153,156)
#D0AAAC
(208,170,172)
#D8BBBC
(216,187,188)
#E0CCCC
(224,204,204)
#E8DDDC
(232,221,220)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0444C; }

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

This text font color is #A0444C.


Background Color

.myBgColor { background-color: #A0444C; }

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

This div background color is #A0444C.


Border color

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

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

This div border color is #A0444C.


Opacity

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

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

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

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

This text has shadow with #A0444C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0444C on black background.


Color preview on white background

This text has color #A0444C on white background.



Black color preview on #A0444C background

This text has black color on #A0444C background.


White color preview on #A0444C background

This text has white color on #A0444C background.