COLOR #A3B192

HEX: #A3B192
RGB: (163,177,146)

Color info

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

RGB color model

#A3B192 color RGB value is (163,177,146).

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

RGB channels and saturation

R 163 of 255 = 64%
G 177 of 255 = 69%
B 146 of 255 = 57%

163
177
146

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

Portions of RGB colors in percentages

R + G + B =
163 + 177 + 146 = 486 (100%)
R 163 of 486 ~ 33.54%
G 177 of 486 ~ 36.42%
B 146 of 486 ~ 30.04%

%33.54
%36.42
%30.04

CMYK color model

#A3B192 color CMYK value is (8,0,18,31).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 30.59%
CMYK:
(8,0,18,31)
C8M0Y18K31 
(8%,0%,18%,31%)
(0.08/0.00/0.18/0.31)	

CMYK percentages

%7.91
%0
%17.51
%30.59

Codes

Color #A3B192 in popluar color models

A3B192
RGB163177146
HSL87°16.58%63.33%
HSB/HSV87°17.51%69.41%
CMYK7.91%0.00%17.51%
30.59%

Color #A3B192 in popluar number systems.

HEXA3B192
Decimal163177146
Binary101000111011000110010010
Octal243261222

Shades and tints

Shades of #A3B192

#A3B192
(163,177,146)
#95A185
(149,161,133)
#879178
(135,145,120)
#79816B
(121,129,107)
#6B715E
(107,113,94)
#5D6151
(93,97,81)
#4F5144
(79,81,68)
#414137
(65,65,55)
#33312A
(51,49,42)
#25211D
(37,33,29)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A3B192

#A3B192
(163,177,146)
#ABB89B
(171,184,155)
#B3BFA4
(179,191,164)
#BBC6AD
(187,198,173)
#C3CDB6
(195,205,182)
#CBD4BF
(203,212,191)
#D3DBC8
(211,219,200)
#DBE2D1
(219,226,209)
#E3E9DA
(227,233,218)
#EBF0E3
(235,240,227)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B192; }

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

This text font color is #A3B192.


Background Color

.myBgColor { background-color: #A3B192; }

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

This div background color is #A3B192.


Border color

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

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

This div border color is #A3B192.


Opacity

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

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

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

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

This text has shadow with #A3B192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B192 on black background.


Color preview on white background

This text has color #A3B192 on white background.



Black color preview on #A3B192 background

This text has black color on #A3B192 background.


White color preview on #A3B192 background

This text has white color on #A3B192 background.