COLOR #A0475C

HEX: #A0475C RGB: (160,71,92)

Color info

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

RGB color model

#A0475C color RGB value is (160,71,92).

RGB: (160,71,92) (63%, 28%, 36%)

RGB channels and saturation

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

160
71
92

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

Portions of RGB colors in percentages

R + G + B = 160 + 71 + 92 = 323 (100%)
R 160 of 323 ~ 49.54%
G 71 of 323 ~ 21.98%
B 92 of 323 ~ 28.48'%

%49.54
%21.98
%28.48

CMYK color model

#A0475C color CMYK value is (0,56,43,37).

  • cyan value is 0.00%
  • magenta value is 55.63%
  • yellow value is 42.50%
  • key color value is 37.25%

CMYK: (0,56,43,37)
C0M56Y43K37 (0%, 56%, 43%, 37%)
(0.00 / 0.56 / 0.43 / 0.37)

CMYK percentages

%0
%55.63
%42.5
%37.25

Codes

Color #A0475C in popluar color models

A0 47 5C
RGB 160 71 92
HSL 346° 38.53% 45.29%
HSB/HSV 346° 55.63% 62.75%
CMYK 0.00% 55.63% 42.50%
37.25%

Color #A0475C in popluar number systems.

HEX A0 47 5C
Decimal 160 71 92
Binary 10100000 1000111 1011100
Octal 240 107 134

Shades and tints

Shades of #A0475C

#A0475C
(160,71,92)
#924154
(146,65,84)
#843B4C
(132,59,76)
#763544
(118,53,68)
#682F3C
(104,47,60)
#5A2934
(90,41,52)
#4C232C
(76,35,44)
#3E1D24
(62,29,36)
#30171C
(48,23,28)
#221114
(34,17,20)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #A0475C

#A0475C
(160,71,92)
#A8576A
(168,87,106)
#B06778
(176,103,120)
#B87786
(184,119,134)
#C08794
(192,135,148)
#C897A2
(200,151,162)
#D0A7B0
(208,167,176)
#D8B7BE
(216,183,190)
#E0C7CC
(224,199,204)
#E8D7DA
(232,215,218)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0475C; }

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

This text font color is #A0475C.

Background Color

.myBgColor { background-color: #A0475C; }

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

This div background color is #A0475C.

Border color

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

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

This div border color is #A0475C.

Opacity

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

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

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

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

This text has shadow with #A0475C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0475C.

Preview

Color preview on black background

This text has color #A0475C on black background.


Color preview on white background

This text has color #A0475C on white background.


Black color preview on #A0475C background

This text has black color on #A0475C background.


White color preview on #A0475C background

This text has white color on #A0475C background.


Related colors

Complementary color

Complementary color for #hex is #5FB8A3.


I love getcolorcode.com

Triadic colors

1 #5CA047 and #475CA0 with #A0475C are triadic colors.

2 #5C47A0 and #47A05C with #A0475C are triadic colors.