COLOR #A1B191

HEX: #A1B191
RGB: (161,177,145)

Color info

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

RGB color model

#A1B191 color RGB value is (161,177,145).

  • red value is 161;
  • green value is 177;
  • blue value is 145.
RGB:
(161,177,145)
(63%,69%,57%)

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 145 of 255 = 57%

161
177
145

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

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 145 = 483 (100%)
R 161 of 483 ~ 33.33%
G 177 of 483 ~ 36.65%
B 145 of 483 ~ 30.02%

%33.33
%36.65
%30.02

CMYK color model

#A1B191 color CMYK value is (9,0,18,31).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(9,0,18,31)
C9M0Y18K31 
(9%,0%,18%,31%)
(0.09/0.00/0.18/0.31)	

CMYK percentages

%9.04
%0
%18.08
%30.59

Codes

Color #A1B191 in popluar color models

A1B191
RGB161177145
HSL90°17.02%63.14%
HSB/HSV90°18.08%69.41%
CMYK9.04%0.00%18.08%
30.59%

Color #A1B191 in popluar number systems.

HEXA1B191
Decimal161177145
Binary101000011011000110010001
Octal241261221

Shades and tints

Shades of #A1B191

#A1B191
(161,177,145)
#93A184
(147,161,132)
#859177
(133,145,119)
#77816A
(119,129,106)
#69715D
(105,113,93)
#5B6150
(91,97,80)
#4D5143
(77,81,67)
#3F4136
(63,65,54)
#313129
(49,49,41)
#23211C
(35,33,28)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #A1B191

#A1B191
(161,177,145)
#A9B89B
(169,184,155)
#B1BFA5
(177,191,165)
#B9C6AF
(185,198,175)
#C1CDB9
(193,205,185)
#C9D4C3
(201,212,195)
#D1DBCD
(209,219,205)
#D9E2D7
(217,226,215)
#E1E9E1
(225,233,225)
#E9F0EB
(233,240,235)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B191 color. Also use rgb(161,177,145) instead hex code.

Text Font Color

.myTextColor { color: #A1B191; }

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

This text font color is #A1B191.


Background Color

.myBgColor { background-color: #A1B191; }

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

This div background color is #A1B191.


Border color

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

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

This div border color is #A1B191.


Opacity

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

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

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

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

This text has shadow with #A1B191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B191 on black background.


Color preview on white background

This text has color #A1B191 on white background.



Black color preview on #A1B191 background

This text has black color on #A1B191 background.


White color preview on #A1B191 background

This text has white color on #A1B191 background.