COLOR #A8ABAA

HEX: #A8ABAA RGB: (168,171,170)

Color info

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

RGB color model

#A8ABAA color RGB value is (168,171,170).

RGB: (168,171,170) (66%, 67%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 170 of 255 = 67%

168
171
170

R + G + B ~ 67%. #A8ABAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 171 + 170 = 509 (100%)
R 168 of 509 ~ 33.01%
G 171 of 509 ~ 33.6%
B 170 of 509 ~ 33.4'%

%33.01
%33.6
%33.4

CMYK color model

#A8ABAA color CMYK value is (2,0,1,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.94%

CMYK: (2,0,1,33)
C2M0Y1K33 (2%, 0%, 1%, 33%)
(0.02 / 0.00 / 0.01 / 0.33)

CMYK percentages

%1.75
%0
%0.58
%32.94

Codes

Color #A8ABAA in popluar color models

A8 AB AA
RGB 168 171 170
HSL 160° 1.75% 66.47%
HSB/HSV 160° 1.75% 67.06%
CMYK 1.75% 0.00% 0.58%
32.94%

Color #A8ABAA in popluar number systems.

HEX A8 AB AA
Decimal 168 171 170
Binary 10101000 10101011 10101010
Octal 250 253 252

Shades and tints

Shades of #A8ABAA

#A8ABAA
(168,171,170)
#999C9B
(153,156,155)
#8A8D8C
(138,141,140)
#7B7E7D
(123,126,125)
#6C6F6E
(108,111,110)
#5D605F
(93,96,95)
#4E5150
(78,81,80)
#3F4241
(63,66,65)
#303332
(48,51,50)
#212423
(33,36,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #A8ABAA

#A8ABAA
(168,171,170)
#AFB2B1
(175,178,177)
#B6B9B8
(182,185,184)
#BDC0BF
(189,192,191)
#C4C7C6
(196,199,198)
#CBCECD
(203,206,205)
#D2D5D4
(210,213,212)
#D9DCDB
(217,220,219)
#E0E3E2
(224,227,226)
#E7EAE9
(231,234,233)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ABAA; }

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

This text font color is #A8ABAA.

Background Color

.myBgColor { background-color: #A8ABAA; }

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

This div background color is #A8ABAA.

Border color

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

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

This div border color is #A8ABAA.

Opacity

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

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

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

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

This text has shadow with #A8ABAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ABAA.

Preview

Color preview on black background

This text has color #A8ABAA on black background.


Color preview on white background

This text has color #A8ABAA on white background.


Black color preview on #A8ABAA background

This text has black color on #A8ABAA background.


White color preview on #A8ABAA background

This text has white color on #A8ABAA background.


Related colors

Complementary color

Complementary color for #hex is #575455.


I love getcolorcode.com

Triadic colors

1 #AAA8AB and #ABAAA8 with #A8ABAA are triadic colors.

2 #AAABA8 and #ABA8AA with #A8ABAA are triadic colors.