COLOR #A3AA95

HEX: #A3AA95
RGB: (163,170,149)

Color info

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

RGB color model

#A3AA95 color RGB value is (163,170,149).

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

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 149 of 255 = 58%

163
170
149

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 149 = 482 (100%)
R 163 of 482 ~ 33.82%
G 170 of 482 ~ 35.27%
B 149 of 482 ~ 30.91%

%33.82
%35.27
%30.91

CMYK color model

#A3AA95 color CMYK value is (4,0,12,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK:
(4,0,12,33)
C4M0Y12K33 
(4%,0%,12%,33%)
(0.04/0.00/0.12/0.33)	

CMYK percentages

%4.12
%0
%12.35
%33.33

Codes

Color #A3AA95 in popluar color models

A3AA95
RGB163170149
HSL80°10.99%62.55%
HSB/HSV80°12.35%66.67%
CMYK4.12%0.00%12.35%
33.33%

Color #A3AA95 in popluar number systems.

HEXA3AA95
Decimal163170149
Binary101000111010101010010101
Octal243252225

Shades and tints

Shades of #A3AA95

#A3AA95
(163,170,149)
#959B88
(149,155,136)
#878C7B
(135,140,123)
#797D6E
(121,125,110)
#6B6E61
(107,110,97)
#5D5F54
(93,95,84)
#4F5047
(79,80,71)
#41413A
(65,65,58)
#33322D
(51,50,45)
#252320
(37,35,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3AA95

#A3AA95
(163,170,149)
#ABB19E
(171,177,158)
#B3B8A7
(179,184,167)
#BBBFB0
(187,191,176)
#C3C6B9
(195,198,185)
#CBCDC2
(203,205,194)
#D3D4CB
(211,212,203)
#DBDBD4
(219,219,212)
#E3E2DD
(227,226,221)
#EBE9E6
(235,233,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AA95; }

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

This text font color is #A3AA95.


Background Color

.myBgColor { background-color: #A3AA95; }

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

This div background color is #A3AA95.


Border color

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

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

This div border color is #A3AA95.


Opacity

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

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

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

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

This text has shadow with #A3AA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AA95 on black background.


Color preview on white background

This text has color #A3AA95 on white background.



Black color preview on #A3AA95 background

This text has black color on #A3AA95 background.


White color preview on #A3AA95 background

This text has white color on #A3AA95 background.