COLOR #A4AA63

HEX: #A4AA63 RGB: (164,170,99)

Color info

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

RGB color model

#A4AA63 color RGB value is (164,170,99).

RGB: (164,170,99) (64%, 67%, 39%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 99 of 255 = 39%

164
170
99

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

Portions of RGB colors in percentages

R + G + B = 164 + 170 + 99 = 433 (100%)
R 164 of 433 ~ 37.88%
G 170 of 433 ~ 39.26%
B 99 of 433 ~ 22.86'%

%37.88
%39.26
%22.86

CMYK color model

#A4AA63 color CMYK value is (4,0,42,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 41.76%
  • key color value is 33.33%
CMYK: (4,0,42,33) C4M0Y42K33 (4%,0%,42%,33%) (0.04/0.00/0.42/0.33) 

CMYK percentages

%3.53
%0
%41.76
%33.33

Codes

Color #A4AA63 in popluar color models

A4 AA 63
RGB 164 170 99
HSL 65° 29.46% 52.75%
HSB/HSV 65° 41.76% 66.67%
CMYK 3.53% 0.00% 41.76%
33.33%

Color #A4AA63 in popluar number systems.

HEX A4 AA 63
Decimal 164 170 99
Binary 10100100 10101010 1100011
Octal 244 252 143

Shades and tints

Shades of #A4AA63

#A4AA63
(164,170,99)
#969B5A
(150,155,90)
#888C51
(136,140,81)
#7A7D48
(122,125,72)
#6C6E3F
(108,110,63)
#5E5F36
(94,95,54)
#50502D
(80,80,45)
#424124
(66,65,36)
#34321B
(52,50,27)
#262312
(38,35,18)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #A4AA63

#A4AA63
(164,170,99)
#ACB171
(172,177,113)
#B4B87F
(180,184,127)
#BCBF8D
(188,191,141)
#C4C69B
(196,198,155)
#CCCDA9
(204,205,169)
#D4D4B7
(212,212,183)
#DCDBC5
(220,219,197)
#E4E2D3
(228,226,211)
#ECE9E1
(236,233,225)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AA63 color. Also use rgb(164,170,99) instead hex code.

Text Font Color

.myTextColor { color: #A4AA63; }

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

This text font color is #A4AA63.

Background Color

.myBgColor { background-color: #A4AA63; }

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

This div background color is #A4AA63.

Border color

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

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

This div border color is #A4AA63.

Opacity

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

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

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

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

This text has shadow with #A4AA63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AA63.

Preview

Color preview on black background

This text has color #A4AA63 on black background.


Color preview on white background

This text has color #A4AA63 on white background.


Black color preview on #A4AA63 background

This text has black color on #A4AA63 background.


White color preview on #A4AA63 background

This text has white color on #A4AA63 background.


Related colors

Complementary color

Complementary color for #hex is #5B559C.


I love getcolorcode.com

Triadic colors

1 #63A4AA and #AA63A4 with #A4AA63 are triadic colors.

2 #63AAA4 and #AAA463 with #A4AA63 are triadic colors.