COLOR #A85850

HEX: #A85850
RGB: (168,88,80)

Color info

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

RGB color model

#A85850 color RGB value is (168,88,80).

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

RGB channels and saturation

R 168 of 255 = 66%
G 88 of 255 = 35%
B 80 of 255 = 31%

168
88
80

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

Portions of RGB colors in percentages

R + G + B =
168 + 88 + 80 = 336 (100%)
R 168 of 336 ~ 50%
G 88 of 336 ~ 26.19%
B 80 of 336 ~ 23.81%

%50
%26.19
%23.81

CMYK color model

#A85850 color CMYK value is (0,48,52,34).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 52.38%
  • key color value is 34.12%
CMYK:
(0,48,52,34)
C0M48Y52K34 
(0%,48%,52%,34%)
(0.00/0.48/0.52/0.34)	

CMYK percentages

%0
%47.62
%52.38
%34.12

Codes

Color #A85850 in popluar color models

A85850
RGB1688880
HSL35.48%48.63%
HSB/HSV52.38%65.88%
CMYK0.00%47.62%52.38%
34.12%

Color #A85850 in popluar number systems.

HEXA85850
Decimal1688880
Binary1010100010110001010000
Octal250130120

Shades and tints

Shades of #A85850

#A85850
(168,88,80)
#995049
(153,80,73)
#8A4842
(138,72,66)
#7B403B
(123,64,59)
#6C3834
(108,56,52)
#5D302D
(93,48,45)
#4E2826
(78,40,38)
#3F201F
(63,32,31)
#301818
(48,24,24)
#211011
(33,16,17)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #A85850

#A85850
(168,88,80)
#AF675F
(175,103,95)
#B6766E
(182,118,110)
#BD857D
(189,133,125)
#C4948C
(196,148,140)
#CBA39B
(203,163,155)
#D2B2AA
(210,178,170)
#D9C1B9
(217,193,185)
#E0D0C8
(224,208,200)
#E7DFD7
(231,223,215)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85850; }

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

This text font color is #A85850.


Background Color

.myBgColor { background-color: #A85850; }

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

This div background color is #A85850.


Border color

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

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

This div border color is #A85850.


Opacity

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

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

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

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

This text has shadow with #A85850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85850 on black background.


Color preview on white background

This text has color #A85850 on white background.



Black color preview on #A85850 background

This text has black color on #A85850 background.


White color preview on #A85850 background

This text has white color on #A85850 background.