COLOR #A8AB97

HEX: #A8AB97
RGB: (168,171,151)

Color info

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

RGB color model

#A8AB97 color RGB value is (168,171,151).

  • red value is 168;
  • green value is 171;
  • blue value is 151.
RGB:
(168,171,151)
(66%,67%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 151 of 255 = 59%

168
171
151

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

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 151 = 490 (100%)
R 168 of 490 ~ 34.29%
G 171 of 490 ~ 34.9%
B 151 of 490 ~ 30.82%

%34.29
%34.9
%30.82

CMYK color model

#A8AB97 color CMYK value is (2,0,12,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(2,0,12,33)
C2M0Y12K33 
(2%,0%,12%,33%)
(0.02/0.00/0.12/0.33)	

CMYK percentages

%1.75
%0
%11.7
%32.94

Codes

Color #A8AB97 in popluar color models

A8AB97
RGB168171151
HSL69°10.64%63.14%
HSB/HSV69°11.70%67.06%
CMYK1.75%0.00%11.70%
32.94%

Color #A8AB97 in popluar number systems.

HEXA8AB97
Decimal168171151
Binary101010001010101110010111
Octal250253227

Shades and tints

Shades of #A8AB97

#A8AB97
(168,171,151)
#999C8A
(153,156,138)
#8A8D7D
(138,141,125)
#7B7E70
(123,126,112)
#6C6F63
(108,111,99)
#5D6056
(93,96,86)
#4E5149
(78,81,73)
#3F423C
(63,66,60)
#30332F
(48,51,47)
#212422
(33,36,34)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A8AB97

#A8AB97
(168,171,151)
#AFB2A0
(175,178,160)
#B6B9A9
(182,185,169)
#BDC0B2
(189,192,178)
#C4C7BB
(196,199,187)
#CBCEC4
(203,206,196)
#D2D5CD
(210,213,205)
#D9DCD6
(217,220,214)
#E0E3DF
(224,227,223)
#E7EAE8
(231,234,232)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AB97 color. Also use rgb(168,171,151) instead hex code.

Text Font Color

.myTextColor { color: #A8AB97; }

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

This text font color is #A8AB97.


Background Color

.myBgColor { background-color: #A8AB97; }

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

This div background color is #A8AB97.


Border color

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

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

This div border color is #A8AB97.


Opacity

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

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

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

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

This text has shadow with #A8AB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AB97 on black background.


Color preview on white background

This text has color #A8AB97 on white background.



Black color preview on #A8AB97 background

This text has black color on #A8AB97 background.


White color preview on #A8AB97 background

This text has white color on #A8AB97 background.