COLOR #A3AA98

HEX: #A3AA98
RGB: (163,170,152)

Color info

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

RGB color model

#A3AA98 color RGB value is (163,170,152).

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

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 152 of 255 = 60%

163
170
152

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 152 = 485 (100%)
R 163 of 485 ~ 33.61%
G 170 of 485 ~ 35.05%
B 152 of 485 ~ 31.34%

%33.61
%35.05
%31.34

CMYK color model

#A3AA98 color CMYK value is (4,0,11,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 33.33%
CMYK:
(4,0,11,33)
C4M0Y11K33 
(4%,0%,11%,33%)
(0.04/0.00/0.11/0.33)	

CMYK percentages

%4.12
%0
%10.59
%33.33

Codes

Color #A3AA98 in popluar color models

A3AA98
RGB163170152
HSL83°9.57%63.14%
HSB/HSV83°10.59%66.67%
CMYK4.12%0.00%10.59%
33.33%

Color #A3AA98 in popluar number systems.

HEXA3AA98
Decimal163170152
Binary101000111010101010011000
Octal243252230

Shades and tints

Shades of #A3AA98

#A3AA98
(163,170,152)
#959B8B
(149,155,139)
#878C7E
(135,140,126)
#797D71
(121,125,113)
#6B6E64
(107,110,100)
#5D5F57
(93,95,87)
#4F504A
(79,80,74)
#41413D
(65,65,61)
#333230
(51,50,48)
#252323
(37,35,35)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #A3AA98

#A3AA98
(163,170,152)
#ABB1A1
(171,177,161)
#B3B8AA
(179,184,170)
#BBBFB3
(187,191,179)
#C3C6BC
(195,198,188)
#CBCDC5
(203,205,197)
#D3D4CE
(211,212,206)
#DBDBD7
(219,219,215)
#E3E2E0
(227,226,224)
#EBE9E9
(235,233,233)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AA98; }

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

This text font color is #A3AA98.


Background Color

.myBgColor { background-color: #A3AA98; }

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

This div background color is #A3AA98.


Border color

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

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

This div border color is #A3AA98.


Opacity

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

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

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

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

This text has shadow with #A3AA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AA98 on black background.


Color preview on white background

This text has color #A3AA98 on white background.



Black color preview on #A3AA98 background

This text has black color on #A3AA98 background.


White color preview on #A3AA98 background

This text has white color on #A3AA98 background.