COLOR #A85F59

HEX: #A85F59
RGB: (168,95,89)

Color info

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

RGB color model

#A85F59 color RGB value is (168,95,89).

  • red value is 168;
  • green value is 95;
  • blue value is 89.
RGB:
(168,95,89)
(66%,37%,35%)

RGB channels and saturation

R 168 of 255 = 66%
G 95 of 255 = 37%
B 89 of 255 = 35%

168
95
89

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

Portions of RGB colors in percentages

R + G + B =
168 + 95 + 89 = 352 (100%)
R 168 of 352 ~ 47.73%
G 95 of 352 ~ 26.99%
B 89 of 352 ~ 25.28%

%47.73
%26.99
%25.28

CMYK color model

#A85F59 color CMYK value is (0,43,47,34).

  • cyan value is 0.00%
  • magenta value is 43.45%
  • yellow value is 47.02%
  • key color value is 34.12%
CMYK:
(0,43,47,34)
C0M43Y47K34 
(0%,43%,47%,34%)
(0.00/0.43/0.47/0.34)	

CMYK percentages

%0
%43.45
%47.02
%34.12

Codes

Color #A85F59 in popluar color models

A85F59
RGB1689589
HSL31.23%50.39%
HSB/HSV47.02%65.88%
CMYK0.00%43.45%47.02%
34.12%

Color #A85F59 in popluar number systems.

HEXA85F59
Decimal1689589
Binary1010100010111111011001
Octal250137131

Shades and tints

Shades of #A85F59

#A85F59
(168,95,89)
#995751
(153,87,81)
#8A4F49
(138,79,73)
#7B4741
(123,71,65)
#6C3F39
(108,63,57)
#5D3731
(93,55,49)
#4E2F29
(78,47,41)
#3F2721
(63,39,33)
#301F19
(48,31,25)
#211711
(33,23,17)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #A85F59

#A85F59
(168,95,89)
#AF6D68
(175,109,104)
#B67B77
(182,123,119)
#BD8986
(189,137,134)
#C49795
(196,151,149)
#CBA5A4
(203,165,164)
#D2B3B3
(210,179,179)
#D9C1C2
(217,193,194)
#E0CFD1
(224,207,209)
#E7DDE0
(231,221,224)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85F59 color. Also use rgb(168,95,89) instead hex code.

Text Font Color

.myTextColor { color: #A85F59; }

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

This text font color is #A85F59.


Background Color

.myBgColor { background-color: #A85F59; }

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

This div background color is #A85F59.


Border color

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

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

This div border color is #A85F59.


Opacity

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

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

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

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

This text has shadow with #A85F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85F59 on black background.


Color preview on white background

This text has color #A85F59 on white background.



Black color preview on #A85F59 background

This text has black color on #A85F59 background.


White color preview on #A85F59 background

This text has white color on #A85F59 background.