COLOR #A6962A

HEX: #A6962A RGB: (166,150,42)

Color info

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

RGB color model

#A6962A color RGB value is (166,150,42).

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

RGB channels and saturation

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

166
150
42

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

Portions of RGB colors in percentages

R + G + B = 166 + 150 + 42 = 358 (100%)
R 166 of 358 ~ 46.37%
G 150 of 358 ~ 41.9%
B 42 of 358 ~ 11.73'%

%46.37
%41.9
%11.73

CMYK color model

#A6962A color CMYK value is (0,10,75,35).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 74.70%
  • key color value is 34.90%
CMYK: (0,10,75,35) C0M10Y75K35 (0%,10%,75%,35%) (0.00/0.10/0.75/0.35) 

CMYK percentages

%0
%9.64
%74.7
%34.9

Codes

Color #A6962A in popluar color models

A6 96 2A
RGB 166 150 42
HSL 52° 59.62% 40.78%
HSB/HSV 52° 74.70% 65.10%
CMYK 0.00% 9.64% 74.70%
34.90%

Color #A6962A in popluar number systems.

HEX A6 96 2A
Decimal 166 150 42
Binary 10100110 10010110 101010
Octal 246 226 52

Shades and tints

Shades of #A6962A

#A6962A
(166,150,42)
#978927
(151,137,39)
#887C24
(136,124,36)
#796F21
(121,111,33)
#6A621E
(106,98,30)
#5B551B
(91,85,27)
#4C4818
(76,72,24)
#3D3B15
(61,59,21)
#2E2E12
(46,46,18)
#1F210F
(31,33,15)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #A6962A

#A6962A
(166,150,42)
#AE9F3D
(174,159,61)
#B6A850
(182,168,80)
#BEB163
(190,177,99)
#C6BA76
(198,186,118)
#CEC389
(206,195,137)
#D6CC9C
(214,204,156)
#DED5AF
(222,213,175)
#E6DEC2
(230,222,194)
#EEE7D5
(238,231,213)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6962A; }

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

This text font color is #A6962A.

Background Color

.myBgColor { background-color: #A6962A; }

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

This div background color is #A6962A.

Border color

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

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

This div border color is #A6962A.

Opacity

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

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

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

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

This text has shadow with #A6962A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6962A.

Preview

Color preview on black background

This text has color #A6962A on black background.


Color preview on white background

This text has color #A6962A on white background.


Black color preview on #A6962A background

This text has black color on #A6962A background.


White color preview on #A6962A background

This text has white color on #A6962A background.


Related colors

Complementary color

Complementary color for #hex is #5969D5.


I love getcolorcode.com

Triadic colors

1 #2AA696 and #962AA6 with #A6962A are triadic colors.

2 #2A96A6 and #96A62A with #A6962A are triadic colors.