COLOR #A3B991

HEX: #A3B991
RGB: (163,185,145)

Color info

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

RGB color model

#A3B991 color RGB value is (163,185,145).

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

RGB channels and saturation

R 163 of 255 = 64%
G 185 of 255 = 73%
B 145 of 255 = 57%

163
185
145

R + G + B ~ 65%. #A3B991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 185 + 145 = 493 (100%)
R 163 of 493 ~ 33.06%
G 185 of 493 ~ 37.53%
B 145 of 493 ~ 29.41%

%33.06
%37.53
%29.41

CMYK color model

#A3B991 color CMYK value is (12,0,22,27).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(12,0,22,27)
C12M0Y22K27 
(12%,0%,22%,27%)
(0.12/0.00/0.22/0.27)	

CMYK percentages

%11.89
%0
%21.62
%27.45

Codes

Color #A3B991 in popluar color models

A3B991
RGB163185145
HSL93°22.22%64.71%
HSB/HSV93°21.62%72.55%
CMYK11.89%0.00%21.62%
27.45%

Color #A3B991 in popluar number systems.

HEXA3B991
Decimal163185145
Binary101000111011100110010001
Octal243271221

Shades and tints

Shades of #A3B991

#A3B991
(163,185,145)
#95A984
(149,169,132)
#879977
(135,153,119)
#79896A
(121,137,106)
#6B795D
(107,121,93)
#5D6950
(93,105,80)
#4F5943
(79,89,67)
#414936
(65,73,54)
#333929
(51,57,41)
#25291C
(37,41,28)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #A3B991

#A3B991
(163,185,145)
#ABBF9B
(171,191,155)
#B3C5A5
(179,197,165)
#BBCBAF
(187,203,175)
#C3D1B9
(195,209,185)
#CBD7C3
(203,215,195)
#D3DDCD
(211,221,205)
#DBE3D7
(219,227,215)
#E3E9E1
(227,233,225)
#EBEFEB
(235,239,235)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B991; }

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

This text font color is #A3B991.


Background Color

.myBgColor { background-color: #A3B991; }

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

This div background color is #A3B991.


Border color

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

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

This div border color is #A3B991.


Opacity

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

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

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

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

This text has shadow with #A3B991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B991 on black background.


Color preview on white background

This text has color #A3B991 on white background.



Black color preview on #A3B991 background

This text has black color on #A3B991 background.


White color preview on #A3B991 background

This text has white color on #A3B991 background.