COLOR #A4A285

HEX: #A4A285
RGB: (164,162,133)

Color info

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

RGB color model

#A4A285 color RGB value is (164,162,133).

  • red value is 164;
  • green value is 162;
  • blue value is 133.
RGB:
(164,162,133)
(64%,64%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 162 of 255 = 64%
B 133 of 255 = 52%

164
162
133

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

Portions of RGB colors in percentages

R + G + B =
164 + 162 + 133 = 459 (100%)
R 164 of 459 ~ 35.73%
G 162 of 459 ~ 35.29%
B 133 of 459 ~ 28.98%

%35.73
%35.29
%28.98

CMYK color model

#A4A285 color CMYK value is (0,1,19,36).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(0,1,19,36)
C0M1Y19K36 
(0%,1%,19%,36%)
(0.00/0.01/0.19/0.36)	

CMYK percentages

%0
%1.22
%18.9
%35.69

Codes

Color #A4A285 in popluar color models

A4A285
RGB164162133
HSL56°14.55%58.24%
HSB/HSV56°18.90%64.31%
CMYK0.00%1.22%18.90%
35.69%

Color #A4A285 in popluar number systems.

HEXA4A285
Decimal164162133
Binary101001001010001010000101
Octal244242205

Shades and tints

Shades of #A4A285

#A4A285
(164,162,133)
#969479
(150,148,121)
#88866D
(136,134,109)
#7A7861
(122,120,97)
#6C6A55
(108,106,85)
#5E5C49
(94,92,73)
#504E3D
(80,78,61)
#424031
(66,64,49)
#343225
(52,50,37)
#262419
(38,36,25)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #A4A285

#A4A285
(164,162,133)
#ACAA90
(172,170,144)
#B4B29B
(180,178,155)
#BCBAA6
(188,186,166)
#C4C2B1
(196,194,177)
#CCCABC
(204,202,188)
#D4D2C7
(212,210,199)
#DCDAD2
(220,218,210)
#E4E2DD
(228,226,221)
#ECEAE8
(236,234,232)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A285; }

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

This text font color is #A4A285.


Background Color

.myBgColor { background-color: #A4A285; }

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

This div background color is #A4A285.


Border color

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

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

This div border color is #A4A285.


Opacity

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

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

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

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

This text has shadow with #A4A285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A285 on black background.


Color preview on white background

This text has color #A4A285 on white background.



Black color preview on #A4A285 background

This text has black color on #A4A285 background.


White color preview on #A4A285 background

This text has white color on #A4A285 background.