COLOR #A0474A

HEX: #A0474A
RGB: (160,71,74)

Color info

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

RGB color model

#A0474A color RGB value is (160,71,74).

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

RGB channels and saturation

R 160 of 255 = 63%
G 71 of 255 = 28%
B 74 of 255 = 29%

160
71
74

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

Portions of RGB colors in percentages

R + G + B =
160 + 71 + 74 = 305 (100%)
R 160 of 305 ~ 52.46%
G 71 of 305 ~ 23.28%
B 74 of 305 ~ 24.26%

%52.46
%23.28
%24.26

CMYK color model

#A0474A color CMYK value is (0,56,54,37).

  • cyan value is 0.00%
  • magenta value is 55.63%
  • yellow value is 53.75%
  • key color value is 37.25%
CMYK:
(0,56,54,37)
C0M56Y54K37 
(0%,56%,54%,37%)
(0.00/0.56/0.54/0.37)	

CMYK percentages

%0
%55.63
%53.75
%37.25

Codes

Color #A0474A in popluar color models

A0474A
RGB1607174
HSL358°38.53%45.29%
HSB/HSV358°55.63%62.75%
CMYK0.00%55.63%53.75%
37.25%

Color #A0474A in popluar number systems.

HEXA0474A
Decimal1607174
Binary1010000010001111001010
Octal240107112

Shades and tints

Shades of #A0474A

#A0474A
(160,71,74)
#924144
(146,65,68)
#843B3E
(132,59,62)
#763538
(118,53,56)
#682F32
(104,47,50)
#5A292C
(90,41,44)
#4C2326
(76,35,38)
#3E1D20
(62,29,32)
#30171A
(48,23,26)
#221114
(34,17,20)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #A0474A

#A0474A
(160,71,74)
#A8575A
(168,87,90)
#B0676A
(176,103,106)
#B8777A
(184,119,122)
#C0878A
(192,135,138)
#C8979A
(200,151,154)
#D0A7AA
(208,167,170)
#D8B7BA
(216,183,186)
#E0C7CA
(224,199,202)
#E8D7DA
(232,215,218)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0474A; }

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

This text font color is #A0474A.


Background Color

.myBgColor { background-color: #A0474A; }

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

This div background color is #A0474A.


Border color

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

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

This div border color is #A0474A.


Opacity

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

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

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

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

This text has shadow with #A0474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0474A on black background.


Color preview on white background

This text has color #A0474A on white background.



Black color preview on #A0474A background

This text has black color on #A0474A background.


White color preview on #A0474A background

This text has white color on #A0474A background.