COLOR #A4A483

HEX: #A4A483 RGB: (164,164,131)

Color info

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

RGB color model

#A4A483 color RGB value is (164,164,131).

RGB: (164,164,131) (64%, 64%, 51%)

RGB channels and saturation

R 164 of 255 = 64%
G 164 of 255 = 64%
B 131 of 255 = 51%

164
164
131

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

Portions of RGB colors in percentages

R + G + B = 164 + 164 + 131 = 459 (100%)
R 164 of 459 ~ 35.73%
G 164 of 459 ~ 35.73%
B 131 of 459 ~ 28.54'%

%35.73
%35.73
%28.54

CMYK color model

#A4A483 color CMYK value is (0,0,20,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 35.69%

CMYK: (0,0,20,36)
C0M0Y20K36 (0%, 0%, 20%, 36%)
(0.00 / 0.00 / 0.20 / 0.36)

CMYK percentages

%0
%0
%20.12
%35.69

Codes

Color #A4A483 in popluar color models

A4 A4 83
RGB 164 164 131
HSL 60° 15.35% 57.84%
HSB/HSV 60° 20.12% 64.31%
CMYK 0.00% 0.00% 20.12%
35.69%

Color #A4A483 in popluar number systems.

HEX A4 A4 83
Decimal 164 164 131
Binary 10100100 10100100 10000011
Octal 244 244 203

Shades and tints

Shades of #A4A483

#A4A483
(164,164,131)
#969678
(150,150,120)
#88886D
(136,136,109)
#7A7A62
(122,122,98)
#6C6C57
(108,108,87)
#5E5E4C
(94,94,76)
#505041
(80,80,65)
#424236
(66,66,54)
#34342B
(52,52,43)
#262620
(38,38,32)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #A4A483

#A4A483
(164,164,131)
#ACAC8E
(172,172,142)
#B4B499
(180,180,153)
#BCBCA4
(188,188,164)
#C4C4AF
(196,196,175)
#CCCCBA
(204,204,186)
#D4D4C5
(212,212,197)
#DCDCD0
(220,220,208)
#E4E4DB
(228,228,219)
#ECECE6
(236,236,230)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A483; }

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

This text font color is #A4A483.

Background Color

.myBgColor { background-color: #A4A483; }

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

This div background color is #A4A483.

Border color

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

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

This div border color is #A4A483.

Opacity

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

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

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

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

This text has shadow with #A4A483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A483.

Preview

Color preview on black background

This text has color #A4A483 on black background.


Color preview on white background

This text has color #A4A483 on white background.


Black color preview on #A4A483 background

This text has black color on #A4A483 background.


White color preview on #A4A483 background

This text has white color on #A4A483 background.


Related colors

Complementary color

Complementary color for #hex is #5B5B7C.


I love getcolorcode.com