COLOR #A8AEAD

HEX: #A8AEAD RGB: (168,174,173)

Color info

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

RGB color model

#A8AEAD color RGB value is (168,174,173).

RGB: (168,174,173) (66%, 68%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 173 of 255 = 68%

168
174
173

R + G + B ~ 67%. #A8AEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 174 + 173 = 515 (100%)
R 168 of 515 ~ 32.62%
G 174 of 515 ~ 33.79%
B 173 of 515 ~ 33.59'%

%32.62
%33.79
%33.59

CMYK color model

#A8AEAD color CMYK value is (3,0,1,32).

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

CMYK: (3,0,1,32)
C3M0Y1K32 (3%, 0%, 1%, 32%)
(0.03 / 0.00 / 0.01 / 0.32)

CMYK percentages

%3.45
%0
%0.57
%31.76

Codes

Color #A8AEAD in popluar color models

A8 AE AD
RGB 168 174 173
HSL 170° 3.57% 67.06%
HSB/HSV 170° 3.45% 68.24%
CMYK 3.45% 0.00% 0.57%
31.76%

Color #A8AEAD in popluar number systems.

HEX A8 AE AD
Decimal 168 174 173
Binary 10101000 10101110 10101101
Octal 250 256 255

Shades and tints

Shades of #A8AEAD

#A8AEAD
(168,174,173)
#999F9E
(153,159,158)
#8A908F
(138,144,143)
#7B8180
(123,129,128)
#6C7271
(108,114,113)
#5D6362
(93,99,98)
#4E5453
(78,84,83)
#3F4544
(63,69,68)
#303635
(48,54,53)
#212726
(33,39,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #A8AEAD

#A8AEAD
(168,174,173)
#AFB5B4
(175,181,180)
#B6BCBB
(182,188,187)
#BDC3C2
(189,195,194)
#C4CAC9
(196,202,201)
#CBD1D0
(203,209,208)
#D2D8D7
(210,216,215)
#D9DFDE
(217,223,222)
#E0E6E5
(224,230,229)
#E7EDEC
(231,237,236)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AEAD; }

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

This text font color is #A8AEAD.

Background Color

.myBgColor { background-color: #A8AEAD; }

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

This div background color is #A8AEAD.

Border color

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

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

This div border color is #A8AEAD.

Opacity

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

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

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

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

This text has shadow with #A8AEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AEAD.

Preview

Color preview on black background

This text has color #A8AEAD on black background.


Color preview on white background

This text has color #A8AEAD on white background.


Black color preview on #A8AEAD background

This text has black color on #A8AEAD background.


White color preview on #A8AEAD background

This text has white color on #A8AEAD background.


Related colors

Complementary color

Complementary color for #hex is #575152.


I love getcolorcode.com

Triadic colors

1 #ADA8AE and #AEADA8 with #A8AEAD are triadic colors.

2 #ADAEA8 and #AEA8AD with #A8AEAD are triadic colors.