COLOR #A4A59F

HEX: #A4A59F RGB: (164,165,159)

Color info

#A4A59F contains red, green and blue colors in about the same proportion. Web safe color of #A4A59F is #999999 (or #999).

RGB color model

#A4A59F color RGB value is (164,165,159).

RGB: (164,165,159) (64%, 65%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 165 of 255 = 65%
B 159 of 255 = 62%

164
165
159

R + G + B ~ 64%. #A4A59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 165 + 159 = 488 (100%)
R 164 of 488 ~ 33.61%
G 165 of 488 ~ 33.81%
B 159 of 488 ~ 32.58'%

%33.61
%33.81
%32.58

CMYK color model

#A4A59F color CMYK value is (1,0,4,35).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK: (1,0,4,35) C1M0Y4K35 (1%,0%,4%,35%) (0.01/0.00/0.04/0.35) 

CMYK percentages

%0.61
%0
%3.64
%35.29

Codes

Color #A4A59F in popluar color models

A4 A5 9F
RGB 164 165 159
HSL 70° 3.23% 63.53%
HSB/HSV 70° 3.64% 64.71%
CMYK 0.61% 0.00% 3.64%
35.29%

Color #A4A59F in popluar number systems.

HEX A4 A5 9F
Decimal 164 165 159
Binary 10100100 10100101 10011111
Octal 244 245 237

Shades and tints

Shades of #A4A59F

#A4A59F
(164,165,159)
#969691
(150,150,145)
#888783
(136,135,131)
#7A7875
(122,120,117)
#6C6967
(108,105,103)
#5E5A59
(94,90,89)
#504B4B
(80,75,75)
#423C3D
(66,60,61)
#342D2F
(52,45,47)
#261E21
(38,30,33)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #A4A59F

#A4A59F
(164,165,159)
#ACADA7
(172,173,167)
#B4B5AF
(180,181,175)
#BCBDB7
(188,189,183)
#C4C5BF
(196,197,191)
#CCCDC7
(204,205,199)
#D4D5CF
(212,213,207)
#DCDDD7
(220,221,215)
#E4E5DF
(228,229,223)
#ECEDE7
(236,237,231)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A59F color. Also use rgb(164,165,159) instead hex code.

Text Font Color

.myTextColor { color: #A4A59F; }

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

This text font color is #A4A59F.

Background Color

.myBgColor { background-color: #A4A59F; }

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

This div background color is #A4A59F.

Border color

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

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

This div border color is #A4A59F.

Opacity

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

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

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

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

This text has shadow with #A4A59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A59F.

Preview

Color preview on black background

This text has color #A4A59F on black background.


Color preview on white background

This text has color #A4A59F on white background.


Black color preview on #A4A59F background

This text has black color on #A4A59F background.


White color preview on #A4A59F background

This text has white color on #A4A59F background.


Related colors

Complementary color

Complementary color for #hex is #5B5A60.


I love getcolorcode.com

Triadic colors

1 #9FA4A5 and #A59FA4 with #A4A59F are triadic colors.

2 #9FA5A4 and #A5A49F with #A4A59F are triadic colors.