COLOR #A0AFA8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
175
168

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

Portions of RGB colors in percentages

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

%31.81
%34.79
%33.4

CMYK color model

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

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

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

CMYK percentages

%8.57
%0
%4
%31.37

Codes

Color #A0AFA8 in popluar color models

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

Color #A0AFA8 in popluar number systems.

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

Shades and tints

Shades of #A0AFA8

#A0AFA8
(160,175,168)
#92A099
(146,160,153)
#84918A
(132,145,138)
#76827B
(118,130,123)
#68736C
(104,115,108)
#5A645D
(90,100,93)
#4C554E
(76,85,78)
#3E463F
(62,70,63)
#303730
(48,55,48)
#222821
(34,40,33)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #A0AFA8

#A0AFA8
(160,175,168)
#A8B6AF
(168,182,175)
#B0BDB6
(176,189,182)
#B8C4BD
(184,196,189)
#C0CBC4
(192,203,196)
#C8D2CB
(200,210,203)
#D0D9D2
(208,217,210)
#D8E0D9
(216,224,217)
#E0E7E0
(224,231,224)
#E8EEE7
(232,238,231)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AFA8; }

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

This text font color is #A0AFA8.

Background Color

.myBgColor { background-color: #A0AFA8; }

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

This div background color is #A0AFA8.

Border color

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

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

This div border color is #A0AFA8.

Opacity

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

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

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

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

This text has shadow with #A0AFA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AFA8.

Preview

Color preview on black background

This text has color #A0AFA8 on black background.


Color preview on white background

This text has color #A0AFA8 on white background.


Black color preview on #A0AFA8 background

This text has black color on #A0AFA8 background.


White color preview on #A0AFA8 background

This text has white color on #A0AFA8 background.


Related colors

Complementary color

Complementary color for #hex is #5F5057.


I love getcolorcode.com

Triadic colors

1 #A8A0AF and #AFA8A0 with #A0AFA8 are triadic colors.

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