COLOR #A3AA89

HEX: #A3AA89
RGB: (163,170,137)

Color info

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

RGB color model

#A3AA89 color RGB value is (163,170,137).

  • red value is 163;
  • green value is 170;
  • blue value is 137.
RGB:
(163,170,137)
(64%,67%,54%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 137 of 255 = 54%

163
170
137

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 137 = 470 (100%)
R 163 of 470 ~ 34.68%
G 170 of 470 ~ 36.17%
B 137 of 470 ~ 29.15%

%34.68
%36.17
%29.15

CMYK color model

#A3AA89 color CMYK value is (4,0,19,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 33.33%
CMYK:
(4,0,19,33)
C4M0Y19K33 
(4%,0%,19%,33%)
(0.04/0.00/0.19/0.33)	

CMYK percentages

%4.12
%0
%19.41
%33.33

Codes

Color #A3AA89 in popluar color models

A3AA89
RGB163170137
HSL73°16.26%60.20%
HSB/HSV73°19.41%66.67%
CMYK4.12%0.00%19.41%
33.33%

Color #A3AA89 in popluar number systems.

HEXA3AA89
Decimal163170137
Binary101000111010101010001001
Octal243252211

Shades and tints

Shades of #A3AA89

#A3AA89
(163,170,137)
#959B7D
(149,155,125)
#878C71
(135,140,113)
#797D65
(121,125,101)
#6B6E59
(107,110,89)
#5D5F4D
(93,95,77)
#4F5041
(79,80,65)
#414135
(65,65,53)
#333229
(51,50,41)
#25231D
(37,35,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3AA89

#A3AA89
(163,170,137)
#ABB193
(171,177,147)
#B3B89D
(179,184,157)
#BBBFA7
(187,191,167)
#C3C6B1
(195,198,177)
#CBCDBB
(203,205,187)
#D3D4C5
(211,212,197)
#DBDBCF
(219,219,207)
#E3E2D9
(227,226,217)
#EBE9E3
(235,233,227)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AA89 color. Also use rgb(163,170,137) instead hex code.

Text Font Color

.myTextColor { color: #A3AA89; }

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

This text font color is #A3AA89.


Background Color

.myBgColor { background-color: #A3AA89; }

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

This div background color is #A3AA89.


Border color

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

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

This div border color is #A3AA89.


Opacity

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

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

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

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

This text has shadow with #A3AA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AA89 on black background.


Color preview on white background

This text has color #A3AA89 on white background.



Black color preview on #A3AA89 background

This text has black color on #A3AA89 background.


White color preview on #A3AA89 background

This text has white color on #A3AA89 background.