COLOR #A3A991

HEX: #A3A991
RGB: (163,169,145)

Color info

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

RGB color model

#A3A991 color RGB value is (163,169,145).

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

RGB channels and saturation

R 163 of 255 = 64%
G 169 of 255 = 66%
B 145 of 255 = 57%

163
169
145

R + G + B ~ 62%. #A3A991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 169 + 145 = 477 (100%)
R 163 of 477 ~ 34.17%
G 169 of 477 ~ 35.43%
B 145 of 477 ~ 30.4%

%34.17
%35.43
%30.4

CMYK color model

#A3A991 color CMYK value is (4,0,14,34).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(4,0,14,34)
C4M0Y14K34 
(4%,0%,14%,34%)
(0.04/0.00/0.14/0.34)	

CMYK percentages

%3.55
%0
%14.2
%33.73

Codes

Color #A3A991 in popluar color models

A3A991
RGB163169145
HSL75°12.24%61.57%
HSB/HSV75°14.20%66.27%
CMYK3.55%0.00%14.20%
33.73%

Color #A3A991 in popluar number systems.

HEXA3A991
Decimal163169145
Binary101000111010100110010001
Octal243251221

Shades and tints

Shades of #A3A991

#A3A991
(163,169,145)
#959A84
(149,154,132)
#878B77
(135,139,119)
#797C6A
(121,124,106)
#6B6D5D
(107,109,93)
#5D5E50
(93,94,80)
#4F4F43
(79,79,67)
#414036
(65,64,54)
#333129
(51,49,41)
#25221C
(37,34,28)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #A3A991

#A3A991
(163,169,145)
#ABB09B
(171,176,155)
#B3B7A5
(179,183,165)
#BBBEAF
(187,190,175)
#C3C5B9
(195,197,185)
#CBCCC3
(203,204,195)
#D3D3CD
(211,211,205)
#DBDAD7
(219,218,215)
#E3E1E1
(227,225,225)
#EBE8EB
(235,232,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A991; }

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

This text font color is #A3A991.


Background Color

.myBgColor { background-color: #A3A991; }

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

This div background color is #A3A991.


Border color

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

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

This div border color is #A3A991.


Opacity

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

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

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

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

This text has shadow with #A3A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A991 on black background.


Color preview on white background

This text has color #A3A991 on white background.



Black color preview on #A3A991 background

This text has black color on #A3A991 background.


White color preview on #A3A991 background

This text has white color on #A3A991 background.