COLOR #A3B395

HEX: #A3B395
RGB: (163,179,149)

Color info

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

RGB color model

#A3B395 color RGB value is (163,179,149).

  • red value is 163;
  • green value is 179;
  • blue value is 149.
RGB:
(163,179,149)
(64%,70%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 149 of 255 = 58%

163
179
149

R + G + B ~ 64%. #A3B395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 149 = 491 (100%)
R 163 of 491 ~ 33.2%
G 179 of 491 ~ 36.46%
B 149 of 491 ~ 30.35%

%33.2
%36.46
%30.35

CMYK color model

#A3B395 color CMYK value is (9,0,17,30).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(9,0,17,30)
C9M0Y17K30 
(9%,0%,17%,30%)
(0.09/0.00/0.17/0.30)	

CMYK percentages

%8.94
%0
%16.76
%29.8

Codes

Color #A3B395 in popluar color models

A3B395
RGB163179149
HSL92°16.48%64.31%
HSB/HSV92°16.76%70.20%
CMYK8.94%0.00%16.76%
29.80%

Color #A3B395 in popluar number systems.

HEXA3B395
Decimal163179149
Binary101000111011001110010101
Octal243263225

Shades and tints

Shades of #A3B395

#A3B395
(163,179,149)
#95A388
(149,163,136)
#87937B
(135,147,123)
#79836E
(121,131,110)
#6B7361
(107,115,97)
#5D6354
(93,99,84)
#4F5347
(79,83,71)
#41433A
(65,67,58)
#33332D
(51,51,45)
#252320
(37,35,32)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #A3B395

#A3B395
(163,179,149)
#ABB99E
(171,185,158)
#B3BFA7
(179,191,167)
#BBC5B0
(187,197,176)
#C3CBB9
(195,203,185)
#CBD1C2
(203,209,194)
#D3D7CB
(211,215,203)
#DBDDD4
(219,221,212)
#E3E3DD
(227,227,221)
#EBE9E6
(235,233,230)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B395 color. Also use rgb(163,179,149) instead hex code.

Text Font Color

.myTextColor { color: #A3B395; }

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

This text font color is #A3B395.


Background Color

.myBgColor { background-color: #A3B395; }

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

This div background color is #A3B395.


Border color

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

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

This div border color is #A3B395.


Opacity

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

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

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

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

This text has shadow with #A3B395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B395 on black background.


Color preview on white background

This text has color #A3B395 on white background.



Black color preview on #A3B395 background

This text has black color on #A3B395 background.


White color preview on #A3B395 background

This text has white color on #A3B395 background.