COLOR #A04A51

HEX: #A04A51
RGB: (160,74,81)

Color info

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

RGB color model

#A04A51 color RGB value is (160,74,81).

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

RGB channels and saturation

R 160 of 255 = 63%
G 74 of 255 = 29%
B 81 of 255 = 32%

160
74
81

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

Portions of RGB colors in percentages

R + G + B =
160 + 74 + 81 = 315 (100%)
R 160 of 315 ~ 50.79%
G 74 of 315 ~ 23.49%
B 81 of 315 ~ 25.71%

%50.79
%23.49
%25.71

CMYK color model

#A04A51 color CMYK value is (0,54,49,37).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 49.38%
  • key color value is 37.25%
CMYK:
(0,54,49,37)
C0M54Y49K37 
(0%,54%,49%,37%)
(0.00/0.54/0.49/0.37)	

CMYK percentages

%0
%53.75
%49.38
%37.25

Codes

Color #A04A51 in popluar color models

A04A51
RGB1607481
HSL355°36.75%45.88%
HSB/HSV355°53.75%62.75%
CMYK0.00%53.75%49.38%
37.25%

Color #A04A51 in popluar number systems.

HEXA04A51
Decimal1607481
Binary1010000010010101010001
Octal240112121

Shades and tints

Shades of #A04A51

#A04A51
(160,74,81)
#92444A
(146,68,74)
#843E43
(132,62,67)
#76383C
(118,56,60)
#683235
(104,50,53)
#5A2C2E
(90,44,46)
#4C2627
(76,38,39)
#3E2020
(62,32,32)
#301A19
(48,26,25)
#221412
(34,20,18)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #A04A51

#A04A51
(160,74,81)
#A85A60
(168,90,96)
#B06A6F
(176,106,111)
#B87A7E
(184,122,126)
#C08A8D
(192,138,141)
#C89A9C
(200,154,156)
#D0AAAB
(208,170,171)
#D8BABA
(216,186,186)
#E0CAC9
(224,202,201)
#E8DAD8
(232,218,216)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A04A51; }

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

This text font color is #A04A51.


Background Color

.myBgColor { background-color: #A04A51; }

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

This div background color is #A04A51.


Border color

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

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

This div border color is #A04A51.


Opacity

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

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

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

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

This text has shadow with #A04A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04A51 on black background.


Color preview on white background

This text has color #A04A51 on white background.



Black color preview on #A04A51 background

This text has black color on #A04A51 background.


White color preview on #A04A51 background

This text has white color on #A04A51 background.