COLOR #A8AEAA

HEX: #A8AEAA RGB: (168,174,170)

Color info

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

RGB color model

#A8AEAA color RGB value is (168,174,170).

RGB: (168,174,170) (66%, 68%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 170 of 255 = 67%

168
174
170

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

Portions of RGB colors in percentages

R + G + B = 168 + 174 + 170 = 512 (100%)
R 168 of 512 ~ 32.81%
G 174 of 512 ~ 33.98%
B 170 of 512 ~ 33.2'%

%32.81
%33.98
%33.2

CMYK color model

#A8AEAA color CMYK value is (3,0,2,32).

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

CMYK: (3,0,2,32)
C3M0Y2K32 (3%, 0%, 2%, 32%)
(0.03 / 0.00 / 0.02 / 0.32)

CMYK percentages

%3.45
%0
%2.3
%31.76

Codes

Color #A8AEAA in popluar color models

A8 AE AA
RGB 168 174 170
HSL 140° 3.57% 67.06%
HSB/HSV 140° 3.45% 68.24%
CMYK 3.45% 0.00% 2.30%
31.76%

Color #A8AEAA in popluar number systems.

HEX A8 AE AA
Decimal 168 174 170
Binary 10101000 10101110 10101010
Octal 250 256 252

Shades and tints

Shades of #A8AEAA

#A8AEAA
(168,174,170)
#999F9B
(153,159,155)
#8A908C
(138,144,140)
#7B817D
(123,129,125)
#6C726E
(108,114,110)
#5D635F
(93,99,95)
#4E5450
(78,84,80)
#3F4541
(63,69,65)
#303632
(48,54,50)
#212723
(33,39,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #A8AEAA

#A8AEAA
(168,174,170)
#AFB5B1
(175,181,177)
#B6BCB8
(182,188,184)
#BDC3BF
(189,195,191)
#C4CAC6
(196,202,198)
#CBD1CD
(203,209,205)
#D2D8D4
(210,216,212)
#D9DFDB
(217,223,219)
#E0E6E2
(224,230,226)
#E7EDE9
(231,237,233)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AEAA; }

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

This text font color is #A8AEAA.

Background Color

.myBgColor { background-color: #A8AEAA; }

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

This div background color is #A8AEAA.

Border color

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

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

This div border color is #A8AEAA.

Opacity

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

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

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

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

This text has shadow with #A8AEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AEAA.

Preview

Color preview on black background

This text has color #A8AEAA on black background.


Color preview on white background

This text has color #A8AEAA on white background.


Black color preview on #A8AEAA background

This text has black color on #A8AEAA background.


White color preview on #A8AEAA background

This text has white color on #A8AEAA background.


Related colors

Complementary color

Complementary color for #hex is #575155.


I love getcolorcode.com

Triadic colors

1 #AAA8AE and #AEAAA8 with #A8AEAA are triadic colors.

2 #AAAEA8 and #AEA8AA with #A8AEAA are triadic colors.