COLOR #A3AB98

HEX: #A3AB98
RGB: (163,171,152)

Color info

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

RGB color model

#A3AB98 color RGB value is (163,171,152).

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

RGB channels and saturation

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

163
171
152

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 152 = 486 (100%)
R 163 of 486 ~ 33.54%
G 171 of 486 ~ 35.19%
B 152 of 486 ~ 31.28%

%33.54
%35.19
%31.28

CMYK color model

#A3AB98 color CMYK value is (5,0,11,33).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 32.94%
CMYK:
(5,0,11,33)
C5M0Y11K33 
(5%,0%,11%,33%)
(0.05/0.00/0.11/0.33)	

CMYK percentages

%4.68
%0
%11.11
%32.94

Codes

Color #A3AB98 in popluar color models

A3AB98
RGB163171152
HSL85°10.16%63.33%
HSB/HSV85°11.11%67.06%
CMYK4.68%0.00%11.11%
32.94%

Color #A3AB98 in popluar number systems.

HEXA3AB98
Decimal163171152
Binary101000111010101110011000
Octal243253230

Shades and tints

Shades of #A3AB98

#A3AB98
(163,171,152)
#959C8B
(149,156,139)
#878D7E
(135,141,126)
#797E71
(121,126,113)
#6B6F64
(107,111,100)
#5D6057
(93,96,87)
#4F514A
(79,81,74)
#41423D
(65,66,61)
#333330
(51,51,48)
#252423
(37,36,35)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #A3AB98

#A3AB98
(163,171,152)
#ABB2A1
(171,178,161)
#B3B9AA
(179,185,170)
#BBC0B3
(187,192,179)
#C3C7BC
(195,199,188)
#CBCEC5
(203,206,197)
#D3D5CE
(211,213,206)
#DBDCD7
(219,220,215)
#E3E3E0
(227,227,224)
#EBEAE9
(235,234,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AB98; }

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

This text font color is #A3AB98.


Background Color

.myBgColor { background-color: #A3AB98; }

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

This div background color is #A3AB98.


Border color

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

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

This div border color is #A3AB98.


Opacity

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

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

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

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

This text has shadow with #A3AB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AB98 on black background.


Color preview on white background

This text has color #A3AB98 on white background.



Black color preview on #A3AB98 background

This text has black color on #A3AB98 background.


White color preview on #A3AB98 background

This text has white color on #A3AB98 background.