COLOR #A1AB50

HEX: #A1AB50
RGB: (161,171,80)

Color info

#A1AB50 contains mainly red and green colors. Web safe color of #A1AB50 is #999966 (or #996).

RGB color model

#A1AB50 color RGB value is (161,171,80).

  • red value is 161;
  • green value is 171;
  • blue value is 80.
RGB:
(161,171,80)
(63%,67%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 80 of 255 = 31%

161
171
80

R + G + B ~ 54%. #A1AB50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 80 = 412 (100%)
R 161 of 412 ~ 39.08%
G 171 of 412 ~ 41.5%
B 80 of 412 ~ 19.42%

%39.08
%41.5
%19.42

CMYK color model

#A1AB50 color CMYK value is (6,0,53,33).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 53.22%
  • key color value is 32.94%
CMYK:
(6,0,53,33)
C6M0Y53K33 
(6%,0%,53%,33%)
(0.06/0.00/0.53/0.33)	

CMYK percentages

%5.85
%0
%53.22
%32.94

Codes

Color #A1AB50 in popluar color models

A1AB50
RGB16117180
HSL67°36.25%49.22%
HSB/HSV67°53.22%67.06%
CMYK5.85%0.00%53.22%
32.94%

Color #A1AB50 in popluar number systems.

HEXA1AB50
Decimal16117180
Binary10100001101010111010000
Octal241253120

Shades and tints

Shades of #A1AB50

#A1AB50
(161,171,80)
#939C49
(147,156,73)
#858D42
(133,141,66)
#777E3B
(119,126,59)
#696F34
(105,111,52)
#5B602D
(91,96,45)
#4D5126
(77,81,38)
#3F421F
(63,66,31)
#313318
(49,51,24)
#232411
(35,36,17)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #A1AB50

#A1AB50
(161,171,80)
#A9B25F
(169,178,95)
#B1B96E
(177,185,110)
#B9C07D
(185,192,125)
#C1C78C
(193,199,140)
#C9CE9B
(201,206,155)
#D1D5AA
(209,213,170)
#D9DCB9
(217,220,185)
#E1E3C8
(225,227,200)
#E9EAD7
(233,234,215)
#F1F1E6
(241,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AB50 color. Also use rgb(161,171,80) instead hex code.

Text Font Color

.myTextColor { color: #A1AB50; }

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

This text font color is #A1AB50.


Background Color

.myBgColor { background-color: #A1AB50; }

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

This div background color is #A1AB50.


Border color

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

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

This div border color is #A1AB50.


Opacity

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

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

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

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

This text has shadow with #A1AB50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AB50 on black background.


Color preview on white background

This text has color #A1AB50 on white background.



Black color preview on #A1AB50 background

This text has black color on #A1AB50 background.


White color preview on #A1AB50 background

This text has white color on #A1AB50 background.