COLOR #A6543F

HEX: #A6543F
RGB: (166,84,63)

Color info

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

RGB color model

#A6543F color RGB value is (166,84,63).

  • red value is 166;
  • green value is 84;
  • blue value is 63.
RGB:
(166,84,63)
(65%,33%,25%)

RGB channels and saturation

R 166 of 255 = 65%
G 84 of 255 = 33%
B 63 of 255 = 25%

166
84
63

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

Portions of RGB colors in percentages

R + G + B =
166 + 84 + 63 = 313 (100%)
R 166 of 313 ~ 53.04%
G 84 of 313 ~ 26.84%
B 63 of 313 ~ 20.13%

%53.04
%26.84
%20.13

CMYK color model

#A6543F color CMYK value is (0,49,62,35).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 62.05%
  • key color value is 34.90%
CMYK:
(0,49,62,35)
C0M49Y62K35 
(0%,49%,62%,35%)
(0.00/0.49/0.62/0.35)	

CMYK percentages

%0
%49.4
%62.05
%34.9

Codes

Color #A6543F in popluar color models

A6543F
RGB1668463
HSL12°44.98%44.90%
HSB/HSV12°62.05%65.10%
CMYK0.00%49.40%62.05%
34.90%

Color #A6543F in popluar number systems.

HEXA6543F
Decimal1668463
Binary101001101010100111111
Octal24612477

Shades and tints

Shades of #A6543F

#A6543F
(166,84,63)
#974D3A
(151,77,58)
#884635
(136,70,53)
#793F30
(121,63,48)
#6A382B
(106,56,43)
#5B3126
(91,49,38)
#4C2A21
(76,42,33)
#3D231C
(61,35,28)
#2E1C17
(46,28,23)
#1F1512
(31,21,18)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #A6543F

#A6543F
(166,84,63)
#AE6350
(174,99,80)
#B67261
(182,114,97)
#BE8172
(190,129,114)
#C69083
(198,144,131)
#CE9F94
(206,159,148)
#D6AEA5
(214,174,165)
#DEBDB6
(222,189,182)
#E6CCC7
(230,204,199)
#EEDBD8
(238,219,216)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6543F color. Also use rgb(166,84,63) instead hex code.

Text Font Color

.myTextColor { color: #A6543F; }

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

This text font color is #A6543F.


Background Color

.myBgColor { background-color: #A6543F; }

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

This div background color is #A6543F.


Border color

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

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

This div border color is #A6543F.


Opacity

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

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

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

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

This text has shadow with #A6543F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6543F on black background.


Color preview on white background

This text has color #A6543F on white background.



Black color preview on #A6543F background

This text has black color on #A6543F background.


White color preview on #A6543F background

This text has white color on #A6543F background.