COLOR #A4A399

HEX: #A4A399 RGB: (164,163,153)

Color info

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

RGB color model

#A4A399 color RGB value is (164,163,153).

RGB: (164,163,153) (64%, 64%, 60%)

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 153 of 255 = 60%

164
163
153

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

Portions of RGB colors in percentages

R + G + B = 164 + 163 + 153 = 480 (100%)
R 164 of 480 ~ 34.17%
G 163 of 480 ~ 33.96%
B 153 of 480 ~ 31.88'%

%34.17
%33.96
%31.88

CMYK color model

#A4A399 color CMYK value is (0,1,7,36).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 6.71%
  • key color value is 35.69%

CMYK: (0,1,7,36)
C0M1Y7K36 (0%, 1%, 7%, 36%)
(0.00 / 0.01 / 0.07 / 0.36)

CMYK percentages

%0
%0.61
%6.71
%35.69

Codes

Color #A4A399 in popluar color models

A4 A3 99
RGB 164 163 153
HSL 55° 5.70% 62.16%
HSB/HSV 55° 6.71% 64.31%
CMYK 0.00% 0.61% 6.71%
35.69%

Color #A4A399 in popluar number systems.

HEX A4 A3 99
Decimal 164 163 153
Binary 10100100 10100011 10011001
Octal 244 243 231

Shades and tints

Shades of #A4A399

#A4A399
(164,163,153)
#96958C
(150,149,140)
#88877F
(136,135,127)
#7A7972
(122,121,114)
#6C6B65
(108,107,101)
#5E5D58
(94,93,88)
#504F4B
(80,79,75)
#42413E
(66,65,62)
#343331
(52,51,49)
#262524
(38,37,36)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4A399

#A4A399
(164,163,153)
#ACABA2
(172,171,162)
#B4B3AB
(180,179,171)
#BCBBB4
(188,187,180)
#C4C3BD
(196,195,189)
#CCCBC6
(204,203,198)
#D4D3CF
(212,211,207)
#DCDBD8
(220,219,216)
#E4E3E1
(228,227,225)
#ECEBEA
(236,235,234)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A399 color. Also use rgb(164,163,153) instead hex code.

Text Font Color

.myTextColor { color: #A4A399; }

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

This text font color is #A4A399.

Background Color

.myBgColor { background-color: #A4A399; }

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

This div background color is #A4A399.

Border color

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

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

This div border color is #A4A399.

Opacity

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

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

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

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

This text has shadow with #A4A399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A399.

Preview

Color preview on black background

This text has color #A4A399 on black background.


Color preview on white background

This text has color #A4A399 on white background.


Black color preview on #A4A399 background

This text has black color on #A4A399 background.


White color preview on #A4A399 background

This text has white color on #A4A399 background.


Related colors

Complementary color

Complementary color for #hex is #5B5C66.


I love getcolorcode.com

Triadic colors

1 #99A4A3 and #A399A4 with #A4A399 are triadic colors.

2 #99A3A4 and #A3A499 with #A4A399 are triadic colors.