COLOR #A85760

HEX: #A85760
RGB: (168,87,96)

Color info

#A85760 contains mainly red color. Web safe color of #A85760 is #996666 (or #966).

RGB color model

#A85760 color RGB value is (168,87,96).

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

RGB channels and saturation

R 168 of 255 = 66%
G 87 of 255 = 34%
B 96 of 255 = 38%

168
87
96

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

Portions of RGB colors in percentages

R + G + B =
168 + 87 + 96 = 351 (100%)
R 168 of 351 ~ 47.86%
G 87 of 351 ~ 24.79%
B 96 of 351 ~ 27.35%

%47.86
%24.79
%27.35

CMYK color model

#A85760 color CMYK value is (0,48,43,34).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 42.86%
  • key color value is 34.12%
CMYK:
(0,48,43,34)
C0M48Y43K34 
(0%,48%,43%,34%)
(0.00/0.48/0.43/0.34)	

CMYK percentages

%0
%48.21
%42.86
%34.12

Codes

Color #A85760 in popluar color models

A85760
RGB1688796
HSL353°31.76%50.00%
HSB/HSV353°48.21%65.88%
CMYK0.00%48.21%42.86%
34.12%

Color #A85760 in popluar number systems.

HEXA85760
Decimal1688796
Binary1010100010101111100000
Octal250127140

Shades and tints

Shades of #A85760

#A85760
(168,87,96)
#995058
(153,80,88)
#8A4950
(138,73,80)
#7B4248
(123,66,72)
#6C3B40
(108,59,64)
#5D3438
(93,52,56)
#4E2D30
(78,45,48)
#3F2628
(63,38,40)
#301F20
(48,31,32)
#211818
(33,24,24)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #A85760

#A85760
(168,87,96)
#AF666E
(175,102,110)
#B6757C
(182,117,124)
#BD848A
(189,132,138)
#C49398
(196,147,152)
#CBA2A6
(203,162,166)
#D2B1B4
(210,177,180)
#D9C0C2
(217,192,194)
#E0CFD0
(224,207,208)
#E7DEDE
(231,222,222)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85760; }

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

This text font color is #A85760.


Background Color

.myBgColor { background-color: #A85760; }

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

This div background color is #A85760.


Border color

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

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

This div border color is #A85760.


Opacity

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

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

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

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

This text has shadow with #A85760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85760 on black background.


Color preview on white background

This text has color #A85760 on white background.



Black color preview on #A85760 background

This text has black color on #A85760 background.


White color preview on #A85760 background

This text has white color on #A85760 background.