COLOR #A85336

HEX: #A85336
RGB: (168,83,54)

Color info

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

RGB color model

#A85336 color RGB value is (168,83,54).

  • red value is 168;
  • green value is 83;
  • blue value is 54.
RGB:
(168,83,54)
(66%,33%,21%)

RGB channels and saturation

R 168 of 255 = 66%
G 83 of 255 = 33%
B 54 of 255 = 21%

168
83
54

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

Portions of RGB colors in percentages

R + G + B =
168 + 83 + 54 = 305 (100%)
R 168 of 305 ~ 55.08%
G 83 of 305 ~ 27.21%
B 54 of 305 ~ 17.7%

%55.08
%27.21
%17.7

CMYK color model

#A85336 color CMYK value is (0,51,68,34).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 67.86%
  • key color value is 34.12%
CMYK:
(0,51,68,34)
C0M51Y68K34 
(0%,51%,68%,34%)
(0.00/0.51/0.68/0.34)	

CMYK percentages

%0
%50.6
%67.86
%34.12

Codes

Color #A85336 in popluar color models

A85336
RGB1688354
HSL15°51.35%43.53%
HSB/HSV15°67.86%65.88%
CMYK0.00%50.60%67.86%
34.12%

Color #A85336 in popluar number systems.

HEXA85336
Decimal1688354
Binary101010001010011110110
Octal25012366

Shades and tints

Shades of #A85336

#A85336
(168,83,54)
#994C32
(153,76,50)
#8A452E
(138,69,46)
#7B3E2A
(123,62,42)
#6C3726
(108,55,38)
#5D3022
(93,48,34)
#4E291E
(78,41,30)
#3F221A
(63,34,26)
#301B16
(48,27,22)
#211412
(33,20,18)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #A85336

#A85336
(168,83,54)
#AF6248
(175,98,72)
#B6715A
(182,113,90)
#BD806C
(189,128,108)
#C48F7E
(196,143,126)
#CB9E90
(203,158,144)
#D2ADA2
(210,173,162)
#D9BCB4
(217,188,180)
#E0CBC6
(224,203,198)
#E7DAD8
(231,218,216)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85336 color. Also use rgb(168,83,54) instead hex code.

Text Font Color

.myTextColor { color: #A85336; }

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

This text font color is #A85336.


Background Color

.myBgColor { background-color: #A85336; }

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

This div background color is #A85336.


Border color

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

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

This div border color is #A85336.


Opacity

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

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

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

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

This text has shadow with #A85336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85336 on black background.


Color preview on white background

This text has color #A85336 on white background.



Black color preview on #A85336 background

This text has black color on #A85336 background.


White color preview on #A85336 background

This text has white color on #A85336 background.