COLOR #A0475D

HEX: #A0475D
RGB: (160,71,93)

Color info

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

RGB color model

#A0475D color RGB value is (160,71,93).

  • red value is 160;
  • green value is 71;
  • blue value is 93.
RGB:
(160,71,93)
(63%,28%,36%)

RGB channels and saturation

R 160 of 255 = 63%
G 71 of 255 = 28%
B 93 of 255 = 36%

160
71
93

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

Portions of RGB colors in percentages

R + G + B =
160 + 71 + 93 = 324 (100%)
R 160 of 324 ~ 49.38%
G 71 of 324 ~ 21.91%
B 93 of 324 ~ 28.7%

%49.38
%21.91
%28.7

CMYK color model

#A0475D color CMYK value is (0,56,42,37).

  • cyan value is 0.00%
  • magenta value is 55.63%
  • yellow value is 41.88%
  • key color value is 37.25%
CMYK:
(0,56,42,37)
C0M56Y42K37 
(0%,56%,42%,37%)
(0.00/0.56/0.42/0.37)	

CMYK percentages

%0
%55.63
%41.88
%37.25

Codes

Color #A0475D in popluar color models

A0475D
RGB1607193
HSL345°38.53%45.29%
HSB/HSV345°55.63%62.75%
CMYK0.00%55.63%41.88%
37.25%

Color #A0475D in popluar number systems.

HEXA0475D
Decimal1607193
Binary1010000010001111011101
Octal240107135

Shades and tints

Shades of #A0475D

#A0475D
(160,71,93)
#924155
(146,65,85)
#843B4D
(132,59,77)
#763545
(118,53,69)
#682F3D
(104,47,61)
#5A2935
(90,41,53)
#4C232D
(76,35,45)
#3E1D25
(62,29,37)
#30171D
(48,23,29)
#221115
(34,17,21)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #A0475D

#A0475D
(160,71,93)
#A8576B
(168,87,107)
#B06779
(176,103,121)
#B87787
(184,119,135)
#C08795
(192,135,149)
#C897A3
(200,151,163)
#D0A7B1
(208,167,177)
#D8B7BF
(216,183,191)
#E0C7CD
(224,199,205)
#E8D7DB
(232,215,219)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0475D color. Also use rgb(160,71,93) instead hex code.

Text Font Color

.myTextColor { color: #A0475D; }

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

This text font color is #A0475D.


Background Color

.myBgColor { background-color: #A0475D; }

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

This div background color is #A0475D.


Border color

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

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

This div border color is #A0475D.


Opacity

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

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

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

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

This text has shadow with #A0475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0475D on black background.


Color preview on white background

This text has color #A0475D on white background.



Black color preview on #A0475D background

This text has black color on #A0475D background.


White color preview on #A0475D background

This text has white color on #A0475D background.