COLOR #A0AFAA

HEX: #A0AFAA RGB: (160,175,170)

Color info

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

RGB color model

#A0AFAA color RGB value is (160,175,170).

RGB: (160,175,170) (63%, 69%, 67%)

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 170 of 255 = 67%

160
175
170

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

Portions of RGB colors in percentages

R + G + B = 160 + 175 + 170 = 505 (100%)
R 160 of 505 ~ 31.68%
G 175 of 505 ~ 34.65%
B 170 of 505 ~ 33.66'%

%31.68
%34.65
%33.66

CMYK color model

#A0AFAA color CMYK value is (9,0,3,31).

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

CMYK: (9,0,3,31)
C9M0Y3K31 (9%, 0%, 3%, 31%)
(0.09 / 0.00 / 0.03 / 0.31)

CMYK percentages

%8.57
%0
%2.86
%31.37

Codes

Color #A0AFAA in popluar color models

A0 AF AA
RGB 160 175 170
HSL 160° 8.57% 65.69%
HSB/HSV 160° 8.57% 68.63%
CMYK 8.57% 0.00% 2.86%
31.37%

Color #A0AFAA in popluar number systems.

HEX A0 AF AA
Decimal 160 175 170
Binary 10100000 10101111 10101010
Octal 240 257 252

Shades and tints

Shades of #A0AFAA

#A0AFAA
(160,175,170)
#92A09B
(146,160,155)
#84918C
(132,145,140)
#76827D
(118,130,125)
#68736E
(104,115,110)
#5A645F
(90,100,95)
#4C5550
(76,85,80)
#3E4641
(62,70,65)
#303732
(48,55,50)
#222823
(34,40,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #A0AFAA

#A0AFAA
(160,175,170)
#A8B6B1
(168,182,177)
#B0BDB8
(176,189,184)
#B8C4BF
(184,196,191)
#C0CBC6
(192,203,198)
#C8D2CD
(200,210,205)
#D0D9D4
(208,217,212)
#D8E0DB
(216,224,219)
#E0E7E2
(224,231,226)
#E8EEE9
(232,238,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AFAA; }

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

This text font color is #A0AFAA.

Background Color

.myBgColor { background-color: #A0AFAA; }

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

This div background color is #A0AFAA.

Border color

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

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

This div border color is #A0AFAA.

Opacity

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

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

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

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

This text has shadow with #A0AFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AFAA.

Preview

Color preview on black background

This text has color #A0AFAA on black background.


Color preview on white background

This text has color #A0AFAA on white background.


Black color preview on #A0AFAA background

This text has black color on #A0AFAA background.


White color preview on #A0AFAA background

This text has white color on #A0AFAA background.


Related colors

Complementary color

Complementary color for #hex is #5F5055.


I love getcolorcode.com

Triadic colors

1 #AAA0AF and #AFAAA0 with #A0AFAA are triadic colors.

2 #AAAFA0 and #AFA0AA with #A0AFAA are triadic colors.