COLOR #A8AF9D

HEX: #A8AF9D RGB: (168,175,157)

Color info

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

RGB color model

#A8AF9D color RGB value is (168,175,157).

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

RGB channels and saturation

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

168
175
157

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

Portions of RGB colors in percentages

R + G + B = 168 + 175 + 157 = 500 (100%)
R 168 of 500 ~ 33.6%
G 175 of 500 ~ 35%
B 157 of 500 ~ 31.4'%

%33.6
%35
%31.4

CMYK color model

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

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

CMYK: (4,0,10,31)
C4M0Y10K31 (4%, 0%, 10%, 31%)
(0.04 / 0.00 / 0.10 / 0.31)

CMYK percentages

%4
%0
%10.29
%31.37

Codes

Color #A8AF9D in popluar color models

A8 AF 9D
RGB 168 175 157
HSL 83° 10.11% 65.10%
HSB/HSV 83° 10.29% 68.63%
CMYK 4.00% 0.00% 10.29%
31.37%

Color #A8AF9D in popluar number systems.

HEX A8 AF 9D
Decimal 168 175 157
Binary 10101000 10101111 10011101
Octal 250 257 235

Shades and tints

Shades of #A8AF9D

#A8AF9D
(168,175,157)
#99A08F
(153,160,143)
#8A9181
(138,145,129)
#7B8273
(123,130,115)
#6C7365
(108,115,101)
#5D6457
(93,100,87)
#4E5549
(78,85,73)
#3F463B
(63,70,59)
#30372D
(48,55,45)
#21281F
(33,40,31)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #A8AF9D

#A8AF9D
(168,175,157)
#AFB6A5
(175,182,165)
#B6BDAD
(182,189,173)
#BDC4B5
(189,196,181)
#C4CBBD
(196,203,189)
#CBD2C5
(203,210,197)
#D2D9CD
(210,217,205)
#D9E0D5
(217,224,213)
#E0E7DD
(224,231,221)
#E7EEE5
(231,238,229)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AF9D; }

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

This text font color is #A8AF9D.

Background Color

.myBgColor { background-color: #A8AF9D; }

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

This div background color is #A8AF9D.

Border color

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

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

This div border color is #A8AF9D.

Opacity

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

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

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

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

This text has shadow with #A8AF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AF9D.

Preview

Color preview on black background

This text has color #A8AF9D on black background.


Color preview on white background

This text has color #A8AF9D on white background.


Black color preview on #A8AF9D background

This text has black color on #A8AF9D background.


White color preview on #A8AF9D background

This text has white color on #A8AF9D background.


Related colors

Complementary color

Complementary color for #hex is #575062.


I love getcolorcode.com

Triadic colors

1 #9DA8AF and #AF9DA8 with #A8AF9D are triadic colors.

2 #9DAFA8 and #AFA89D with #A8AF9D are triadic colors.