COLOR #A85364

HEX: #A85364
RGB: (168,83,100)

Color info

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

RGB color model

#A85364 color RGB value is (168,83,100).

  • red value is 168;
  • green value is 83;
  • blue value is 100.
RGB:
(168,83,100)
(66%,33%,39%)

RGB channels and saturation

R 168 of 255 = 66%
G 83 of 255 = 33%
B 100 of 255 = 39%

168
83
100

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

Portions of RGB colors in percentages

R + G + B =
168 + 83 + 100 = 351 (100%)
R 168 of 351 ~ 47.86%
G 83 of 351 ~ 23.65%
B 100 of 351 ~ 28.49%

%47.86
%23.65
%28.49

CMYK color model

#A85364 color CMYK value is (0,51,40,34).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 40.48%
  • key color value is 34.12%
CMYK:
(0,51,40,34)
C0M51Y40K34 
(0%,51%,40%,34%)
(0.00/0.51/0.40/0.34)	

CMYK percentages

%0
%50.6
%40.48
%34.12

Codes

Color #A85364 in popluar color models

A85364
RGB16883100
HSL348°33.86%49.22%
HSB/HSV348°50.60%65.88%
CMYK0.00%50.60%40.48%
34.12%

Color #A85364 in popluar number systems.

HEXA85364
Decimal16883100
Binary1010100010100111100100
Octal250123144

Shades and tints

Shades of #A85364

#A85364
(168,83,100)
#994C5B
(153,76,91)
#8A4552
(138,69,82)
#7B3E49
(123,62,73)
#6C3740
(108,55,64)
#5D3037
(93,48,55)
#4E292E
(78,41,46)
#3F2225
(63,34,37)
#301B1C
(48,27,28)
#211413
(33,20,19)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #A85364

#A85364
(168,83,100)
#AF6272
(175,98,114)
#B67180
(182,113,128)
#BD808E
(189,128,142)
#C48F9C
(196,143,156)
#CB9EAA
(203,158,170)
#D2ADB8
(210,173,184)
#D9BCC6
(217,188,198)
#E0CBD4
(224,203,212)
#E7DAE2
(231,218,226)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85364 color. Also use rgb(168,83,100) instead hex code.

Text Font Color

.myTextColor { color: #A85364; }

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

This text font color is #A85364.


Background Color

.myBgColor { background-color: #A85364; }

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

This div background color is #A85364.


Border color

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

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

This div border color is #A85364.


Opacity

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

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

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

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

This text has shadow with #A85364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85364 on black background.


Color preview on white background

This text has color #A85364 on white background.



Black color preview on #A85364 background

This text has black color on #A85364 background.


White color preview on #A85364 background

This text has white color on #A85364 background.