COLOR #A0A7AF

HEX: #A0A7AF
RGB: (160,167,175)

Color info

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

RGB color model

#A0A7AF color RGB value is (160,167,175).

  • red value is 160;
  • green value is 167;
  • blue value is 175.
RGB:
(160,167,175)
(63%,65%,69%)

RGB channels and saturation

R 160 of 255 = 63%
G 167 of 255 = 65%
B 175 of 255 = 69%

160
167
175

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

Portions of RGB colors in percentages

R + G + B =
160 + 167 + 175 = 502 (100%)
R 160 of 502 ~ 31.87%
G 167 of 502 ~ 33.27%
B 175 of 502 ~ 34.86%

%31.87
%33.27
%34.86

CMYK color model

#A0A7AF color CMYK value is (9,5,0,31).

  • cyan value is 8.57%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(9,5,0,31)
C9M5Y0K31 
(9%,5%,0%,31%)
(0.09/0.05/0.00/0.31)	

CMYK percentages

%8.57
%4.57
%0
%31.37

Codes

Color #A0A7AF in popluar color models

A0A7AF
RGB160167175
HSL212°8.57%65.69%
HSB/HSV212°8.57%68.63%
CMYK8.57%4.57%0.00%
31.37%

Color #A0A7AF in popluar number systems.

HEXA0A7AF
Decimal160167175
Binary101000001010011110101111
Octal240247257

Shades and tints

Shades of #A0A7AF

#A0A7AF
(160,167,175)
#9298A0
(146,152,160)
#848991
(132,137,145)
#767A82
(118,122,130)
#686B73
(104,107,115)
#5A5C64
(90,92,100)
#4C4D55
(76,77,85)
#3E3E46
(62,62,70)
#302F37
(48,47,55)
#222028
(34,32,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #A0A7AF

#A0A7AF
(160,167,175)
#A8AFB6
(168,175,182)
#B0B7BD
(176,183,189)
#B8BFC4
(184,191,196)
#C0C7CB
(192,199,203)
#C8CFD2
(200,207,210)
#D0D7D9
(208,215,217)
#D8DFE0
(216,223,224)
#E0E7E7
(224,231,231)
#E8EFEE
(232,239,238)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A7AF; }

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

This text font color is #A0A7AF.


Background Color

.myBgColor { background-color: #A0A7AF; }

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

This div background color is #A0A7AF.


Border color

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

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

This div border color is #A0A7AF.


Opacity

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

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

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

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

This text has shadow with #A0A7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A7AF on black background.


Color preview on white background

This text has color #A0A7AF on white background.



Black color preview on #A0A7AF background

This text has black color on #A0A7AF background.


White color preview on #A0A7AF background

This text has white color on #A0A7AF background.