COLOR #A8542B

HEX: #A8542B
RGB: (168,84,43)

Color info

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

RGB color model

#A8542B color RGB value is (168,84,43).

  • red value is 168;
  • green value is 84;
  • blue value is 43.
RGB:
(168,84,43)
(66%,33%,17%)

RGB channels and saturation

R 168 of 255 = 66%
G 84 of 255 = 33%
B 43 of 255 = 17%

168
84
43

R + G + B ~ 39%. #A8542B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 84 + 43 = 295 (100%)
R 168 of 295 ~ 56.95%
G 84 of 295 ~ 28.47%
B 43 of 295 ~ 14.58%

%56.95
%28.47
%14.58

CMYK color model

#A8542B color CMYK value is (0,50,74,34).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 74.40%
  • key color value is 34.12%
CMYK:
(0,50,74,34)
C0M50Y74K34 
(0%,50%,74%,34%)
(0.00/0.50/0.74/0.34)	

CMYK percentages

%0
%50
%74.4
%34.12

Codes

Color #A8542B in popluar color models

A8542B
RGB1688443
HSL20°59.24%41.37%
HSB/HSV20°74.40%65.88%
CMYK0.00%50.00%74.40%
34.12%

Color #A8542B in popluar number systems.

HEXA8542B
Decimal1688443
Binary101010001010100101011
Octal25012453

Shades and tints

Shades of #A8542B

#A8542B
(168,84,43)
#994D28
(153,77,40)
#8A4625
(138,70,37)
#7B3F22
(123,63,34)
#6C381F
(108,56,31)
#5D311C
(93,49,28)
#4E2A19
(78,42,25)
#3F2316
(63,35,22)
#301C13
(48,28,19)
#211510
(33,21,16)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #A8542B

#A8542B
(168,84,43)
#AF633E
(175,99,62)
#B67251
(182,114,81)
#BD8164
(189,129,100)
#C49077
(196,144,119)
#CB9F8A
(203,159,138)
#D2AE9D
(210,174,157)
#D9BDB0
(217,189,176)
#E0CCC3
(224,204,195)
#E7DBD6
(231,219,214)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8542B color. Also use rgb(168,84,43) instead hex code.

Text Font Color

.myTextColor { color: #A8542B; }

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

This text font color is #A8542B.


Background Color

.myBgColor { background-color: #A8542B; }

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

This div background color is #A8542B.


Border color

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

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

This div border color is #A8542B.


Opacity

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

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

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

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

This text has shadow with #A8542B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8542B on black background.


Color preview on white background

This text has color #A8542B on white background.



Black color preview on #A8542B background

This text has black color on #A8542B background.


White color preview on #A8542B background

This text has white color on #A8542B background.