COLOR #A85770

HEX: #A85770
RGB: (168,87,112)

Color info

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

RGB color model

#A85770 color RGB value is (168,87,112).

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

RGB channels and saturation

R 168 of 255 = 66%
G 87 of 255 = 34%
B 112 of 255 = 44%

168
87
112

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

Portions of RGB colors in percentages

R + G + B =
168 + 87 + 112 = 367 (100%)
R 168 of 367 ~ 45.78%
G 87 of 367 ~ 23.71%
B 112 of 367 ~ 30.52%

%45.78
%23.71
%30.52

CMYK color model

#A85770 color CMYK value is (0,48,33,34).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 33.33%
  • key color value is 34.12%
CMYK:
(0,48,33,34)
C0M48Y33K34 
(0%,48%,33%,34%)
(0.00/0.48/0.33/0.34)	

CMYK percentages

%0
%48.21
%33.33
%34.12

Codes

Color #A85770 in popluar color models

A85770
RGB16887112
HSL341°31.76%50.00%
HSB/HSV341°48.21%65.88%
CMYK0.00%48.21%33.33%
34.12%

Color #A85770 in popluar number systems.

HEXA85770
Decimal16887112
Binary1010100010101111110000
Octal250127160

Shades and tints

Shades of #A85770

#A85770
(168,87,112)
#995066
(153,80,102)
#8A495C
(138,73,92)
#7B4252
(123,66,82)
#6C3B48
(108,59,72)
#5D343E
(93,52,62)
#4E2D34
(78,45,52)
#3F262A
(63,38,42)
#301F20
(48,31,32)
#211816
(33,24,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #A85770

#A85770
(168,87,112)
#AF667D
(175,102,125)
#B6758A
(182,117,138)
#BD8497
(189,132,151)
#C493A4
(196,147,164)
#CBA2B1
(203,162,177)
#D2B1BE
(210,177,190)
#D9C0CB
(217,192,203)
#E0CFD8
(224,207,216)
#E7DEE5
(231,222,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85770; }

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

This text font color is #A85770.


Background Color

.myBgColor { background-color: #A85770; }

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

This div background color is #A85770.


Border color

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

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

This div border color is #A85770.


Opacity

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

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

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

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

This text has shadow with #A85770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85770 on black background.


Color preview on white background

This text has color #A85770 on white background.



Black color preview on #A85770 background

This text has black color on #A85770 background.


White color preview on #A85770 background

This text has white color on #A85770 background.