COLOR #A8AFA1

HEX: #A8AFA1 RGB: (168,175,161)

Color info

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

RGB color model

#A8AFA1 color RGB value is (168,175,161).

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

RGB channels and saturation

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

168
175
161

R + G + B ~ 66%. #A8AFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 175 + 161 = 504 (100%)
R 168 of 504 ~ 33.33%
G 175 of 504 ~ 34.72%
B 161 of 504 ~ 31.94'%

%33.33
%34.72
%31.94

CMYK color model

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

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

CMYK: (4,0,8,31)
C4M0Y8K31 (4%, 0%, 8%, 31%)
(0.04 / 0.00 / 0.08 / 0.31)

CMYK percentages

%4
%0
%8
%31.37

Codes

Color #A8AFA1 in popluar color models

A8 AF A1
RGB 168 175 161
HSL 90° 8.05% 65.88%
HSB/HSV 90° 8.00% 68.63%
CMYK 4.00% 0.00% 8.00%
31.37%

Color #A8AFA1 in popluar number systems.

HEX A8 AF A1
Decimal 168 175 161
Binary 10101000 10101111 10100001
Octal 250 257 241

Shades and tints

Shades of #A8AFA1

#A8AFA1
(168,175,161)
#99A093
(153,160,147)
#8A9185
(138,145,133)
#7B8277
(123,130,119)
#6C7369
(108,115,105)
#5D645B
(93,100,91)
#4E554D
(78,85,77)
#3F463F
(63,70,63)
#303731
(48,55,49)
#212823
(33,40,35)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #A8AFA1

#A8AFA1
(168,175,161)
#AFB6A9
(175,182,169)
#B6BDB1
(182,189,177)
#BDC4B9
(189,196,185)
#C4CBC1
(196,203,193)
#CBD2C9
(203,210,201)
#D2D9D1
(210,217,209)
#D9E0D9
(217,224,217)
#E0E7E1
(224,231,225)
#E7EEE9
(231,238,233)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFA1; }

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

This text font color is #A8AFA1.

Background Color

.myBgColor { background-color: #A8AFA1; }

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

This div background color is #A8AFA1.

Border color

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

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

This div border color is #A8AFA1.

Opacity

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

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

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

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

This text has shadow with #A8AFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AFA1.

Preview

Color preview on black background

This text has color #A8AFA1 on black background.


Color preview on white background

This text has color #A8AFA1 on white background.


Black color preview on #A8AFA1 background

This text has black color on #A8AFA1 background.


White color preview on #A8AFA1 background

This text has white color on #A8AFA1 background.


Related colors

Complementary color

Complementary color for #hex is #57505E.


I love getcolorcode.com

Triadic colors

1 #A1A8AF and #AFA1A8 with #A8AFA1 are triadic colors.

2 #A1AFA8 and #AFA8A1 with #A8AFA1 are triadic colors.