COLOR #A6782A

HEX: #A6782A RGB: (166,120,42)

Color info

#A6782A contains mainly red and green colors. Web safe color of #A6782A is #996633 (or #963).

RGB color model

#A6782A color RGB value is (166,120,42).

RGB: (166,120,42) (65%, 47%, 16%)

RGB channels and saturation

R 166 of 255 = 65%
G 120 of 255 = 47%
B 42 of 255 = 16%

166
120
42

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

Portions of RGB colors in percentages

R + G + B = 166 + 120 + 42 = 328 (100%)
R 166 of 328 ~ 50.61%
G 120 of 328 ~ 36.59%
B 42 of 328 ~ 12.8'%

%50.61
%36.59
%12.8

CMYK color model

#A6782A color CMYK value is (0,28,75,35).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 74.70%
  • key color value is 34.90%

CMYK: (0,28,75,35)
C0M28Y75K35 (0%, 28%, 75%, 35%)
(0.00 / 0.28 / 0.75 / 0.35)

CMYK percentages

%0
%27.71
%74.7
%34.9

Codes

Color #A6782A in popluar color models

A6 78 2A
RGB 166 120 42
HSL 38° 59.62% 40.78%
HSB/HSV 38° 74.70% 65.10%
CMYK 0.00% 27.71% 74.70%
34.90%

Color #A6782A in popluar number systems.

HEX A6 78 2A
Decimal 166 120 42
Binary 10100110 1111000 101010
Octal 246 170 52

Shades and tints

Shades of #A6782A

#A6782A
(166,120,42)
#976E27
(151,110,39)
#886424
(136,100,36)
#795A21
(121,90,33)
#6A501E
(106,80,30)
#5B461B
(91,70,27)
#4C3C18
(76,60,24)
#3D3215
(61,50,21)
#2E2812
(46,40,18)
#1F1E0F
(31,30,15)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #A6782A

#A6782A
(166,120,42)
#AE843D
(174,132,61)
#B69050
(182,144,80)
#BE9C63
(190,156,99)
#C6A876
(198,168,118)
#CEB489
(206,180,137)
#D6C09C
(214,192,156)
#DECCAF
(222,204,175)
#E6D8C2
(230,216,194)
#EEE4D5
(238,228,213)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6782A color. Also use rgb(166,120,42) instead hex code.

Text Font Color

.myTextColor { color: #A6782A; }

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

This text font color is #A6782A.

Background Color

.myBgColor { background-color: #A6782A; }

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

This div background color is #A6782A.

Border color

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

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

This div border color is #A6782A.

Opacity

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

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

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

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

This text has shadow with #A6782A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6782A.

Preview

Color preview on black background

This text has color #A6782A on black background.


Color preview on white background

This text has color #A6782A on white background.


Black color preview on #A6782A background

This text has black color on #A6782A background.


White color preview on #A6782A background

This text has white color on #A6782A background.


Related colors

Complementary color

Complementary color for #hex is #5987D5.


I love getcolorcode.com

Triadic colors

1 #2AA678 and #782AA6 with #A6782A are triadic colors.

2 #2A78A6 and #78A62A with #A6782A are triadic colors.