COLOR #A04B77

HEX: #A04B77
RGB: (160,75,119)

Color info

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

RGB color model

#A04B77 color RGB value is (160,75,119).

  • red value is 160;
  • green value is 75;
  • blue value is 119.
RGB:
(160,75,119)
(63%,29%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 119 of 255 = 47%

160
75
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 75 + 119 = 354 (100%)
R 160 of 354 ~ 45.2%
G 75 of 354 ~ 21.19%
B 119 of 354 ~ 33.62%

%45.2
%21.19
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 25.63%
  • 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
%53.13
%25.63
%37.25

Codes

Color #A04B77 in popluar color models

A04B77
RGB16075119
HSL329°36.17%46.08%
HSB/HSV329°53.13%62.75%
CMYK0.00%53.13%25.63%
37.25%

Color #A04B77 in popluar number systems.

HEXA04B77
Decimal16075119
Binary1010000010010111110111
Octal240113167

Shades and tints

Shades of #A04B77

#A04B77
(160,75,119)
#92456D
(146,69,109)
#843F63
(132,63,99)
#763959
(118,57,89)
#68334F
(104,51,79)
#5A2D45
(90,45,69)
#4C273B
(76,39,59)
#3E2131
(62,33,49)
#301B27
(48,27,39)
#22151D
(34,21,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #A04B77

#A04B77
(160,75,119)
#A85B83
(168,91,131)
#B06B8F
(176,107,143)
#B87B9B
(184,123,155)
#C08BA7
(192,139,167)
#C89BB3
(200,155,179)
#D0ABBF
(208,171,191)
#D8BBCB
(216,187,203)
#E0CBD7
(224,203,215)
#E8DBE3
(232,219,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04B77 color. Also use rgb(160,75,119) instead hex code.

Text Font Color

.myTextColor { color: #A04B77; }

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

This text font color is #A04B77.


Background Color

.myBgColor { background-color: #A04B77; }

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

This div background color is #A04B77.


Border color

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

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

This div border color is #A04B77.


Opacity

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

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

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

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

This text has shadow with #A04B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04B77 on black background.


Color preview on white background

This text has color #A04B77 on white background.



Black color preview on #A04B77 background

This text has black color on #A04B77 background.


White color preview on #A04B77 background

This text has white color on #A04B77 background.