COLOR #A4A48A

HEX: #A4A48A
RGB: (164,164,138)

Color info

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

RGB color model

#A4A48A color RGB value is (164,164,138).

  • red value is 164;
  • green value is 164;
  • blue value is 138.
RGB:
(164,164,138)
(64%,64%,54%)

RGB channels and saturation

R 164 of 255 = 64%
G 164 of 255 = 64%
B 138 of 255 = 54%

164
164
138

R + G + B ~ 61%. #A4A48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 164 + 138 = 466 (100%)
R 164 of 466 ~ 35.19%
G 164 of 466 ~ 35.19%
B 138 of 466 ~ 29.61%

%35.19
%35.19
%29.61

CMYK color model

#A4A48A color CMYK value is (0,0,16,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(0,0,16,36)
C0M0Y16K36 
(0%,0%,16%,36%)
(0.00/0.00/0.16/0.36)	

CMYK percentages

%0
%0
%15.85
%35.69

Codes

Color #A4A48A in popluar color models

A4A48A
RGB164164138
HSL60°12.50%59.22%
HSB/HSV60°15.85%64.31%
CMYK0.00%0.00%15.85%
35.69%

Color #A4A48A in popluar number systems.

HEXA4A48A
Decimal164164138
Binary101001001010010010001010
Octal244244212

Shades and tints

Shades of #A4A48A

#A4A48A
(164,164,138)
#96967E
(150,150,126)
#888872
(136,136,114)
#7A7A66
(122,122,102)
#6C6C5A
(108,108,90)
#5E5E4E
(94,94,78)
#505042
(80,80,66)
#424236
(66,66,54)
#34342A
(52,52,42)
#26261E
(38,38,30)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #A4A48A

#A4A48A
(164,164,138)
#ACAC94
(172,172,148)
#B4B49E
(180,180,158)
#BCBCA8
(188,188,168)
#C4C4B2
(196,196,178)
#CCCCBC
(204,204,188)
#D4D4C6
(212,212,198)
#DCDCD0
(220,220,208)
#E4E4DA
(228,228,218)
#ECECE4
(236,236,228)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A48A; }

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

This text font color is #A4A48A.


Background Color

.myBgColor { background-color: #A4A48A; }

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

This div background color is #A4A48A.


Border color

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

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

This div border color is #A4A48A.


Opacity

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

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

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

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

This text has shadow with #A4A48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A48A on black background.


Color preview on white background

This text has color #A4A48A on white background.



Black color preview on #A4A48A background

This text has black color on #A4A48A background.


White color preview on #A4A48A background

This text has white color on #A4A48A background.