COLOR #A1AB9C

HEX: #A1AB9C RGB: (161,171,156)

Color info

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

RGB color model

#A1AB9C color RGB value is (161,171,156).

RGB: (161,171,156) (63%, 67%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 156 of 255 = 61%

161
171
156

R + G + B ~ 64%. #A1AB9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 171 + 156 = 488 (100%)
R 161 of 488 ~ 32.99%
G 171 of 488 ~ 35.04%
B 156 of 488 ~ 31.97'%

%32.99
%35.04
%31.97

CMYK color model

#A1AB9C color CMYK value is (6,0,9,33).

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

CMYK: (6,0,9,33)
C6M0Y9K33 (6%, 0%, 9%, 33%)
(0.06 / 0.00 / 0.09 / 0.33)

CMYK percentages

%5.85
%0
%8.77
%32.94

Codes

Color #A1AB9C in popluar color models

A1 AB 9C
RGB 161 171 156
HSL 100° 8.20% 64.12%
HSB/HSV 100° 8.77% 67.06%
CMYK 5.85% 0.00% 8.77%
32.94%

Color #A1AB9C in popluar number systems.

HEX A1 AB 9C
Decimal 161 171 156
Binary 10100001 10101011 10011100
Octal 241 253 234

Shades and tints

Shades of #A1AB9C

#A1AB9C
(161,171,156)
#939C8E
(147,156,142)
#858D80
(133,141,128)
#777E72
(119,126,114)
#696F64
(105,111,100)
#5B6056
(91,96,86)
#4D5148
(77,81,72)
#3F423A
(63,66,58)
#31332C
(49,51,44)
#23241E
(35,36,30)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #A1AB9C

#A1AB9C
(161,171,156)
#A9B2A5
(169,178,165)
#B1B9AE
(177,185,174)
#B9C0B7
(185,192,183)
#C1C7C0
(193,199,192)
#C9CEC9
(201,206,201)
#D1D5D2
(209,213,210)
#D9DCDB
(217,220,219)
#E1E3E4
(225,227,228)
#E9EAED
(233,234,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AB9C; }

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

This text font color is #A1AB9C.

Background Color

.myBgColor { background-color: #A1AB9C; }

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

This div background color is #A1AB9C.

Border color

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

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

This div border color is #A1AB9C.

Opacity

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

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

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

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

This text has shadow with #A1AB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AB9C.

Preview

Color preview on black background

This text has color #A1AB9C on black background.


Color preview on white background

This text has color #A1AB9C on white background.


Black color preview on #A1AB9C background

This text has black color on #A1AB9C background.


White color preview on #A1AB9C background

This text has white color on #A1AB9C background.


Related colors

Complementary color

Complementary color for #hex is #5E5463.


I love getcolorcode.com

Triadic colors

1 #9CA1AB and #AB9CA1 with #A1AB9C are triadic colors.

2 #9CABA1 and #ABA19C with #A1AB9C are triadic colors.