COLOR #A85B60

HEX: #A85B60 RGB: (168,91,96)

Color info

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

RGB color model

#A85B60 color RGB value is (168,91,96).

RGB: (168,91,96) (66%, 36%, 38%)

RGB channels and saturation

R 168 of 255 = 66%
G 91 of 255 = 36%
B 96 of 255 = 38%

168
91
96

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

Portions of RGB colors in percentages

R + G + B = 168 + 91 + 96 = 355 (100%)
R 168 of 355 ~ 47.32%
G 91 of 355 ~ 25.63%
B 96 of 355 ~ 27.04'%

%47.32
%25.63
%27.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 42.86%
  • key color value is 34.12%
CMYK: (0,46,43,34) C0M46Y43K34 (0%,46%,43%,34%) (0.00/0.46/0.43/0.34) 

CMYK percentages

%0
%45.83
%42.86
%34.12

Codes

Color #A85B60 in popluar color models

A8 5B 60
RGB 168 91 96
HSL 356° 30.68% 50.78%
HSB/HSV 356° 45.83% 65.88%
CMYK 0.00% 45.83% 42.86%
34.12%

Color #A85B60 in popluar number systems.

HEX A8 5B 60
Decimal 168 91 96
Binary 10101000 1011011 1100000
Octal 250 133 140

Shades and tints

Shades of #A85B60

#A85B60
(168,91,96)
#995358
(153,83,88)
#8A4B50
(138,75,80)
#7B4348
(123,67,72)
#6C3B40
(108,59,64)
#5D3338
(93,51,56)
#4E2B30
(78,43,48)
#3F2328
(63,35,40)
#301B20
(48,27,32)
#211318
(33,19,24)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #A85B60

#A85B60
(168,91,96)
#AF696E
(175,105,110)
#B6777C
(182,119,124)
#BD858A
(189,133,138)
#C49398
(196,147,152)
#CBA1A6
(203,161,166)
#D2AFB4
(210,175,180)
#D9BDC2
(217,189,194)
#E0CBD0
(224,203,208)
#E7D9DE
(231,217,222)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85B60; }

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

This text font color is #A85B60.

Background Color

.myBgColor { background-color: #A85B60; }

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

This div background color is #A85B60.

Border color

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

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

This div border color is #A85B60.

Opacity

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

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

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

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

This text has shadow with #A85B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85B60.

Preview

Color preview on black background

This text has color #A85B60 on black background.


Color preview on white background

This text has color #A85B60 on white background.


Black color preview on #A85B60 background

This text has black color on #A85B60 background.


White color preview on #A85B60 background

This text has white color on #A85B60 background.


Related colors

Complementary color

Complementary color for #hex is #57A49F.


I love getcolorcode.com

Triadic colors

1 #60A85B and #5B60A8 with #A85B60 are triadic colors.

2 #605BA8 and #5BA860 with #A85B60 are triadic colors.