COLOR #A3AA76

HEX: #A3AA76 RGB: (163,170,118)

Color info

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

RGB color model

#A3AA76 color RGB value is (163,170,118).

RGB: (163,170,118) (64%, 67%, 46%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 118 of 255 = 46%

163
170
118

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

Portions of RGB colors in percentages

R + G + B = 163 + 170 + 118 = 451 (100%)
R 163 of 451 ~ 36.14%
G 170 of 451 ~ 37.69%
B 118 of 451 ~ 26.16'%

%36.14
%37.69
%26.16

CMYK color model

#A3AA76 color CMYK value is (4,0,31,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 33.33%

CMYK: (4,0,31,33)
C4M0Y31K33 (4%, 0%, 31%, 33%)
(0.04 / 0.00 / 0.31 / 0.33)

CMYK percentages

%4.12
%0
%30.59
%33.33

Codes

Color #A3AA76 in popluar color models

A3 AA 76
RGB 163 170 118
HSL 68° 23.42% 56.47%
HSB/HSV 68° 30.59% 66.67%
CMYK 4.12% 0.00% 30.59%
33.33%

Color #A3AA76 in popluar number systems.

HEX A3 AA 76
Decimal 163 170 118
Binary 10100011 10101010 1110110
Octal 243 252 166

Shades and tints

Shades of #A3AA76

#A3AA76
(163,170,118)
#959B6C
(149,155,108)
#878C62
(135,140,98)
#797D58
(121,125,88)
#6B6E4E
(107,110,78)
#5D5F44
(93,95,68)
#4F503A
(79,80,58)
#414130
(65,65,48)
#333226
(51,50,38)
#25231C
(37,35,28)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A3AA76

#A3AA76
(163,170,118)
#ABB182
(171,177,130)
#B3B88E
(179,184,142)
#BBBF9A
(187,191,154)
#C3C6A6
(195,198,166)
#CBCDB2
(203,205,178)
#D3D4BE
(211,212,190)
#DBDBCA
(219,219,202)
#E3E2D6
(227,226,214)
#EBE9E2
(235,233,226)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AA76 color. Also use rgb(163,170,118) instead hex code.

Text Font Color

.myTextColor { color: #A3AA76; }

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

This text font color is #A3AA76.

Background Color

.myBgColor { background-color: #A3AA76; }

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

This div background color is #A3AA76.

Border color

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

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

This div border color is #A3AA76.

Opacity

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

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

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

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

This text has shadow with #A3AA76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AA76.

Preview

Color preview on black background

This text has color #A3AA76 on black background.


Color preview on white background

This text has color #A3AA76 on white background.


Black color preview on #A3AA76 background

This text has black color on #A3AA76 background.


White color preview on #A3AA76 background

This text has white color on #A3AA76 background.


Related colors

Complementary color

Complementary color for #hex is #5C5589.


I love getcolorcode.com

Triadic colors

1 #76A3AA and #AA76A3 with #A3AA76 are triadic colors.

2 #76AAA3 and #AAA376 with #A3AA76 are triadic colors.