COLOR #A1B390

HEX: #A1B390
RGB: (161,179,144)

Color info

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

RGB color model

#A1B390 color RGB value is (161,179,144).

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

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 144 of 255 = 56%

161
179
144

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

Portions of RGB colors in percentages

R + G + B =
161 + 179 + 144 = 484 (100%)
R 161 of 484 ~ 33.26%
G 179 of 484 ~ 36.98%
B 144 of 484 ~ 29.75%

%33.26
%36.98
%29.75

CMYK color model

#A1B390 color CMYK value is (10,0,20,30).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 29.80%
CMYK:
(10,0,20,30)
C10M0Y20K30 
(10%,0%,20%,30%)
(0.10/0.00/0.20/0.30)	

CMYK percentages

%10.06
%0
%19.55
%29.8

Codes

Color #A1B390 in popluar color models

A1B390
RGB161179144
HSL91°18.72%63.33%
HSB/HSV91°19.55%70.20%
CMYK10.06%0.00%19.55%
29.80%

Color #A1B390 in popluar number systems.

HEXA1B390
Decimal161179144
Binary101000011011001110010000
Octal241263220

Shades and tints

Shades of #A1B390

#A1B390
(161,179,144)
#93A383
(147,163,131)
#859376
(133,147,118)
#778369
(119,131,105)
#69735C
(105,115,92)
#5B634F
(91,99,79)
#4D5342
(77,83,66)
#3F4335
(63,67,53)
#313328
(49,51,40)
#23231B
(35,35,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #A1B390

#A1B390
(161,179,144)
#A9B99A
(169,185,154)
#B1BFA4
(177,191,164)
#B9C5AE
(185,197,174)
#C1CBB8
(193,203,184)
#C9D1C2
(201,209,194)
#D1D7CC
(209,215,204)
#D9DDD6
(217,221,214)
#E1E3E0
(225,227,224)
#E9E9EA
(233,233,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B390; }

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

This text font color is #A1B390.


Background Color

.myBgColor { background-color: #A1B390; }

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

This div background color is #A1B390.


Border color

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

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

This div border color is #A1B390.


Opacity

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

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

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

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

This text has shadow with #A1B390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B390 on black background.


Color preview on white background

This text has color #A1B390 on white background.



Black color preview on #A1B390 background

This text has black color on #A1B390 background.


White color preview on #A1B390 background

This text has white color on #A1B390 background.