COLOR #A8AFAE

HEX: #A8AFAE
RGB: (168,175,174)

Color info

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

RGB color model

#A8AFAE color RGB value is (168,175,174).

  • red value is 168;
  • green value is 175;
  • blue value is 174.
RGB:
(168,175,174)
(66%,69%,68%)

RGB channels and saturation

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

168
175
174

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

Portions of RGB colors in percentages

R + G + B =
168 + 175 + 174 = 517 (100%)
R 168 of 517 ~ 32.5%
G 175 of 517 ~ 33.85%
B 174 of 517 ~ 33.66%

%32.5
%33.85
%33.66

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • 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
%0.57
%31.37

Codes

Color #A8AFAE in popluar color models

A8AFAE
RGB168175174
HSL171°4.19%67.25%
HSB/HSV171°4.00%68.63%
CMYK4.00%0.00%0.57%
31.37%

Color #A8AFAE in popluar number systems.

HEXA8AFAE
Decimal168175174
Binary101010001010111110101110
Octal250257256

Shades and tints

Shades of #A8AFAE

#A8AFAE
(168,175,174)
#99A09F
(153,160,159)
#8A9190
(138,145,144)
#7B8281
(123,130,129)
#6C7372
(108,115,114)
#5D6463
(93,100,99)
#4E5554
(78,85,84)
#3F4645
(63,70,69)
#303736
(48,55,54)
#212827
(33,40,39)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #A8AFAE

#A8AFAE
(168,175,174)
#AFB6B5
(175,182,181)
#B6BDBC
(182,189,188)
#BDC4C3
(189,196,195)
#C4CBCA
(196,203,202)
#CBD2D1
(203,210,209)
#D2D9D8
(210,217,216)
#D9E0DF
(217,224,223)
#E0E7E6
(224,231,230)
#E7EEED
(231,238,237)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFAE; }

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

This text font color is #A8AFAE.


Background Color

.myBgColor { background-color: #A8AFAE; }

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

This div background color is #A8AFAE.


Border color

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

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

This div border color is #A8AFAE.


Opacity

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

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

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

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

This text has shadow with #A8AFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AFAE on black background.


Color preview on white background

This text has color #A8AFAE on white background.



Black color preview on #A8AFAE background

This text has black color on #A8AFAE background.


White color preview on #A8AFAE background

This text has white color on #A8AFAE background.