COLOR #A85B32

HEX: #A85B32
RGB: (168,91,50)

Color info

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

RGB color model

#A85B32 color RGB value is (168,91,50).

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

RGB channels and saturation

R 168 of 255 = 66%
G 91 of 255 = 36%
B 50 of 255 = 20%

168
91
50

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

Portions of RGB colors in percentages

R + G + B =
168 + 91 + 50 = 309 (100%)
R 168 of 309 ~ 54.37%
G 91 of 309 ~ 29.45%
B 50 of 309 ~ 16.18%

%54.37
%29.45
%16.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 70.24%
  • key color value is 34.12%
CMYK:
(0,46,70,34)
C0M46Y70K34 
(0%,46%,70%,34%)
(0.00/0.46/0.70/0.34)	

CMYK percentages

%0
%45.83
%70.24
%34.12

Codes

Color #A85B32 in popluar color models

A85B32
RGB1689150
HSL21°54.13%42.75%
HSB/HSV21°70.24%65.88%
CMYK0.00%45.83%70.24%
34.12%

Color #A85B32 in popluar number systems.

HEXA85B32
Decimal1689150
Binary101010001011011110010
Octal25013362

Shades and tints

Shades of #A85B32

#A85B32
(168,91,50)
#99532E
(153,83,46)
#8A4B2A
(138,75,42)
#7B4326
(123,67,38)
#6C3B22
(108,59,34)
#5D331E
(93,51,30)
#4E2B1A
(78,43,26)
#3F2316
(63,35,22)
#301B12
(48,27,18)
#21130E
(33,19,14)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #A85B32

#A85B32
(168,91,50)
#AF6944
(175,105,68)
#B67756
(182,119,86)
#BD8568
(189,133,104)
#C4937A
(196,147,122)
#CBA18C
(203,161,140)
#D2AF9E
(210,175,158)
#D9BDB0
(217,189,176)
#E0CBC2
(224,203,194)
#E7D9D4
(231,217,212)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85B32; }

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

This text font color is #A85B32.


Background Color

.myBgColor { background-color: #A85B32; }

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

This div background color is #A85B32.


Border color

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

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

This div border color is #A85B32.


Opacity

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

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

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

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

This text has shadow with #A85B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85B32 on black background.


Color preview on white background

This text has color #A85B32 on white background.



Black color preview on #A85B32 background

This text has black color on #A85B32 background.


White color preview on #A85B32 background

This text has white color on #A85B32 background.