COLOR #A3AB8A

HEX: #A3AB8A
RGB: (163,171,138)

Color info

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

RGB color model

#A3AB8A color RGB value is (163,171,138).

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

RGB channels and saturation

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

163
171
138

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 138 = 472 (100%)
R 163 of 472 ~ 34.53%
G 171 of 472 ~ 36.23%
B 138 of 472 ~ 29.24%

%34.53
%36.23
%29.24

CMYK color model

#A3AB8A color CMYK value is (5,0,19,33).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 32.94%
CMYK:
(5,0,19,33)
C5M0Y19K33 
(5%,0%,19%,33%)
(0.05/0.00/0.19/0.33)	

CMYK percentages

%4.68
%0
%19.3
%32.94

Codes

Color #A3AB8A in popluar color models

A3AB8A
RGB163171138
HSL75°16.42%60.59%
HSB/HSV75°19.30%67.06%
CMYK4.68%0.00%19.30%
32.94%

Color #A3AB8A in popluar number systems.

HEXA3AB8A
Decimal163171138
Binary101000111010101110001010
Octal243253212

Shades and tints

Shades of #A3AB8A

#A3AB8A
(163,171,138)
#959C7E
(149,156,126)
#878D72
(135,141,114)
#797E66
(121,126,102)
#6B6F5A
(107,111,90)
#5D604E
(93,96,78)
#4F5142
(79,81,66)
#414236
(65,66,54)
#33332A
(51,51,42)
#25241E
(37,36,30)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #A3AB8A

#A3AB8A
(163,171,138)
#ABB294
(171,178,148)
#B3B99E
(179,185,158)
#BBC0A8
(187,192,168)
#C3C7B2
(195,199,178)
#CBCEBC
(203,206,188)
#D3D5C6
(211,213,198)
#DBDCD0
(219,220,208)
#E3E3DA
(227,227,218)
#EBEAE4
(235,234,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AB8A; }

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

This text font color is #A3AB8A.


Background Color

.myBgColor { background-color: #A3AB8A; }

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

This div background color is #A3AB8A.


Border color

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

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

This div border color is #A3AB8A.


Opacity

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

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

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

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

This text has shadow with #A3AB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AB8A on black background.


Color preview on white background

This text has color #A3AB8A on white background.



Black color preview on #A3AB8A background

This text has black color on #A3AB8A background.


White color preview on #A3AB8A background

This text has white color on #A3AB8A background.