COLOR #A4A093

HEX: #A4A093
RGB: (164,160,147)

Color info

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

RGB color model

#A4A093 color RGB value is (164,160,147).

  • red value is 164;
  • green value is 160;
  • blue value is 147.
RGB:
(164,160,147)
(64%,63%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 147 of 255 = 58%

164
160
147

R + G + B ~ 62%. #A4A093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 160 + 147 = 471 (100%)
R 164 of 471 ~ 34.82%
G 160 of 471 ~ 33.97%
B 147 of 471 ~ 31.21%

%34.82
%33.97
%31.21

CMYK color model

#A4A093 color CMYK value is (0,2,10,36).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(0,2,10,36)
C0M2Y10K36 
(0%,2%,10%,36%)
(0.00/0.02/0.10/0.36)	

CMYK percentages

%0
%2.44
%10.37
%35.69

Codes

Color #A4A093 in popluar color models

A4A093
RGB164160147
HSL46°8.54%60.98%
HSB/HSV46°10.37%64.31%
CMYK0.00%2.44%10.37%
35.69%

Color #A4A093 in popluar number systems.

HEXA4A093
Decimal164160147
Binary101001001010000010010011
Octal244240223

Shades and tints

Shades of #A4A093

#A4A093
(164,160,147)
#969286
(150,146,134)
#888479
(136,132,121)
#7A766C
(122,118,108)
#6C685F
(108,104,95)
#5E5A52
(94,90,82)
#504C45
(80,76,69)
#423E38
(66,62,56)
#34302B
(52,48,43)
#26221E
(38,34,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #A4A093

#A4A093
(164,160,147)
#ACA89C
(172,168,156)
#B4B0A5
(180,176,165)
#BCB8AE
(188,184,174)
#C4C0B7
(196,192,183)
#CCC8C0
(204,200,192)
#D4D0C9
(212,208,201)
#DCD8D2
(220,216,210)
#E4E0DB
(228,224,219)
#ECE8E4
(236,232,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A093; }

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

This text font color is #A4A093.


Background Color

.myBgColor { background-color: #A4A093; }

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

This div background color is #A4A093.


Border color

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

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

This div border color is #A4A093.


Opacity

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

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

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

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

This text has shadow with #A4A093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A093 on black background.


Color preview on white background

This text has color #A4A093 on white background.



Black color preview on #A4A093 background

This text has black color on #A4A093 background.


White color preview on #A4A093 background

This text has white color on #A4A093 background.