COLOR #A6824E

HEX: #A6824E
RGB: (166,130,78)

Color info

#A6824E contains mainly red and green colors. Web safe color of #A6824E is #999966 (or #996).

RGB color model

#A6824E color RGB value is (166,130,78).

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

RGB channels and saturation

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

166
130
78

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

Portions of RGB colors in percentages

R + G + B =
166 + 130 + 78 = 374 (100%)
R 166 of 374 ~ 44.39%
G 130 of 374 ~ 34.76%
B 78 of 374 ~ 20.86%

%44.39
%34.76
%20.86

CMYK color model

#A6824E color CMYK value is (0,22,53,35).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 53.01%
  • key color value is 34.90%
CMYK:
(0,22,53,35)
C0M22Y53K35 
(0%,22%,53%,35%)
(0.00/0.22/0.53/0.35)	

CMYK percentages

%0
%21.69
%53.01
%34.9

Codes

Color #A6824E in popluar color models

A6824E
RGB16613078
HSL35°36.07%47.84%
HSB/HSV35°53.01%65.10%
CMYK0.00%21.69%53.01%
34.90%

Color #A6824E in popluar number systems.

HEXA6824E
Decimal16613078
Binary10100110100000101001110
Octal246202116

Shades and tints

Shades of #A6824E

#A6824E
(166,130,78)
#977747
(151,119,71)
#886C40
(136,108,64)
#796139
(121,97,57)
#6A5632
(106,86,50)
#5B4B2B
(91,75,43)
#4C4024
(76,64,36)
#3D351D
(61,53,29)
#2E2A16
(46,42,22)
#1F1F0F
(31,31,15)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #A6824E

#A6824E
(166,130,78)
#AE8D5E
(174,141,94)
#B6986E
(182,152,110)
#BEA37E
(190,163,126)
#C6AE8E
(198,174,142)
#CEB99E
(206,185,158)
#D6C4AE
(214,196,174)
#DECFBE
(222,207,190)
#E6DACE
(230,218,206)
#EEE5DE
(238,229,222)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6824E; }

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

This text font color is #A6824E.


Background Color

.myBgColor { background-color: #A6824E; }

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

This div background color is #A6824E.


Border color

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

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

This div border color is #A6824E.


Opacity

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

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

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

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

This text has shadow with #A6824E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6824E on black background.


Color preview on white background

This text has color #A6824E on white background.



Black color preview on #A6824E background

This text has black color on #A6824E background.


White color preview on #A6824E background

This text has white color on #A6824E background.