COLOR #A1A7AB

HEX: #A1A7AB RGB: (161,167,171)

Color info

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

RGB color model

#A1A7AB color RGB value is (161,167,171).

RGB: (161,167,171) (63%, 65%, 67%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 171 of 255 = 67%

161
167
171

R + G + B ~ 65%. #A1A7AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 167 + 171 = 499 (100%)
R 161 of 499 ~ 32.26%
G 167 of 499 ~ 33.47%
B 171 of 499 ~ 34.27'%

%32.26
%33.47
%34.27

CMYK color model

#A1A7AB color CMYK value is (6,2,0,33).

  • cyan value is 5.85%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (6,2,0,33)
C6M2Y0K33 (6%, 2%, 0%, 33%)
(0.06 / 0.02 / 0.00 / 0.33)

CMYK percentages

%5.85
%2.34
%0
%32.94

Codes

Color #A1A7AB in popluar color models

A1 A7 AB
RGB 161 167 171
HSL 204° 5.62% 65.10%
HSB/HSV 204° 5.85% 67.06%
CMYK 5.85% 2.34% 0.00%
32.94%

Color #A1A7AB in popluar number systems.

HEX A1 A7 AB
Decimal 161 167 171
Binary 10100001 10100111 10101011
Octal 241 247 253

Shades and tints

Shades of #A1A7AB

#A1A7AB
(161,167,171)
#93989C
(147,152,156)
#85898D
(133,137,141)
#777A7E
(119,122,126)
#696B6F
(105,107,111)
#5B5C60
(91,92,96)
#4D4D51
(77,77,81)
#3F3E42
(63,62,66)
#312F33
(49,47,51)
#232024
(35,32,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A1A7AB

#A1A7AB
(161,167,171)
#A9AFB2
(169,175,178)
#B1B7B9
(177,183,185)
#B9BFC0
(185,191,192)
#C1C7C7
(193,199,199)
#C9CFCE
(201,207,206)
#D1D7D5
(209,215,213)
#D9DFDC
(217,223,220)
#E1E7E3
(225,231,227)
#E9EFEA
(233,239,234)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A7AB color. Also use rgb(161,167,171) instead hex code.

Text Font Color

.myTextColor { color: #A1A7AB; }

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

This text font color is #A1A7AB.

Background Color

.myBgColor { background-color: #A1A7AB; }

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

This div background color is #A1A7AB.

Border color

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

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

This div border color is #A1A7AB.

Opacity

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

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

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

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

This text has shadow with #A1A7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A7AB.

Preview

Color preview on black background

This text has color #A1A7AB on black background.


Color preview on white background

This text has color #A1A7AB on white background.


Black color preview on #A1A7AB background

This text has black color on #A1A7AB background.


White color preview on #A1A7AB background

This text has white color on #A1A7AB background.


Related colors

Complementary color

Complementary color for #hex is #5E5854.


I love getcolorcode.com

Triadic colors

1 #ABA1A7 and #A7ABA1 with #A1A7AB are triadic colors.

2 #ABA7A1 and #A7A1AB with #A1A7AB are triadic colors.