COLOR #A3929B

HEX: #A3929B
RGB: (163,146,155)

Color info

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

RGB color model

#A3929B color RGB value is (163,146,155).

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

RGB channels and saturation

R 163 of 255 = 64%
G 146 of 255 = 57%
B 155 of 255 = 61%

163
146
155

R + G + B ~ 61%. #A3929B is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 146 + 155 = 464 (100%)
R 163 of 464 ~ 35.13%
G 146 of 464 ~ 31.47%
B 155 of 464 ~ 33.41%

%35.13
%31.47
%33.41

CMYK color model

#A3929B color CMYK value is (0,10,5,36).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(0,10,5,36)
C0M10Y5K36 
(0%,10%,5%,36%)
(0.00/0.10/0.05/0.36)	

CMYK percentages

%0
%10.43
%4.91
%36.08

Codes

Color #A3929B in popluar color models

A3929B
RGB163146155
HSL328°8.46%60.59%
HSB/HSV328°10.43%63.92%
CMYK0.00%10.43%4.91%
36.08%

Color #A3929B in popluar number systems.

HEXA3929B
Decimal163146155
Binary101000111001001010011011
Octal243222233

Shades and tints

Shades of #A3929B

#A3929B
(163,146,155)
#95858D
(149,133,141)
#87787F
(135,120,127)
#796B71
(121,107,113)
#6B5E63
(107,94,99)
#5D5155
(93,81,85)
#4F4447
(79,68,71)
#413739
(65,55,57)
#332A2B
(51,42,43)
#251D1D
(37,29,29)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #A3929B

#A3929B
(163,146,155)
#AB9BA4
(171,155,164)
#B3A4AD
(179,164,173)
#BBADB6
(187,173,182)
#C3B6BF
(195,182,191)
#CBBFC8
(203,191,200)
#D3C8D1
(211,200,209)
#DBD1DA
(219,209,218)
#E3DAE3
(227,218,227)
#EBE3EC
(235,227,236)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3929B; }

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

This text font color is #A3929B.


Background Color

.myBgColor { background-color: #A3929B; }

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

This div background color is #A3929B.


Border color

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

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

This div border color is #A3929B.


Opacity

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

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

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

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

This text has shadow with #A3929B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3929B on black background.


Color preview on white background

This text has color #A3929B on white background.



Black color preview on #A3929B background

This text has black color on #A3929B background.


White color preview on #A3929B background

This text has white color on #A3929B background.