COLOR #A8AE9F

HEX: #A8AE9F RGB: (168,174,159)

Color info

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

RGB color model

#A8AE9F color RGB value is (168,174,159).

RGB: (168,174,159) (66%, 68%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 159 of 255 = 62%

168
174
159

R + G + B ~ 65%. #A8AE9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 174 + 159 = 501 (100%)
R 168 of 501 ~ 33.53%
G 174 of 501 ~ 34.73%
B 159 of 501 ~ 31.74'%

%33.53
%34.73
%31.74

CMYK color model

#A8AE9F color CMYK value is (3,0,9,32).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 31.76%

CMYK: (3,0,9,32)
C3M0Y9K32 (3%, 0%, 9%, 32%)
(0.03 / 0.00 / 0.09 / 0.32)

CMYK percentages

%3.45
%0
%8.62
%31.76

Codes

Color #A8AE9F in popluar color models

A8 AE 9F
RGB 168 174 159
HSL 84° 8.47% 65.29%
HSB/HSV 84° 8.62% 68.24%
CMYK 3.45% 0.00% 8.62%
31.76%

Color #A8AE9F in popluar number systems.

HEX A8 AE 9F
Decimal 168 174 159
Binary 10101000 10101110 10011111
Octal 250 256 237

Shades and tints

Shades of #A8AE9F

#A8AE9F
(168,174,159)
#999F91
(153,159,145)
#8A9083
(138,144,131)
#7B8175
(123,129,117)
#6C7267
(108,114,103)
#5D6359
(93,99,89)
#4E544B
(78,84,75)
#3F453D
(63,69,61)
#30362F
(48,54,47)
#212721
(33,39,33)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #A8AE9F

#A8AE9F
(168,174,159)
#AFB5A7
(175,181,167)
#B6BCAF
(182,188,175)
#BDC3B7
(189,195,183)
#C4CABF
(196,202,191)
#CBD1C7
(203,209,199)
#D2D8CF
(210,216,207)
#D9DFD7
(217,223,215)
#E0E6DF
(224,230,223)
#E7EDE7
(231,237,231)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AE9F; }

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

This text font color is #A8AE9F.

Background Color

.myBgColor { background-color: #A8AE9F; }

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

This div background color is #A8AE9F.

Border color

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

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

This div border color is #A8AE9F.

Opacity

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

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

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

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

This text has shadow with #A8AE9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AE9F.

Preview

Color preview on black background

This text has color #A8AE9F on black background.


Color preview on white background

This text has color #A8AE9F on white background.


Black color preview on #A8AE9F background

This text has black color on #A8AE9F background.


White color preview on #A8AE9F background

This text has white color on #A8AE9F background.


Related colors

Complementary color

Complementary color for #hex is #575160.


I love getcolorcode.com

Triadic colors

1 #9FA8AE and #AE9FA8 with #A8AE9F are triadic colors.

2 #9FAEA8 and #AEA89F with #A8AE9F are triadic colors.