COLOR #A1B389

HEX: #A1B389
RGB: (161,179,137)

Color info

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

RGB color model

#A1B389 color RGB value is (161,179,137).

  • red value is 161;
  • green value is 179;
  • blue value is 137.
RGB:
(161,179,137)
(63%,70%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 137 of 255 = 54%

161
179
137

R + G + B ~ 62%. #A1B389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 179 + 137 = 477 (100%)
R 161 of 477 ~ 33.75%
G 179 of 477 ~ 37.53%
B 137 of 477 ~ 28.72%

%33.75
%37.53
%28.72

CMYK color model

#A1B389 color CMYK value is (10,0,23,30).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK:
(10,0,23,30)
C10M0Y23K30 
(10%,0%,23%,30%)
(0.10/0.00/0.23/0.30)	

CMYK percentages

%10.06
%0
%23.46
%29.8

Codes

Color #A1B389 in popluar color models

A1B389
RGB161179137
HSL86°21.65%61.96%
HSB/HSV86°23.46%70.20%
CMYK10.06%0.00%23.46%
29.80%

Color #A1B389 in popluar number systems.

HEXA1B389
Decimal161179137
Binary101000011011001110001001
Octal241263211

Shades and tints

Shades of #A1B389

#A1B389
(161,179,137)
#93A37D
(147,163,125)
#859371
(133,147,113)
#778365
(119,131,101)
#697359
(105,115,89)
#5B634D
(91,99,77)
#4D5341
(77,83,65)
#3F4335
(63,67,53)
#313329
(49,51,41)
#23231D
(35,35,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A1B389

#A1B389
(161,179,137)
#A9B993
(169,185,147)
#B1BF9D
(177,191,157)
#B9C5A7
(185,197,167)
#C1CBB1
(193,203,177)
#C9D1BB
(201,209,187)
#D1D7C5
(209,215,197)
#D9DDCF
(217,221,207)
#E1E3D9
(225,227,217)
#E9E9E3
(233,233,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B389 color. Also use rgb(161,179,137) instead hex code.

Text Font Color

.myTextColor { color: #A1B389; }

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

This text font color is #A1B389.


Background Color

.myBgColor { background-color: #A1B389; }

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

This div background color is #A1B389.


Border color

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

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

This div border color is #A1B389.


Opacity

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

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

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

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

This text has shadow with #A1B389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B389 on black background.


Color preview on white background

This text has color #A1B389 on white background.



Black color preview on #A1B389 background

This text has black color on #A1B389 background.


White color preview on #A1B389 background

This text has white color on #A1B389 background.