COLOR #A3A99C

HEX: #A3A99C
RGB: (163,169,156)

Color info

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

RGB color model

#A3A99C color RGB value is (163,169,156).

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

RGB channels and saturation

R 163 of 255 = 64%
G 169 of 255 = 66%
B 156 of 255 = 61%

163
169
156

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

Portions of RGB colors in percentages

R + G + B =
163 + 169 + 156 = 488 (100%)
R 163 of 488 ~ 33.4%
G 169 of 488 ~ 34.63%
B 156 of 488 ~ 31.97%

%33.4
%34.63
%31.97

CMYK color model

#A3A99C color CMYK value is (4,0,8,34).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(4,0,8,34)
C4M0Y8K34 
(4%,0%,8%,34%)
(0.04/0.00/0.08/0.34)	

CMYK percentages

%3.55
%0
%7.69
%33.73

Codes

Color #A3A99C in popluar color models

A3A99C
RGB163169156
HSL88°7.03%63.73%
HSB/HSV88°7.69%66.27%
CMYK3.55%0.00%7.69%
33.73%

Color #A3A99C in popluar number systems.

HEXA3A99C
Decimal163169156
Binary101000111010100110011100
Octal243251234

Shades and tints

Shades of #A3A99C

#A3A99C
(163,169,156)
#959A8E
(149,154,142)
#878B80
(135,139,128)
#797C72
(121,124,114)
#6B6D64
(107,109,100)
#5D5E56
(93,94,86)
#4F4F48
(79,79,72)
#41403A
(65,64,58)
#33312C
(51,49,44)
#25221E
(37,34,30)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #A3A99C

#A3A99C
(163,169,156)
#ABB0A5
(171,176,165)
#B3B7AE
(179,183,174)
#BBBEB7
(187,190,183)
#C3C5C0
(195,197,192)
#CBCCC9
(203,204,201)
#D3D3D2
(211,211,210)
#DBDADB
(219,218,219)
#E3E1E4
(227,225,228)
#EBE8ED
(235,232,237)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A99C; }

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

This text font color is #A3A99C.


Background Color

.myBgColor { background-color: #A3A99C; }

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

This div background color is #A3A99C.


Border color

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

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

This div border color is #A3A99C.


Opacity

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

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

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

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

This text has shadow with #A3A99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A99C on black background.


Color preview on white background

This text has color #A3A99C on white background.



Black color preview on #A3A99C background

This text has black color on #A3A99C background.


White color preview on #A3A99C background

This text has white color on #A3A99C background.