COLOR #A8A0AB

HEX: #A8A0AB RGB: (168,160,171)

Color info

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

RGB color model

#A8A0AB color RGB value is (168,160,171).

RGB: (168,160,171) (66%, 63%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 160 of 255 = 63%
B 171 of 255 = 67%

168
160
171

R + G + B ~ 65%. #A8A0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 160 + 171 = 499 (100%)
R 168 of 499 ~ 33.67%
G 160 of 499 ~ 32.06%
B 171 of 499 ~ 34.27'%

%33.67
%32.06
%34.27

CMYK color model

#A8A0AB color CMYK value is (2,6,0,33).

  • cyan value is 1.75%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (2,6,0,33) C2M6Y0K33 (2%,6%,0%,33%) (0.02/0.06/0.00/0.33) 

CMYK percentages

%1.75
%6.43
%0
%32.94

Codes

Color #A8A0AB in popluar color models

A8 A0 AB
RGB 168 160 171
HSL 284° 6.15% 64.90%
HSB/HSV 284° 6.43% 67.06%
CMYK 1.75% 6.43% 0.00%
32.94%

Color #A8A0AB in popluar number systems.

HEX A8 A0 AB
Decimal 168 160 171
Binary 10101000 10100000 10101011
Octal 250 240 253

Shades and tints

Shades of #A8A0AB

#A8A0AB
(168,160,171)
#99929C
(153,146,156)
#8A848D
(138,132,141)
#7B767E
(123,118,126)
#6C686F
(108,104,111)
#5D5A60
(93,90,96)
#4E4C51
(78,76,81)
#3F3E42
(63,62,66)
#303033
(48,48,51)
#212224
(33,34,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A8A0AB

#A8A0AB
(168,160,171)
#AFA8B2
(175,168,178)
#B6B0B9
(182,176,185)
#BDB8C0
(189,184,192)
#C4C0C7
(196,192,199)
#CBC8CE
(203,200,206)
#D2D0D5
(210,208,213)
#D9D8DC
(217,216,220)
#E0E0E3
(224,224,227)
#E7E8EA
(231,232,234)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A0AB; }

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

This text font color is #A8A0AB.

Background Color

.myBgColor { background-color: #A8A0AB; }

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

This div background color is #A8A0AB.

Border color

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

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

This div border color is #A8A0AB.

Opacity

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

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

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

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

This text has shadow with #A8A0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A0AB.

Preview

Color preview on black background

This text has color #A8A0AB on black background.


Color preview on white background

This text has color #A8A0AB on white background.


Black color preview on #A8A0AB background

This text has black color on #A8A0AB background.


White color preview on #A8A0AB background

This text has white color on #A8A0AB background.


Related colors

Complementary color

Complementary color for #hex is #575F54.


I love getcolorcode.com

Triadic colors

1 #ABA8A0 and #A0ABA8 with #A8A0AB are triadic colors.

2 #ABA0A8 and #A0A8AB with #A8A0AB are triadic colors.