COLOR #A8AB90

HEX: #A8AB90
RGB: (168,171,144)

Color info

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

RGB color model

#A8AB90 color RGB value is (168,171,144).

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

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 144 of 255 = 56%

168
171
144

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

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 144 = 483 (100%)
R 168 of 483 ~ 34.78%
G 171 of 483 ~ 35.4%
B 144 of 483 ~ 29.81%

%34.78
%35.4
%29.81

CMYK color model

#A8AB90 color CMYK value is (2,0,16,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(2,0,16,33)
C2M0Y16K33 
(2%,0%,16%,33%)
(0.02/0.00/0.16/0.33)	

CMYK percentages

%1.75
%0
%15.79
%32.94

Codes

Color #A8AB90 in popluar color models

A8AB90
RGB168171144
HSL67°13.85%61.76%
HSB/HSV67°15.79%67.06%
CMYK1.75%0.00%15.79%
32.94%

Color #A8AB90 in popluar number systems.

HEXA8AB90
Decimal168171144
Binary101010001010101110010000
Octal250253220

Shades and tints

Shades of #A8AB90

#A8AB90
(168,171,144)
#999C83
(153,156,131)
#8A8D76
(138,141,118)
#7B7E69
(123,126,105)
#6C6F5C
(108,111,92)
#5D604F
(93,96,79)
#4E5142
(78,81,66)
#3F4235
(63,66,53)
#303328
(48,51,40)
#21241B
(33,36,27)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #A8AB90

#A8AB90
(168,171,144)
#AFB29A
(175,178,154)
#B6B9A4
(182,185,164)
#BDC0AE
(189,192,174)
#C4C7B8
(196,199,184)
#CBCEC2
(203,206,194)
#D2D5CC
(210,213,204)
#D9DCD6
(217,220,214)
#E0E3E0
(224,227,224)
#E7EAEA
(231,234,234)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AB90; }

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

This text font color is #A8AB90.


Background Color

.myBgColor { background-color: #A8AB90; }

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

This div background color is #A8AB90.


Border color

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

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

This div border color is #A8AB90.


Opacity

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

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

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

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

This text has shadow with #A8AB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AB90 on black background.


Color preview on white background

This text has color #A8AB90 on white background.



Black color preview on #A8AB90 background

This text has black color on #A8AB90 background.


White color preview on #A8AB90 background

This text has white color on #A8AB90 background.