COLOR #A4A59C

HEX: #A4A59C RGB: (164,165,156)

Color info

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

RGB color model

#A4A59C color RGB value is (164,165,156).

RGB: (164,165,156) (64%, 65%, 61%)

RGB channels and saturation

R 164 of 255 = 64%
G 165 of 255 = 65%
B 156 of 255 = 61%

164
165
156

R + G + B ~ 63%. #A4A59C is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 165 + 156 = 485 (100%)
R 164 of 485 ~ 33.81%
G 165 of 485 ~ 34.02%
B 156 of 485 ~ 32.16'%

%33.81
%34.02
%32.16

CMYK color model

#A4A59C color CMYK value is (1,0,5,35).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%

CMYK: (1,0,5,35)
C1M0Y5K35 (1%, 0%, 5%, 35%)
(0.01 / 0.00 / 0.05 / 0.35)

CMYK percentages

%0.61
%0
%5.45
%35.29

Codes

Color #A4A59C in popluar color models

A4 A5 9C
RGB 164 165 156
HSL 67° 4.76% 62.94%
HSB/HSV 67° 5.45% 64.71%
CMYK 0.61% 0.00% 5.45%
35.29%

Color #A4A59C in popluar number systems.

HEX A4 A5 9C
Decimal 164 165 156
Binary 10100100 10100101 10011100
Octal 244 245 234

Shades and tints

Shades of #A4A59C

#A4A59C
(164,165,156)
#96968E
(150,150,142)
#888780
(136,135,128)
#7A7872
(122,120,114)
#6C6964
(108,105,100)
#5E5A56
(94,90,86)
#504B48
(80,75,72)
#423C3A
(66,60,58)
#342D2C
(52,45,44)
#261E1E
(38,30,30)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A4A59C

#A4A59C
(164,165,156)
#ACADA5
(172,173,165)
#B4B5AE
(180,181,174)
#BCBDB7
(188,189,183)
#C4C5C0
(196,197,192)
#CCCDC9
(204,205,201)
#D4D5D2
(212,213,210)
#DCDDDB
(220,221,219)
#E4E5E4
(228,229,228)
#ECEDED
(236,237,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A59C; }

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

This text font color is #A4A59C.

Background Color

.myBgColor { background-color: #A4A59C; }

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

This div background color is #A4A59C.

Border color

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

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

This div border color is #A4A59C.

Opacity

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

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

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

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

This text has shadow with #A4A59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A59C.

Preview

Color preview on black background

This text has color #A4A59C on black background.


Color preview on white background

This text has color #A4A59C on white background.


Black color preview on #A4A59C background

This text has black color on #A4A59C background.


White color preview on #A4A59C background

This text has white color on #A4A59C background.


Related colors

Complementary color

Complementary color for #hex is #5B5A63.


I love getcolorcode.com

Triadic colors

1 #9CA4A5 and #A59CA4 with #A4A59C are triadic colors.

2 #9CA5A4 and #A5A49C with #A4A59C are triadic colors.