COLOR #A6821F

HEX: #A6821F
RGB: (166,130,31)

Color info

#A6821F contains mainly red and green colors. Web safe color of #A6821F is #999933 (or #993).

RGB color model

#A6821F color RGB value is (166,130,31).

  • red value is 166;
  • green value is 130;
  • blue value is 31.
RGB:
(166,130,31)
(65%,51%,12%)

RGB channels and saturation

R 166 of 255 = 65%
G 130 of 255 = 51%
B 31 of 255 = 12%

166
130
31

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

Portions of RGB colors in percentages

R + G + B =
166 + 130 + 31 = 327 (100%)
R 166 of 327 ~ 50.76%
G 130 of 327 ~ 39.76%
B 31 of 327 ~ 9.48%

%50.76
%39.76

CMYK color model

#A6821F color CMYK value is (0,22,81,35).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 81.33%
  • key color value is 34.90%
CMYK:
(0,22,81,35)
C0M22Y81K35 
(0%,22%,81%,35%)
(0.00/0.22/0.81/0.35)	

CMYK percentages

%0
%21.69
%81.33
%34.9

Codes

Color #A6821F in popluar color models

A6821F
RGB16613031
HSL44°68.53%38.63%
HSB/HSV44°81.33%65.10%
CMYK0.00%21.69%81.33%
34.90%

Color #A6821F in popluar number systems.

HEXA6821F
Decimal16613031
Binary101001101000001011111
Octal24620237

Shades and tints

Shades of #A6821F

#A6821F
(166,130,31)
#97771D
(151,119,29)
#886C1B
(136,108,27)
#796119
(121,97,25)
#6A5617
(106,86,23)
#5B4B15
(91,75,21)
#4C4013
(76,64,19)
#3D3511
(61,53,17)
#2E2A0F
(46,42,15)
#1F1F0D
(31,31,13)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #A6821F

#A6821F
(166,130,31)
#AE8D33
(174,141,51)
#B69847
(182,152,71)
#BEA35B
(190,163,91)
#C6AE6F
(198,174,111)
#CEB983
(206,185,131)
#D6C497
(214,196,151)
#DECFAB
(222,207,171)
#E6DABF
(230,218,191)
#EEE5D3
(238,229,211)
#F6F0E7
(246,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6821F color. Also use rgb(166,130,31) instead hex code.

Text Font Color

.myTextColor { color: #A6821F; }

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

This text font color is #A6821F.


Background Color

.myBgColor { background-color: #A6821F; }

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

This div background color is #A6821F.


Border color

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

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

This div border color is #A6821F.


Opacity

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

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

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

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

This text has shadow with #A6821F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6821F on black background.


Color preview on white background

This text has color #A6821F on white background.



Black color preview on #A6821F background

This text has black color on #A6821F background.


White color preview on #A6821F background

This text has white color on #A6821F background.