COLOR #A04C76

HEX: #A04C76
RGB: (160,76,118)

Color info

#A04C76 contains mainly red and blue colors. Web safe color of #A04C76 is #993366 (or #936).

RGB color model

#A04C76 color RGB value is (160,76,118).

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

RGB channels and saturation

R 160 of 255 = 63%
G 76 of 255 = 30%
B 118 of 255 = 46%

160
76
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 76 + 118 = 354 (100%)
R 160 of 354 ~ 45.2%
G 76 of 354 ~ 21.47%
B 118 of 354 ~ 33.33%

%45.2
%21.47
%33.33

CMYK color model

#A04C76 color CMYK value is (0,53,26,37).

  • cyan value is 0.00%
  • magenta value is 52.50%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(0,53,26,37)
C0M53Y26K37 
(0%,53%,26%,37%)
(0.00/0.53/0.26/0.37)	

CMYK percentages

%0
%52.5
%26.25
%37.25

Codes

Color #A04C76 in popluar color models

A04C76
RGB16076118
HSL330°35.59%46.27%
HSB/HSV330°52.50%62.75%
CMYK0.00%52.50%26.25%
37.25%

Color #A04C76 in popluar number systems.

HEXA04C76
Decimal16076118
Binary1010000010011001110110
Octal240114166

Shades and tints

Shades of #A04C76

#A04C76
(160,76,118)
#92466C
(146,70,108)
#844062
(132,64,98)
#763A58
(118,58,88)
#68344E
(104,52,78)
#5A2E44
(90,46,68)
#4C283A
(76,40,58)
#3E2230
(62,34,48)
#301C26
(48,28,38)
#22161C
(34,22,28)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #A04C76

#A04C76
(160,76,118)
#A85C82
(168,92,130)
#B06C8E
(176,108,142)
#B87C9A
(184,124,154)
#C08CA6
(192,140,166)
#C89CB2
(200,156,178)
#D0ACBE
(208,172,190)
#D8BCCA
(216,188,202)
#E0CCD6
(224,204,214)
#E8DCE2
(232,220,226)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A04C76; }

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

This text font color is #A04C76.


Background Color

.myBgColor { background-color: #A04C76; }

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

This div background color is #A04C76.


Border color

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

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

This div border color is #A04C76.


Opacity

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

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

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

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

This text has shadow with #A04C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04C76 on black background.


Color preview on white background

This text has color #A04C76 on white background.



Black color preview on #A04C76 background

This text has black color on #A04C76 background.


White color preview on #A04C76 background

This text has white color on #A04C76 background.