COLOR #A3AB89

HEX: #A3AB89
RGB: (163,171,137)

Color info

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

RGB color model

#A3AB89 color RGB value is (163,171,137).

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

RGB channels and saturation

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

163
171
137

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 137 = 471 (100%)
R 163 of 471 ~ 34.61%
G 171 of 471 ~ 36.31%
B 137 of 471 ~ 29.09%

%34.61
%36.31
%29.09

CMYK color model

#A3AB89 color CMYK value is (5,0,20,33).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(5,0,20,33)
C5M0Y20K33 
(5%,0%,20%,33%)
(0.05/0.00/0.20/0.33)	

CMYK percentages

%4.68
%0
%19.88
%32.94

Codes

Color #A3AB89 in popluar color models

A3AB89
RGB163171137
HSL74°16.83%60.39%
HSB/HSV74°19.88%67.06%
CMYK4.68%0.00%19.88%
32.94%

Color #A3AB89 in popluar number systems.

HEXA3AB89
Decimal163171137
Binary101000111010101110001001
Octal243253211

Shades and tints

Shades of #A3AB89

#A3AB89
(163,171,137)
#959C7D
(149,156,125)
#878D71
(135,141,113)
#797E65
(121,126,101)
#6B6F59
(107,111,89)
#5D604D
(93,96,77)
#4F5141
(79,81,65)
#414235
(65,66,53)
#333329
(51,51,41)
#25241D
(37,36,29)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A3AB89

#A3AB89
(163,171,137)
#ABB293
(171,178,147)
#B3B99D
(179,185,157)
#BBC0A7
(187,192,167)
#C3C7B1
(195,199,177)
#CBCEBB
(203,206,187)
#D3D5C5
(211,213,197)
#DBDCCF
(219,220,207)
#E3E3D9
(227,227,217)
#EBEAE3
(235,234,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AB89; }

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

This text font color is #A3AB89.


Background Color

.myBgColor { background-color: #A3AB89; }

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

This div background color is #A3AB89.


Border color

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

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

This div border color is #A3AB89.


Opacity

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

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

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

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

This text has shadow with #A3AB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AB89 on black background.


Color preview on white background

This text has color #A3AB89 on white background.



Black color preview on #A3AB89 background

This text has black color on #A3AB89 background.


White color preview on #A3AB89 background

This text has white color on #A3AB89 background.