COLOR #A39BA2

HEX: #A39BA2
RGB: (163,155,162)

Color info

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

RGB color model

#A39BA2 color RGB value is (163,155,162).

  • red value is 163;
  • green value is 155;
  • blue value is 162.
RGB:
(163,155,162)
(64%,61%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 162 of 255 = 64%

163
155
162

R + G + B ~ 63%. #A39BA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 162 = 480 (100%)
R 163 of 480 ~ 33.96%
G 155 of 480 ~ 32.29%
B 162 of 480 ~ 33.75%

%33.96
%32.29
%33.75

CMYK color model

#A39BA2 color CMYK value is (0,5,1,36).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 0.61%
  • key color value is 36.08%
CMYK:
(0,5,1,36)
C0M5Y1K36 
(0%,5%,1%,36%)
(0.00/0.05/0.01/0.36)	

CMYK percentages

%0
%4.91
%0.61
%36.08

Codes

Color #A39BA2 in popluar color models

A39BA2
RGB163155162
HSL308°4.17%62.35%
HSB/HSV308°4.91%63.92%
CMYK0.00%4.91%0.61%
36.08%

Color #A39BA2 in popluar number systems.

HEXA39BA2
Decimal163155162
Binary101000111001101110100010
Octal243233242

Shades and tints

Shades of #A39BA2

#A39BA2
(163,155,162)
#958D94
(149,141,148)
#877F86
(135,127,134)
#797178
(121,113,120)
#6B636A
(107,99,106)
#5D555C
(93,85,92)
#4F474E
(79,71,78)
#413940
(65,57,64)
#332B32
(51,43,50)
#251D24
(37,29,36)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #A39BA2

#A39BA2
(163,155,162)
#ABA4AA
(171,164,170)
#B3ADB2
(179,173,178)
#BBB6BA
(187,182,186)
#C3BFC2
(195,191,194)
#CBC8CA
(203,200,202)
#D3D1D2
(211,209,210)
#DBDADA
(219,218,218)
#E3E3E2
(227,227,226)
#EBECEA
(235,236,234)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39BA2 color. Also use rgb(163,155,162) instead hex code.

Text Font Color

.myTextColor { color: #A39BA2; }

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

This text font color is #A39BA2.


Background Color

.myBgColor { background-color: #A39BA2; }

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

This div background color is #A39BA2.


Border color

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

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

This div border color is #A39BA2.


Opacity

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

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

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

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

This text has shadow with #A39BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39BA2 on black background.


Color preview on white background

This text has color #A39BA2 on white background.



Black color preview on #A39BA2 background

This text has black color on #A39BA2 background.


White color preview on #A39BA2 background

This text has white color on #A39BA2 background.