COLOR #A2A166

HEX: #A2A166 RGB: (162,161,102)

Color info

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

RGB color model

#A2A166 color RGB value is (162,161,102).

RGB: (162,161,102) (64%, 63%, 40%)

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 102 of 255 = 40%

162
161
102

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

Portions of RGB colors in percentages

R + G + B = 162 + 161 + 102 = 425 (100%)
R 162 of 425 ~ 38.12%
G 161 of 425 ~ 37.88%
B 102 of 425 ~ 24'%

%38.12
%37.88
%24

CMYK color model

#A2A166 color CMYK value is (0,1,37,36).

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 37.04%
  • key color value is 36.47%

CMYK: (0,1,37,36)
C0M1Y37K36 (0%, 1%, 37%, 36%)
(0.00 / 0.01 / 0.37 / 0.36)

CMYK percentages

%0
%0.62
%37.04
%36.47

Codes

Color #A2A166 in popluar color models

A2 A1 66
RGB 162 161 102
HSL 59° 24.39% 51.76%
HSB/HSV 59° 37.04% 63.53%
CMYK 0.00% 0.62% 37.04%
36.47%

Color #A2A166 in popluar number systems.

HEX A2 A1 66
Decimal 162 161 102
Binary 10100010 10100001 1100110
Octal 242 241 146

Shades and tints

Shades of #A2A166

#A2A166
(162,161,102)
#94935D
(148,147,93)
#868554
(134,133,84)
#78774B
(120,119,75)
#6A6942
(106,105,66)
#5C5B39
(92,91,57)
#4E4D30
(78,77,48)
#403F27
(64,63,39)
#32311E
(50,49,30)
#242315
(36,35,21)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #A2A166

#A2A166
(162,161,102)
#AAA973
(170,169,115)
#B2B180
(178,177,128)
#BAB98D
(186,185,141)
#C2C19A
(194,193,154)
#CAC9A7
(202,201,167)
#D2D1B4
(210,209,180)
#DAD9C1
(218,217,193)
#E2E1CE
(226,225,206)
#EAE9DB
(234,233,219)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A166 color. Also use rgb(162,161,102) instead hex code.

Text Font Color

.myTextColor { color: #A2A166; }

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

This text font color is #A2A166.

Background Color

.myBgColor { background-color: #A2A166; }

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

This div background color is #A2A166.

Border color

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

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

This div border color is #A2A166.

Opacity

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

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

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

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

This text has shadow with #A2A166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A166.

Preview

Color preview on black background

This text has color #A2A166 on black background.


Color preview on white background

This text has color #A2A166 on white background.


Black color preview on #A2A166 background

This text has black color on #A2A166 background.


White color preview on #A2A166 background

This text has white color on #A2A166 background.


Related colors

Complementary color

Complementary color for #hex is #5D5E99.


I love getcolorcode.com

Triadic colors

1 #66A2A1 and #A166A2 with #A2A166 are triadic colors.

2 #66A1A2 and #A1A266 with #A2A166 are triadic colors.