COLOR #A8AFAD

HEX: #A8AFAD RGB: (168,175,173)

Color info

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

RGB color model

#A8AFAD color RGB value is (168,175,173).

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

RGB channels and saturation

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

168
175
173

R + G + B ~ 68%. #A8AFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 175 + 173 = 516 (100%)
R 168 of 516 ~ 32.56%
G 175 of 516 ~ 33.91%
B 173 of 516 ~ 33.53'%

%32.56
%33.91
%33.53

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 31.37%

CMYK: (4,0,1,31)
C4M0Y1K31 (4%, 0%, 1%, 31%)
(0.04 / 0.00 / 0.01 / 0.31)

CMYK percentages

%4
%0
%1.14
%31.37

Codes

Color #A8AFAD in popluar color models

A8 AF AD
RGB 168 175 173
HSL 163° 4.19% 67.25%
HSB/HSV 163° 4.00% 68.63%
CMYK 4.00% 0.00% 1.14%
31.37%

Color #A8AFAD in popluar number systems.

HEX A8 AF AD
Decimal 168 175 173
Binary 10101000 10101111 10101101
Octal 250 257 255

Shades and tints

Shades of #A8AFAD

#A8AFAD
(168,175,173)
#99A09E
(153,160,158)
#8A918F
(138,145,143)
#7B8280
(123,130,128)
#6C7371
(108,115,113)
#5D6462
(93,100,98)
#4E5553
(78,85,83)
#3F4644
(63,70,68)
#303735
(48,55,53)
#212826
(33,40,38)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #A8AFAD

#A8AFAD
(168,175,173)
#AFB6B4
(175,182,180)
#B6BDBB
(182,189,187)
#BDC4C2
(189,196,194)
#C4CBC9
(196,203,201)
#CBD2D0
(203,210,208)
#D2D9D7
(210,217,215)
#D9E0DE
(217,224,222)
#E0E7E5
(224,231,229)
#E7EEEC
(231,238,236)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFAD; }

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

This text font color is #A8AFAD.

Background Color

.myBgColor { background-color: #A8AFAD; }

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

This div background color is #A8AFAD.

Border color

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

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

This div border color is #A8AFAD.

Opacity

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

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

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

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

This text has shadow with #A8AFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AFAD.

Preview

Color preview on black background

This text has color #A8AFAD on black background.


Color preview on white background

This text has color #A8AFAD on white background.


Black color preview on #A8AFAD background

This text has black color on #A8AFAD background.


White color preview on #A8AFAD background

This text has white color on #A8AFAD background.


Related colors

Complementary color

Complementary color for #hex is #575052.


I love getcolorcode.com

Triadic colors

1 #ADA8AF and #AFADA8 with #A8AFAD are triadic colors.

2 #ADAFA8 and #AFA8AD with #A8AFAD are triadic colors.