COLOR #A85862

HEX: #A85862
RGB: (168,88,98)

Color info

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

RGB color model

#A85862 color RGB value is (168,88,98).

  • red value is 168;
  • green value is 88;
  • blue value is 98.
RGB:
(168,88,98)
(66%,35%,38%)

RGB channels and saturation

R 168 of 255 = 66%
G 88 of 255 = 35%
B 98 of 255 = 38%

168
88
98

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

Portions of RGB colors in percentages

R + G + B =
168 + 88 + 98 = 354 (100%)
R 168 of 354 ~ 47.46%
G 88 of 354 ~ 24.86%
B 98 of 354 ~ 27.68%

%47.46
%24.86
%27.68

CMYK color model

#A85862 color CMYK value is (0,48,42,34).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 41.67%
  • key color value is 34.12%
CMYK:
(0,48,42,34)
C0M48Y42K34 
(0%,48%,42%,34%)
(0.00/0.48/0.42/0.34)	

CMYK percentages

%0
%47.62
%41.67
%34.12

Codes

Color #A85862 in popluar color models

A85862
RGB1688898
HSL353°31.50%50.20%
HSB/HSV353°47.62%65.88%
CMYK0.00%47.62%41.67%
34.12%

Color #A85862 in popluar number systems.

HEXA85862
Decimal1688898
Binary1010100010110001100010
Octal250130142

Shades and tints

Shades of #A85862

#A85862
(168,88,98)
#99505A
(153,80,90)
#8A4852
(138,72,82)
#7B404A
(123,64,74)
#6C3842
(108,56,66)
#5D303A
(93,48,58)
#4E2832
(78,40,50)
#3F202A
(63,32,42)
#301822
(48,24,34)
#21101A
(33,16,26)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #A85862

#A85862
(168,88,98)
#AF6770
(175,103,112)
#B6767E
(182,118,126)
#BD858C
(189,133,140)
#C4949A
(196,148,154)
#CBA3A8
(203,163,168)
#D2B2B6
(210,178,182)
#D9C1C4
(217,193,196)
#E0D0D2
(224,208,210)
#E7DFE0
(231,223,224)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85862 color. Also use rgb(168,88,98) instead hex code.

Text Font Color

.myTextColor { color: #A85862; }

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

This text font color is #A85862.


Background Color

.myBgColor { background-color: #A85862; }

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

This div background color is #A85862.


Border color

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

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

This div border color is #A85862.


Opacity

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

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

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

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

This text has shadow with #A85862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85862 on black background.


Color preview on white background

This text has color #A85862 on white background.



Black color preview on #A85862 background

This text has black color on #A85862 background.


White color preview on #A85862 background

This text has white color on #A85862 background.