COLOR #A1AB9A

HEX: #A1AB9A RGB: (161,171,154)

Color info

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

RGB color model

#A1AB9A color RGB value is (161,171,154).

RGB: (161,171,154) (63%, 67%, 60%)

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 154 of 255 = 60%

161
171
154

R + G + B ~ 63%. #A1AB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 171 + 154 = 486 (100%)
R 161 of 486 ~ 33.13%
G 171 of 486 ~ 35.19%
B 154 of 486 ~ 31.69'%

%33.13
%35.19
%31.69

CMYK color model

#A1AB9A color CMYK value is (6,0,10,33).

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

CMYK: (6,0,10,33)
C6M0Y10K33 (6%, 0%, 10%, 33%)
(0.06 / 0.00 / 0.10 / 0.33)

CMYK percentages

%5.85
%0
%9.94
%32.94

Codes

Color #A1AB9A in popluar color models

A1 AB 9A
RGB 161 171 154
HSL 95° 9.19% 63.73%
HSB/HSV 95° 9.94% 67.06%
CMYK 5.85% 0.00% 9.94%
32.94%

Color #A1AB9A in popluar number systems.

HEX A1 AB 9A
Decimal 161 171 154
Binary 10100001 10101011 10011010
Octal 241 253 232

Shades and tints

Shades of #A1AB9A

#A1AB9A
(161,171,154)
#939C8C
(147,156,140)
#858D7E
(133,141,126)
#777E70
(119,126,112)
#696F62
(105,111,98)
#5B6054
(91,96,84)
#4D5146
(77,81,70)
#3F4238
(63,66,56)
#31332A
(49,51,42)
#23241C
(35,36,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #A1AB9A

#A1AB9A
(161,171,154)
#A9B2A3
(169,178,163)
#B1B9AC
(177,185,172)
#B9C0B5
(185,192,181)
#C1C7BE
(193,199,190)
#C9CEC7
(201,206,199)
#D1D5D0
(209,213,208)
#D9DCD9
(217,220,217)
#E1E3E2
(225,227,226)
#E9EAEB
(233,234,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AB9A; }

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

This text font color is #A1AB9A.

Background Color

.myBgColor { background-color: #A1AB9A; }

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

This div background color is #A1AB9A.

Border color

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

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

This div border color is #A1AB9A.

Opacity

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

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

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

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

This text has shadow with #A1AB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AB9A.

Preview

Color preview on black background

This text has color #A1AB9A on black background.


Color preview on white background

This text has color #A1AB9A on white background.


Black color preview on #A1AB9A background

This text has black color on #A1AB9A background.


White color preview on #A1AB9A background

This text has white color on #A1AB9A background.


Related colors

Complementary color

Complementary color for #hex is #5E5465.


I love getcolorcode.com

Triadic colors

1 #9AA1AB and #AB9AA1 with #A1AB9A are triadic colors.

2 #9AABA1 and #ABA19A with #A1AB9A are triadic colors.