COLOR #A8A8AF

HEX: #A8A8AF RGB: (168,168,175)

Color info

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

RGB color model

#A8A8AF color RGB value is (168,168,175).

RGB: (168,168,175) (66%, 66%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 175 of 255 = 69%

168
168
175

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

Portions of RGB colors in percentages

R + G + B = 168 + 168 + 175 = 511 (100%)
R 168 of 511 ~ 32.88%
G 168 of 511 ~ 32.88%
B 175 of 511 ~ 34.25'%

%32.88
%32.88
%34.25

CMYK color model

#A8A8AF color CMYK value is (4,4,0,31).

  • cyan value is 4.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (4,4,0,31) C4M4Y0K31 (4%,4%,0%,31%) (0.04/0.04/0.00/0.31) 

CMYK percentages

%4
%4
%0
%31.37

Codes

Color #A8A8AF in popluar color models

A8 A8 AF
RGB 168 168 175
HSL 240° 4.19% 67.25%
HSB/HSV 240° 4.00% 68.63%
CMYK 4.00% 4.00% 0.00%
31.37%

Color #A8A8AF in popluar number systems.

HEX A8 A8 AF
Decimal 168 168 175
Binary 10101000 10101000 10101111
Octal 250 250 257

Shades and tints

Shades of #A8A8AF

#A8A8AF
(168,168,175)
#9999A0
(153,153,160)
#8A8A91
(138,138,145)
#7B7B82
(123,123,130)
#6C6C73
(108,108,115)
#5D5D64
(93,93,100)
#4E4E55
(78,78,85)
#3F3F46
(63,63,70)
#303037
(48,48,55)
#212128
(33,33,40)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #A8A8AF

#A8A8AF
(168,168,175)
#AFAFB6
(175,175,182)
#B6B6BD
(182,182,189)
#BDBDC4
(189,189,196)
#C4C4CB
(196,196,203)
#CBCBD2
(203,203,210)
#D2D2D9
(210,210,217)
#D9D9E0
(217,217,224)
#E0E0E7
(224,224,231)
#E7E7EE
(231,231,238)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8AF; }

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

This text font color is #A8A8AF.

Background Color

.myBgColor { background-color: #A8A8AF; }

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

This div background color is #A8A8AF.

Border color

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

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

This div border color is #A8A8AF.

Opacity

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

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

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

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

This text has shadow with #A8A8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A8AF.

Preview

Color preview on black background

This text has color #A8A8AF on black background.


Color preview on white background

This text has color #A8A8AF on white background.


Black color preview on #A8A8AF background

This text has black color on #A8A8AF background.


White color preview on #A8A8AF background

This text has white color on #A8A8AF background.


Related colors

Complementary color

Complementary color for #hex is #575750.


I love getcolorcode.com