COLOR #A04F77

HEX: #A04F77
RGB: (160,79,119)

Color info

#A04F77 contains mainly red and blue colors. Web safe color of #A04F77 is #996666 (or #966).

RGB color model

#A04F77 color RGB value is (160,79,119).

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

RGB channels and saturation

R 160 of 255 = 63%
G 79 of 255 = 31%
B 119 of 255 = 47%

160
79
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 79 + 119 = 358 (100%)
R 160 of 358 ~ 44.69%
G 79 of 358 ~ 22.07%
B 119 of 358 ~ 33.24%

%44.69
%22.07
%33.24

CMYK color model

#A04F77 color CMYK value is (0,51,26,37).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(0,51,26,37)
C0M51Y26K37 
(0%,51%,26%,37%)
(0.00/0.51/0.26/0.37)	

CMYK percentages

%0
%50.63
%25.63
%37.25

Codes

Color #A04F77 in popluar color models

A04F77
RGB16079119
HSL330°33.89%46.86%
HSB/HSV330°50.63%62.75%
CMYK0.00%50.63%25.63%
37.25%

Color #A04F77 in popluar number systems.

HEXA04F77
Decimal16079119
Binary1010000010011111110111
Octal240117167

Shades and tints

Shades of #A04F77

#A04F77
(160,79,119)
#92486D
(146,72,109)
#844163
(132,65,99)
#763A59
(118,58,89)
#68334F
(104,51,79)
#5A2C45
(90,44,69)
#4C253B
(76,37,59)
#3E1E31
(62,30,49)
#301727
(48,23,39)
#22101D
(34,16,29)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #A04F77

#A04F77
(160,79,119)
#A85F83
(168,95,131)
#B06F8F
(176,111,143)
#B87F9B
(184,127,155)
#C08FA7
(192,143,167)
#C89FB3
(200,159,179)
#D0AFBF
(208,175,191)
#D8BFCB
(216,191,203)
#E0CFD7
(224,207,215)
#E8DFE3
(232,223,227)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A04F77; }

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

This text font color is #A04F77.


Background Color

.myBgColor { background-color: #A04F77; }

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

This div background color is #A04F77.


Border color

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

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

This div border color is #A04F77.


Opacity

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

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

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

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

This text has shadow with #A04F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04F77 on black background.


Color preview on white background

This text has color #A04F77 on white background.



Black color preview on #A04F77 background

This text has black color on #A04F77 background.


White color preview on #A04F77 background

This text has white color on #A04F77 background.