COLOR #A3B9A1

HEX: #A3B9A1
RGB: (163,185,161)

Color info

#A3B9A1 contains red, green and blue colors in about the same proportion. Web safe color of #A3B9A1 is #99CC99 (or #9C9).

RGB color model

#A3B9A1 color RGB value is (163,185,161).

  • red value is 163;
  • green value is 185;
  • blue value is 161.
RGB:
(163,185,161)
(64%,73%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 185 of 255 = 73%
B 161 of 255 = 63%

163
185
161

R + G + B ~ 67%. #A3B9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 185 + 161 = 509 (100%)
R 163 of 509 ~ 32.02%
G 185 of 509 ~ 36.35%
B 161 of 509 ~ 31.63%

%32.02
%36.35
%31.63

CMYK color model

#A3B9A1 color CMYK value is (12,0,13,27).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 12.97%
  • key color value is 27.45%
CMYK:
(12,0,13,27)
C12M0Y13K27 
(12%,0%,13%,27%)
(0.12/0.00/0.13/0.27)	

CMYK percentages

%11.89
%0
%12.97
%27.45

Codes

Color #A3B9A1 in popluar color models

A3B9A1
RGB163185161
HSL115°14.63%67.84%
HSB/HSV115°12.97%72.55%
CMYK11.89%0.00%12.97%
27.45%

Color #A3B9A1 in popluar number systems.

HEXA3B9A1
Decimal163185161
Binary101000111011100110100001
Octal243271241

Shades and tints

Shades of #A3B9A1

#A3B9A1
(163,185,161)
#95A993
(149,169,147)
#879985
(135,153,133)
#798977
(121,137,119)
#6B7969
(107,121,105)
#5D695B
(93,105,91)
#4F594D
(79,89,77)
#41493F
(65,73,63)
#333931
(51,57,49)
#252923
(37,41,35)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #A3B9A1

#A3B9A1
(163,185,161)
#ABBFA9
(171,191,169)
#B3C5B1
(179,197,177)
#BBCBB9
(187,203,185)
#C3D1C1
(195,209,193)
#CBD7C9
(203,215,201)
#D3DDD1
(211,221,209)
#DBE3D9
(219,227,217)
#E3E9E1
(227,233,225)
#EBEFE9
(235,239,233)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B9A1 color. Also use rgb(163,185,161) instead hex code.

Text Font Color

.myTextColor { color: #A3B9A1; }

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

This text font color is #A3B9A1.


Background Color

.myBgColor { background-color: #A3B9A1; }

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

This div background color is #A3B9A1.


Border color

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

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

This div border color is #A3B9A1.


Opacity

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

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

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

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

This text has shadow with #A3B9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B9A1 on black background.


Color preview on white background

This text has color #A3B9A1 on white background.



Black color preview on #A3B9A1 background

This text has black color on #A3B9A1 background.


White color preview on #A3B9A1 background

This text has white color on #A3B9A1 background.