COLOR #A85777

HEX: #A85777
RGB: (168,87,119)

Color info

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

RGB color model

#A85777 color RGB value is (168,87,119).

  • red value is 168;
  • green value is 87;
  • blue value is 119.
RGB:
(168,87,119)
(66%,34%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 87 of 255 = 34%
B 119 of 255 = 47%

168
87
119

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

Portions of RGB colors in percentages

R + G + B =
168 + 87 + 119 = 374 (100%)
R 168 of 374 ~ 44.92%
G 87 of 374 ~ 23.26%
B 119 of 374 ~ 31.82%

%44.92
%23.26
%31.82

CMYK color model

#A85777 color CMYK value is (0,48,29,34).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 29.17%
  • key color value is 34.12%
CMYK:
(0,48,29,34)
C0M48Y29K34 
(0%,48%,29%,34%)
(0.00/0.48/0.29/0.34)	

CMYK percentages

%0
%48.21
%29.17
%34.12

Codes

Color #A85777 in popluar color models

A85777
RGB16887119
HSL336°31.76%50.00%
HSB/HSV336°48.21%65.88%
CMYK0.00%48.21%29.17%
34.12%

Color #A85777 in popluar number systems.

HEXA85777
Decimal16887119
Binary1010100010101111110111
Octal250127167

Shades and tints

Shades of #A85777

#A85777
(168,87,119)
#99506D
(153,80,109)
#8A4963
(138,73,99)
#7B4259
(123,66,89)
#6C3B4F
(108,59,79)
#5D3445
(93,52,69)
#4E2D3B
(78,45,59)
#3F2631
(63,38,49)
#301F27
(48,31,39)
#21181D
(33,24,29)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #A85777

#A85777
(168,87,119)
#AF6683
(175,102,131)
#B6758F
(182,117,143)
#BD849B
(189,132,155)
#C493A7
(196,147,167)
#CBA2B3
(203,162,179)
#D2B1BF
(210,177,191)
#D9C0CB
(217,192,203)
#E0CFD7
(224,207,215)
#E7DEE3
(231,222,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85777 color. Also use rgb(168,87,119) instead hex code.

Text Font Color

.myTextColor { color: #A85777; }

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

This text font color is #A85777.


Background Color

.myBgColor { background-color: #A85777; }

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

This div background color is #A85777.


Border color

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

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

This div border color is #A85777.


Opacity

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

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

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

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

This text has shadow with #A85777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85777 on black background.


Color preview on white background

This text has color #A85777 on white background.



Black color preview on #A85777 background

This text has black color on #A85777 background.


White color preview on #A85777 background

This text has white color on #A85777 background.