COLOR #A85B5A

HEX: #A85B5A
RGB: (168,91,90)

Color info

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

RGB color model

#A85B5A color RGB value is (168,91,90).

  • red value is 168;
  • green value is 91;
  • blue value is 90.
RGB:
(168,91,90)
(66%,36%,35%)

RGB channels and saturation

R 168 of 255 = 66%
G 91 of 255 = 36%
B 90 of 255 = 35%

168
91
90

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

Portions of RGB colors in percentages

R + G + B =
168 + 91 + 90 = 349 (100%)
R 168 of 349 ~ 48.14%
G 91 of 349 ~ 26.07%
B 90 of 349 ~ 25.79%

%48.14
%26.07
%25.79

CMYK color model

#A85B5A color CMYK value is (0,46,46,34).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 46.43%
  • key color value is 34.12%
CMYK:
(0,46,46,34)
C0M46Y46K34 
(0%,46%,46%,34%)
(0.00/0.46/0.46/0.34)	

CMYK percentages

%0
%45.83
%46.43
%34.12

Codes

Color #A85B5A in popluar color models

A85B5A
RGB1689190
HSL30.95%50.59%
HSB/HSV46.43%65.88%
CMYK0.00%45.83%46.43%
34.12%

Color #A85B5A in popluar number systems.

HEXA85B5A
Decimal1689190
Binary1010100010110111011010
Octal250133132

Shades and tints

Shades of #A85B5A

#A85B5A
(168,91,90)
#995352
(153,83,82)
#8A4B4A
(138,75,74)
#7B4342
(123,67,66)
#6C3B3A
(108,59,58)
#5D3332
(93,51,50)
#4E2B2A
(78,43,42)
#3F2322
(63,35,34)
#301B1A
(48,27,26)
#211312
(33,19,18)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #A85B5A

#A85B5A
(168,91,90)
#AF6969
(175,105,105)
#B67778
(182,119,120)
#BD8587
(189,133,135)
#C49396
(196,147,150)
#CBA1A5
(203,161,165)
#D2AFB4
(210,175,180)
#D9BDC3
(217,189,195)
#E0CBD2
(224,203,210)
#E7D9E1
(231,217,225)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85B5A color. Also use rgb(168,91,90) instead hex code.

Text Font Color

.myTextColor { color: #A85B5A; }

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

This text font color is #A85B5A.


Background Color

.myBgColor { background-color: #A85B5A; }

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

This div background color is #A85B5A.


Border color

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

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

This div border color is #A85B5A.


Opacity

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

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

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

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

This text has shadow with #A85B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85B5A on black background.


Color preview on white background

This text has color #A85B5A on white background.



Black color preview on #A85B5A background

This text has black color on #A85B5A background.


White color preview on #A85B5A background

This text has white color on #A85B5A background.