COLOR #A2966A

HEX: #A2966A RGB: (162,150,106)

Color info

#A2966A contains red, green and blue colors in about the same proportion. Web safe color of #A2966A is #999966 (or #996).

RGB color model

#A2966A color RGB value is (162,150,106).

RGB: (162,150,106) (64%, 59%, 42%)

RGB channels and saturation

R 162 of 255 = 64%
G 150 of 255 = 59%
B 106 of 255 = 42%

162
150
106

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

Portions of RGB colors in percentages

R + G + B = 162 + 150 + 106 = 418 (100%)
R 162 of 418 ~ 38.76%
G 150 of 418 ~ 35.89%
B 106 of 418 ~ 25.36'%

%38.76
%35.89
%25.36

CMYK color model

#A2966A color CMYK value is (0,7,35,36).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 34.57%
  • key color value is 36.47%

CMYK: (0,7,35,36)
C0M7Y35K36 (0%, 7%, 35%, 36%)
(0.00 / 0.07 / 0.35 / 0.36)

CMYK percentages

%0
%7.41
%34.57
%36.47

Codes

Color #A2966A in popluar color models

A2 96 6A
RGB 162 150 106
HSL 47° 23.14% 52.55%
HSB/HSV 47° 34.57% 63.53%
CMYK 0.00% 7.41% 34.57%
36.47%

Color #A2966A in popluar number systems.

HEX A2 96 6A
Decimal 162 150 106
Binary 10100010 10010110 1101010
Octal 242 226 152

Shades and tints

Shades of #A2966A

#A2966A
(162,150,106)
#948961
(148,137,97)
#867C58
(134,124,88)
#786F4F
(120,111,79)
#6A6246
(106,98,70)
#5C553D
(92,85,61)
#4E4834
(78,72,52)
#403B2B
(64,59,43)
#322E22
(50,46,34)
#242119
(36,33,25)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #A2966A

#A2966A
(162,150,106)
#AA9F77
(170,159,119)
#B2A884
(178,168,132)
#BAB191
(186,177,145)
#C2BA9E
(194,186,158)
#CAC3AB
(202,195,171)
#D2CCB8
(210,204,184)
#DAD5C5
(218,213,197)
#E2DED2
(226,222,210)
#EAE7DF
(234,231,223)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2966A; }

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

This text font color is #A2966A.

Background Color

.myBgColor { background-color: #A2966A; }

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

This div background color is #A2966A.

Border color

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

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

This div border color is #A2966A.

Opacity

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

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

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

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

This text has shadow with #A2966A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2966A.

Preview

Color preview on black background

This text has color #A2966A on black background.


Color preview on white background

This text has color #A2966A on white background.


Black color preview on #A2966A background

This text has black color on #A2966A background.


White color preview on #A2966A background

This text has white color on #A2966A background.


Related colors

Complementary color

Complementary color for #hex is #5D6995.


I love getcolorcode.com

Triadic colors

1 #6AA296 and #966AA2 with #A2966A are triadic colors.

2 #6A96A2 and #96A26A with #A2966A are triadic colors.