COLOR #A4A091

HEX: #A4A091
RGB: (164,160,145)

Color info

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

RGB color model

#A4A091 color RGB value is (164,160,145).

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

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 145 of 255 = 57%

164
160
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 160 + 145 = 469 (100%)
R 164 of 469 ~ 34.97%
G 160 of 469 ~ 34.12%
B 145 of 469 ~ 30.92%

%34.97
%34.12
%30.92

CMYK color model

#A4A091 color CMYK value is (0,2,12,36).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(0,2,12,36)
C0M2Y12K36 
(0%,2%,12%,36%)
(0.00/0.02/0.12/0.36)	

CMYK percentages

%0
%2.44
%11.59
%35.69

Codes

Color #A4A091 in popluar color models

A4A091
RGB164160145
HSL47°9.45%60.59%
HSB/HSV47°11.59%64.31%
CMYK0.00%2.44%11.59%
35.69%

Color #A4A091 in popluar number systems.

HEXA4A091
Decimal164160145
Binary101001001010000010010001
Octal244240221

Shades and tints

Shades of #A4A091

#A4A091
(164,160,145)
#969284
(150,146,132)
#888477
(136,132,119)
#7A766A
(122,118,106)
#6C685D
(108,104,93)
#5E5A50
(94,90,80)
#504C43
(80,76,67)
#423E36
(66,62,54)
#343029
(52,48,41)
#26221C
(38,34,28)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #A4A091

#A4A091
(164,160,145)
#ACA89B
(172,168,155)
#B4B0A5
(180,176,165)
#BCB8AF
(188,184,175)
#C4C0B9
(196,192,185)
#CCC8C3
(204,200,195)
#D4D0CD
(212,208,205)
#DCD8D7
(220,216,215)
#E4E0E1
(228,224,225)
#ECE8EB
(236,232,235)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A091; }

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

This text font color is #A4A091.


Background Color

.myBgColor { background-color: #A4A091; }

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

This div background color is #A4A091.


Border color

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

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

This div border color is #A4A091.


Opacity

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

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

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

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

This text has shadow with #A4A091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A091 on black background.


Color preview on white background

This text has color #A4A091 on white background.



Black color preview on #A4A091 background

This text has black color on #A4A091 background.


White color preview on #A4A091 background

This text has white color on #A4A091 background.