COLOR #A1B9AD

HEX: #A1B9AD RGB: (161,185,173)

Color info

#A1B9AD contains red, green and blue colors in about the same proportion. Web safe color of #A1B9AD is #99CC99 (or #9C9).

RGB color model

#A1B9AD color RGB value is (161,185,173).

RGB: (161,185,173) (63%, 73%, 68%)

RGB channels and saturation

R 161 of 255 = 63%
G 185 of 255 = 73%
B 173 of 255 = 68%

161
185
173

R + G + B ~ 68%. #A1B9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 185 + 173 = 519 (100%)
R 161 of 519 ~ 31.02%
G 185 of 519 ~ 35.65%
B 173 of 519 ~ 33.33'%

%31.02
%35.65
%33.33

CMYK color model

#A1B9AD color CMYK value is (13,0,6,27).

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%

CMYK: (13,0,6,27)
C13M0Y6K27 (13%, 0%, 6%, 27%)
(0.13 / 0.00 / 0.06 / 0.27)

CMYK percentages

%12.97
%0
%6.49
%27.45

Codes

Color #A1B9AD in popluar color models

A1 B9 AD
RGB 161 185 173
HSL 150° 14.63% 67.84%
HSB/HSV 150° 12.97% 72.55%
CMYK 12.97% 0.00% 6.49%
27.45%

Color #A1B9AD in popluar number systems.

HEX A1 B9 AD
Decimal 161 185 173
Binary 10100001 10111001 10101101
Octal 241 271 255

Shades and tints

Shades of #A1B9AD

#A1B9AD
(161,185,173)
#93A99E
(147,169,158)
#85998F
(133,153,143)
#778980
(119,137,128)
#697971
(105,121,113)
#5B6962
(91,105,98)
#4D5953
(77,89,83)
#3F4944
(63,73,68)
#313935
(49,57,53)
#232926
(35,41,38)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #A1B9AD

#A1B9AD
(161,185,173)
#A9BFB4
(169,191,180)
#B1C5BB
(177,197,187)
#B9CBC2
(185,203,194)
#C1D1C9
(193,209,201)
#C9D7D0
(201,215,208)
#D1DDD7
(209,221,215)
#D9E3DE
(217,227,222)
#E1E9E5
(225,233,229)
#E9EFEC
(233,239,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B9AD color. Also use rgb(161,185,173) instead hex code.

Text Font Color

.myTextColor { color: #A1B9AD; }

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

This text font color is #A1B9AD.

Background Color

.myBgColor { background-color: #A1B9AD; }

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

This div background color is #A1B9AD.

Border color

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

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

This div border color is #A1B9AD.

Opacity

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

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

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

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

This text has shadow with #A1B9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B9AD.

Preview

Color preview on black background

This text has color #A1B9AD on black background.


Color preview on white background

This text has color #A1B9AD on white background.


Black color preview on #A1B9AD background

This text has black color on #A1B9AD background.


White color preview on #A1B9AD background

This text has white color on #A1B9AD background.


Related colors

Complementary color

Complementary color for #hex is #5E4652.


I love getcolorcode.com

Triadic colors

1 #ADA1B9 and #B9ADA1 with #A1B9AD are triadic colors.

2 #ADB9A1 and #B9A1AD with #A1B9AD are triadic colors.