COLOR #A85C71

HEX: #A85C71 RGB: (168,92,113)

Color info

#A85C71 contains mainly red and blue colors. Web safe color of #A85C71 is #996666 (or #966).

RGB color model

#A85C71 color RGB value is (168,92,113).

RGB: (168,92,113) (66%, 36%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 92 of 255 = 36%
B 113 of 255 = 44%

168
92
113

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

Portions of RGB colors in percentages

R + G + B = 168 + 92 + 113 = 373 (100%)
R 168 of 373 ~ 45.04%
G 92 of 373 ~ 24.66%
B 113 of 373 ~ 30.29'%

%45.04
%24.66
%30.29

CMYK color model

#A85C71 color CMYK value is (0,45,33,34).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 32.74%
  • key color value is 34.12%

CMYK: (0,45,33,34)
C0M45Y33K34 (0%, 45%, 33%, 34%)
(0.00 / 0.45 / 0.33 / 0.34)

CMYK percentages

%0
%45.24
%32.74
%34.12

Codes

Color #A85C71 in popluar color models

A8 5C 71
RGB 168 92 113
HSL 343° 30.40% 50.98%
HSB/HSV 343° 45.24% 65.88%
CMYK 0.00% 45.24% 32.74%
34.12%

Color #A85C71 in popluar number systems.

HEX A8 5C 71
Decimal 168 92 113
Binary 10101000 1011100 1110001
Octal 250 134 161

Shades and tints

Shades of #A85C71

#A85C71
(168,92,113)
#995467
(153,84,103)
#8A4C5D
(138,76,93)
#7B4453
(123,68,83)
#6C3C49
(108,60,73)
#5D343F
(93,52,63)
#4E2C35
(78,44,53)
#3F242B
(63,36,43)
#301C21
(48,28,33)
#211417
(33,20,23)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #A85C71

#A85C71
(168,92,113)
#AF6A7D
(175,106,125)
#B67889
(182,120,137)
#BD8695
(189,134,149)
#C494A1
(196,148,161)
#CBA2AD
(203,162,173)
#D2B0B9
(210,176,185)
#D9BEC5
(217,190,197)
#E0CCD1
(224,204,209)
#E7DADD
(231,218,221)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85C71 color. Also use rgb(168,92,113) instead hex code.

Text Font Color

.myTextColor { color: #A85C71; }

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

This text font color is #A85C71.

Background Color

.myBgColor { background-color: #A85C71; }

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

This div background color is #A85C71.

Border color

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

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

This div border color is #A85C71.

Opacity

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

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

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

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

This text has shadow with #A85C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85C71.

Preview

Color preview on black background

This text has color #A85C71 on black background.


Color preview on white background

This text has color #A85C71 on white background.


Black color preview on #A85C71 background

This text has black color on #A85C71 background.


White color preview on #A85C71 background

This text has white color on #A85C71 background.


Related colors

Complementary color

Complementary color for #hex is #57A38E.


I love getcolorcode.com

Triadic colors

1 #71A85C and #5C71A8 with #A85C71 are triadic colors.

2 #715CA8 and #5CA871 with #A85C71 are triadic colors.