COLOR #A6966A

HEX: #A6966A RGB: (166,150,106)

Color info

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

RGB color model

#A6966A color RGB value is (166,150,106).

RGB: (166,150,106) (65%, 59%, 42%)

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 106 of 255 = 42%

166
150
106

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

Portions of RGB colors in percentages

R + G + B = 166 + 150 + 106 = 422 (100%)
R 166 of 422 ~ 39.34%
G 150 of 422 ~ 35.55%
B 106 of 422 ~ 25.12'%

%39.34
%35.55
%25.12

CMYK color model

#A6966A color CMYK value is (0,10,36,35).

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

CMYK: (0,10,36,35)
C0M10Y36K35 (0%, 10%, 36%, 35%)
(0.00 / 0.10 / 0.36 / 0.35)

CMYK percentages

%0
%9.64
%36.14
%34.9

Codes

Color #A6966A in popluar color models

A6 96 6A
RGB 166 150 106
HSL 44° 25.21% 53.33%
HSB/HSV 44° 36.14% 65.10%
CMYK 0.00% 9.64% 36.14%
34.90%

Color #A6966A in popluar number systems.

HEX A6 96 6A
Decimal 166 150 106
Binary 10100110 10010110 1101010
Octal 246 226 152

Shades and tints

Shades of #A6966A

#A6966A
(166,150,106)
#978961
(151,137,97)
#887C58
(136,124,88)
#796F4F
(121,111,79)
#6A6246
(106,98,70)
#5B553D
(91,85,61)
#4C4834
(76,72,52)
#3D3B2B
(61,59,43)
#2E2E22
(46,46,34)
#1F2119
(31,33,25)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #A6966A

#A6966A
(166,150,106)
#AE9F77
(174,159,119)
#B6A884
(182,168,132)
#BEB191
(190,177,145)
#C6BA9E
(198,186,158)
#CEC3AB
(206,195,171)
#D6CCB8
(214,204,184)
#DED5C5
(222,213,197)
#E6DED2
(230,222,210)
#EEE7DF
(238,231,223)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6966A; }

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

This text font color is #A6966A.

Background Color

.myBgColor { background-color: #A6966A; }

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

This div background color is #A6966A.

Border color

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

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

This div border color is #A6966A.

Opacity

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

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

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

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

This text has shadow with #A6966A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6966A.

Preview

Color preview on black background

This text has color #A6966A on black background.


Color preview on white background

This text has color #A6966A on white background.


Black color preview on #A6966A background

This text has black color on #A6966A background.


White color preview on #A6966A background

This text has white color on #A6966A background.


Related colors

Complementary color

Complementary color for #hex is #596995.


I love getcolorcode.com

Triadic colors

1 #6AA696 and #966AA6 with #A6966A are triadic colors.

2 #6A96A6 and #96A66A with #A6966A are triadic colors.