COLOR #A84943

HEX: #A84943
RGB: (168,73,67)

Color info

#A84943 contains mainly red color. Web safe color of #A84943 is #993333 (or #933).

RGB color model

#A84943 color RGB value is (168,73,67).

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

RGB channels and saturation

R 168 of 255 = 66%
G 73 of 255 = 29%
B 67 of 255 = 26%

168
73
67

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

Portions of RGB colors in percentages

R + G + B =
168 + 73 + 67 = 308 (100%)
R 168 of 308 ~ 54.55%
G 73 of 308 ~ 23.7%
B 67 of 308 ~ 21.75%

%54.55
%23.7
%21.75

CMYK color model

#A84943 color CMYK value is (0,57,60,34).

  • cyan value is 0.00%
  • magenta value is 56.55%
  • yellow value is 60.12%
  • key color value is 34.12%
CMYK:
(0,57,60,34)
C0M57Y60K34 
(0%,57%,60%,34%)
(0.00/0.57/0.60/0.34)	

CMYK percentages

%0
%56.55
%60.12
%34.12

Codes

Color #A84943 in popluar color models

A84943
RGB1687367
HSL42.98%46.08%
HSB/HSV60.12%65.88%
CMYK0.00%56.55%60.12%
34.12%

Color #A84943 in popluar number systems.

HEXA84943
Decimal1687367
Binary1010100010010011000011
Octal250111103

Shades and tints

Shades of #A84943

#A84943
(168,73,67)
#99433D
(153,67,61)
#8A3D37
(138,61,55)
#7B3731
(123,55,49)
#6C312B
(108,49,43)
#5D2B25
(93,43,37)
#4E251F
(78,37,31)
#3F1F19
(63,31,25)
#301913
(48,25,19)
#21130D
(33,19,13)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #A84943

#A84943
(168,73,67)
#AF5954
(175,89,84)
#B66965
(182,105,101)
#BD7976
(189,121,118)
#C48987
(196,137,135)
#CB9998
(203,153,152)
#D2A9A9
(210,169,169)
#D9B9BA
(217,185,186)
#E0C9CB
(224,201,203)
#E7D9DC
(231,217,220)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A84943; }

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

This text font color is #A84943.


Background Color

.myBgColor { background-color: #A84943; }

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

This div background color is #A84943.


Border color

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

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

This div border color is #A84943.


Opacity

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

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

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

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

This text has shadow with #A84943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84943 on black background.


Color preview on white background

This text has color #A84943 on white background.



Black color preview on #A84943 background

This text has black color on #A84943 background.


White color preview on #A84943 background

This text has white color on #A84943 background.