COLOR #A8AFA0

HEX: #A8AFA0 RGB: (168,175,160)

Color info

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

RGB color model

#A8AFA0 color RGB value is (168,175,160).

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

RGB channels and saturation

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

168
175
160

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

Portions of RGB colors in percentages

R + G + B = 168 + 175 + 160 = 503 (100%)
R 168 of 503 ~ 33.4%
G 175 of 503 ~ 34.79%
B 160 of 503 ~ 31.81'%

%33.4
%34.79
%31.81

CMYK color model

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

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

CMYK: (4,0,9,31)
C4M0Y9K31 (4%, 0%, 9%, 31%)
(0.04 / 0.00 / 0.09 / 0.31)

CMYK percentages

%4
%0
%8.57
%31.37

Codes

Color #A8AFA0 in popluar color models

A8 AF A0
RGB 168 175 160
HSL 88° 8.57% 65.69%
HSB/HSV 88° 8.57% 68.63%
CMYK 4.00% 0.00% 8.57%
31.37%

Color #A8AFA0 in popluar number systems.

HEX A8 AF A0
Decimal 168 175 160
Binary 10101000 10101111 10100000
Octal 250 257 240

Shades and tints

Shades of #A8AFA0

#A8AFA0
(168,175,160)
#99A092
(153,160,146)
#8A9184
(138,145,132)
#7B8276
(123,130,118)
#6C7368
(108,115,104)
#5D645A
(93,100,90)
#4E554C
(78,85,76)
#3F463E
(63,70,62)
#303730
(48,55,48)
#212822
(33,40,34)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #A8AFA0

#A8AFA0
(168,175,160)
#AFB6A8
(175,182,168)
#B6BDB0
(182,189,176)
#BDC4B8
(189,196,184)
#C4CBC0
(196,203,192)
#CBD2C8
(203,210,200)
#D2D9D0
(210,217,208)
#D9E0D8
(217,224,216)
#E0E7E0
(224,231,224)
#E7EEE8
(231,238,232)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFA0; }

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

This text font color is #A8AFA0.

Background Color

.myBgColor { background-color: #A8AFA0; }

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

This div background color is #A8AFA0.

Border color

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

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

This div border color is #A8AFA0.

Opacity

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

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

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

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

This text has shadow with #A8AFA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AFA0.

Preview

Color preview on black background

This text has color #A8AFA0 on black background.


Color preview on white background

This text has color #A8AFA0 on white background.


Black color preview on #A8AFA0 background

This text has black color on #A8AFA0 background.


White color preview on #A8AFA0 background

This text has white color on #A8AFA0 background.


Related colors

Complementary color

Complementary color for #hex is #57505F.


I love getcolorcode.com

Triadic colors

1 #A0A8AF and #AFA0A8 with #A8AFA0 are triadic colors.

2 #A0AFA8 and #AFA8A0 with #A8AFA0 are triadic colors.