COLOR #A6796A

HEX: #A6796A RGB: (166,121,106)

Color info

#A6796A contains mainly red and green colors. Web safe color of #A6796A is #996666 (or #966).

RGB color model

#A6796A color RGB value is (166,121,106).

RGB: (166,121,106) (65%, 47%, 42%)

RGB channels and saturation

R 166 of 255 = 65%
G 121 of 255 = 47%
B 106 of 255 = 42%

166
121
106

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

Portions of RGB colors in percentages

R + G + B = 166 + 121 + 106 = 393 (100%)
R 166 of 393 ~ 42.24%
G 121 of 393 ~ 30.79%
B 106 of 393 ~ 26.97'%

%42.24
%30.79
%26.97

CMYK color model

#A6796A color CMYK value is (0,27,36,35).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 36.14%
  • key color value is 34.90%

CMYK: (0,27,36,35)
C0M27Y36K35 (0%, 27%, 36%, 35%)
(0.00 / 0.27 / 0.36 / 0.35)

CMYK percentages

%0
%27.11
%36.14
%34.9

Codes

Color #A6796A in popluar color models

A6 79 6A
RGB 166 121 106
HSL 15° 25.21% 53.33%
HSB/HSV 15° 36.14% 65.10%
CMYK 0.00% 27.11% 36.14%
34.90%

Color #A6796A in popluar number systems.

HEX A6 79 6A
Decimal 166 121 106
Binary 10100110 1111001 1101010
Octal 246 171 152

Shades and tints

Shades of #A6796A

#A6796A
(166,121,106)
#976E61
(151,110,97)
#886358
(136,99,88)
#79584F
(121,88,79)
#6A4D46
(106,77,70)
#5B423D
(91,66,61)
#4C3734
(76,55,52)
#3D2C2B
(61,44,43)
#2E2122
(46,33,34)
#1F1619
(31,22,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #A6796A

#A6796A
(166,121,106)
#AE8577
(174,133,119)
#B69184
(182,145,132)
#BE9D91
(190,157,145)
#C6A99E
(198,169,158)
#CEB5AB
(206,181,171)
#D6C1B8
(214,193,184)
#DECDC5
(222,205,197)
#E6D9D2
(230,217,210)
#EEE5DF
(238,229,223)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6796A color. Also use rgb(166,121,106) instead hex code.

Text Font Color

.myTextColor { color: #A6796A; }

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

This text font color is #A6796A.

Background Color

.myBgColor { background-color: #A6796A; }

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

This div background color is #A6796A.

Border color

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

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

This div border color is #A6796A.

Opacity

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

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

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

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

This text has shadow with #A6796A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6796A.

Preview

Color preview on black background

This text has color #A6796A on black background.


Color preview on white background

This text has color #A6796A on white background.


Black color preview on #A6796A background

This text has black color on #A6796A background.


White color preview on #A6796A background

This text has white color on #A6796A background.


Related colors

Complementary color

Complementary color for #hex is #598695.


I love getcolorcode.com

Triadic colors

1 #6AA679 and #796AA6 with #A6796A are triadic colors.

2 #6A79A6 and #79A66A with #A6796A are triadic colors.