COLOR #A1B19B

HEX: #A1B19B
RGB: (161,177,155)

Color info

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

RGB color model

#A1B19B color RGB value is (161,177,155).

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

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 155 of 255 = 61%

161
177
155

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

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 155 = 493 (100%)
R 161 of 493 ~ 32.66%
G 177 of 493 ~ 35.9%
B 155 of 493 ~ 31.44%

%32.66
%35.9
%31.44

CMYK color model

#A1B19B color CMYK value is (9,0,12,31).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(9,0,12,31)
C9M0Y12K31 
(9%,0%,12%,31%)
(0.09/0.00/0.12/0.31)	

CMYK percentages

%9.04
%0
%12.43
%30.59

Codes

Color #A1B19B in popluar color models

A1B19B
RGB161177155
HSL104°12.36%65.10%
HSB/HSV104°12.43%69.41%
CMYK9.04%0.00%12.43%
30.59%

Color #A1B19B in popluar number systems.

HEXA1B19B
Decimal161177155
Binary101000011011000110011011
Octal241261233

Shades and tints

Shades of #A1B19B

#A1B19B
(161,177,155)
#93A18D
(147,161,141)
#85917F
(133,145,127)
#778171
(119,129,113)
#697163
(105,113,99)
#5B6155
(91,97,85)
#4D5147
(77,81,71)
#3F4139
(63,65,57)
#31312B
(49,49,43)
#23211D
(35,33,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #A1B19B

#A1B19B
(161,177,155)
#A9B8A4
(169,184,164)
#B1BFAD
(177,191,173)
#B9C6B6
(185,198,182)
#C1CDBF
(193,205,191)
#C9D4C8
(201,212,200)
#D1DBD1
(209,219,209)
#D9E2DA
(217,226,218)
#E1E9E3
(225,233,227)
#E9F0EC
(233,240,236)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B19B; }

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

This text font color is #A1B19B.


Background Color

.myBgColor { background-color: #A1B19B; }

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

This div background color is #A1B19B.


Border color

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

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

This div border color is #A1B19B.


Opacity

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

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

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

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

This text has shadow with #A1B19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B19B on black background.


Color preview on white background

This text has color #A1B19B on white background.



Black color preview on #A1B19B background

This text has black color on #A1B19B background.


White color preview on #A1B19B background

This text has white color on #A1B19B background.