COLOR #A85E4C

HEX: #A85E4C RGB: (168,94,76)

Color info

#A85E4C contains mainly red color. Web safe color of #A85E4C is #996633 (or #963).

RGB color model

#A85E4C color RGB value is (168,94,76).

RGB: (168,94,76) (66%, 37%, 30%)

RGB channels and saturation

R 168 of 255 = 66%
G 94 of 255 = 37%
B 76 of 255 = 30%

168
94
76

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

Portions of RGB colors in percentages

R + G + B = 168 + 94 + 76 = 338 (100%)
R 168 of 338 ~ 49.7%
G 94 of 338 ~ 27.81%
B 76 of 338 ~ 22.49'%

%49.7
%27.81
%22.49

CMYK color model

#A85E4C color CMYK value is (0,44,55,34).

  • cyan value is 0.00%
  • magenta value is 44.05%
  • yellow value is 54.76%
  • key color value is 34.12%

CMYK: (0,44,55,34)
C0M44Y55K34 (0%, 44%, 55%, 34%)
(0.00 / 0.44 / 0.55 / 0.34)

CMYK percentages

%0
%44.05
%54.76
%34.12

Codes

Color #A85E4C in popluar color models

A8 5E 4C
RGB 168 94 76
HSL 12° 37.70% 47.84%
HSB/HSV 12° 54.76% 65.88%
CMYK 0.00% 44.05% 54.76%
34.12%

Color #A85E4C in popluar number systems.

HEX A8 5E 4C
Decimal 168 94 76
Binary 10101000 1011110 1001100
Octal 250 136 114

Shades and tints

Shades of #A85E4C

#A85E4C
(168,94,76)
#995646
(153,86,70)
#8A4E40
(138,78,64)
#7B463A
(123,70,58)
#6C3E34
(108,62,52)
#5D362E
(93,54,46)
#4E2E28
(78,46,40)
#3F2622
(63,38,34)
#301E1C
(48,30,28)
#211616
(33,22,22)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #A85E4C

#A85E4C
(168,94,76)
#AF6C5C
(175,108,92)
#B67A6C
(182,122,108)
#BD887C
(189,136,124)
#C4968C
(196,150,140)
#CBA49C
(203,164,156)
#D2B2AC
(210,178,172)
#D9C0BC
(217,192,188)
#E0CECC
(224,206,204)
#E7DCDC
(231,220,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85E4C color. Also use rgb(168,94,76) instead hex code.

Text Font Color

.myTextColor { color: #A85E4C; }

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

This text font color is #A85E4C.

Background Color

.myBgColor { background-color: #A85E4C; }

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

This div background color is #A85E4C.

Border color

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

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

This div border color is #A85E4C.

Opacity

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

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

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

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

This text has shadow with #A85E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85E4C.

Preview

Color preview on black background

This text has color #A85E4C on black background.


Color preview on white background

This text has color #A85E4C on white background.


Black color preview on #A85E4C background

This text has black color on #A85E4C background.


White color preview on #A85E4C background

This text has white color on #A85E4C background.


Related colors

Complementary color

Complementary color for #hex is #57A1B3.


I love getcolorcode.com

Triadic colors

1 #4CA85E and #5E4CA8 with #A85E4C are triadic colors.

2 #4C5EA8 and #5EA84C with #A85E4C are triadic colors.