COLOR #A85343

HEX: #A85343
RGB: (168,83,67)

Color info

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

RGB color model

#A85343 color RGB value is (168,83,67).

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

RGB channels and saturation

R 168 of 255 = 66%
G 83 of 255 = 33%
B 67 of 255 = 26%

168
83
67

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

Portions of RGB colors in percentages

R + G + B =
168 + 83 + 67 = 318 (100%)
R 168 of 318 ~ 52.83%
G 83 of 318 ~ 26.1%
B 67 of 318 ~ 21.07%

%52.83
%26.1
%21.07

CMYK color model

#A85343 color CMYK value is (0,51,60,34).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 60.12%
  • key color value is 34.12%
CMYK:
(0,51,60,34)
C0M51Y60K34 
(0%,51%,60%,34%)
(0.00/0.51/0.60/0.34)	

CMYK percentages

%0
%50.6
%60.12
%34.12

Codes

Color #A85343 in popluar color models

A85343
RGB1688367
HSL10°42.98%46.08%
HSB/HSV10°60.12%65.88%
CMYK0.00%50.60%60.12%
34.12%

Color #A85343 in popluar number systems.

HEXA85343
Decimal1688367
Binary1010100010100111000011
Octal250123103

Shades and tints

Shades of #A85343

#A85343
(168,83,67)
#994C3D
(153,76,61)
#8A4537
(138,69,55)
#7B3E31
(123,62,49)
#6C372B
(108,55,43)
#5D3025
(93,48,37)
#4E291F
(78,41,31)
#3F2219
(63,34,25)
#301B13
(48,27,19)
#21140D
(33,20,13)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #A85343

#A85343
(168,83,67)
#AF6254
(175,98,84)
#B67165
(182,113,101)
#BD8076
(189,128,118)
#C48F87
(196,143,135)
#CB9E98
(203,158,152)
#D2ADA9
(210,173,169)
#D9BCBA
(217,188,186)
#E0CBCB
(224,203,203)
#E7DADC
(231,218,220)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85343; }

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

This text font color is #A85343.


Background Color

.myBgColor { background-color: #A85343; }

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

This div background color is #A85343.


Border color

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

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

This div border color is #A85343.


Opacity

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

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

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

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

This text has shadow with #A85343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85343 on black background.


Color preview on white background

This text has color #A85343 on white background.



Black color preview on #A85343 background

This text has black color on #A85343 background.


White color preview on #A85343 background

This text has white color on #A85343 background.