COLOR #A1AB49

HEX: #A1AB49
RGB: (161,171,73)

Color info

#A1AB49 contains mainly red and green colors. Web safe color of #A1AB49 is #999933 (or #993).

RGB color model

#A1AB49 color RGB value is (161,171,73).

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

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 73 of 255 = 29%

161
171
73

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

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 73 = 405 (100%)
R 161 of 405 ~ 39.75%
G 171 of 405 ~ 42.22%
B 73 of 405 ~ 18.02%

%39.75
%42.22
%18.02

CMYK color model

#A1AB49 color CMYK value is (6,0,57,33).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 32.94%
CMYK:
(6,0,57,33)
C6M0Y57K33 
(6%,0%,57%,33%)
(0.06/0.00/0.57/0.33)	

CMYK percentages

%5.85
%0
%57.31
%32.94

Codes

Color #A1AB49 in popluar color models

A1AB49
RGB16117173
HSL66°40.16%47.84%
HSB/HSV66°57.31%67.06%
CMYK5.85%0.00%57.31%
32.94%

Color #A1AB49 in popluar number systems.

HEXA1AB49
Decimal16117173
Binary10100001101010111001001
Octal241253111

Shades and tints

Shades of #A1AB49

#A1AB49
(161,171,73)
#939C43
(147,156,67)
#858D3D
(133,141,61)
#777E37
(119,126,55)
#696F31
(105,111,49)
#5B602B
(91,96,43)
#4D5125
(77,81,37)
#3F421F
(63,66,31)
#313319
(49,51,25)
#232413
(35,36,19)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #A1AB49

#A1AB49
(161,171,73)
#A9B259
(169,178,89)
#B1B969
(177,185,105)
#B9C079
(185,192,121)
#C1C789
(193,199,137)
#C9CE99
(201,206,153)
#D1D5A9
(209,213,169)
#D9DCB9
(217,220,185)
#E1E3C9
(225,227,201)
#E9EAD9
(233,234,217)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AB49; }

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

This text font color is #A1AB49.


Background Color

.myBgColor { background-color: #A1AB49; }

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

This div background color is #A1AB49.


Border color

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

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

This div border color is #A1AB49.


Opacity

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

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

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

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

This text has shadow with #A1AB49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AB49 on black background.


Color preview on white background

This text has color #A1AB49 on white background.



Black color preview on #A1AB49 background

This text has black color on #A1AB49 background.


White color preview on #A1AB49 background

This text has white color on #A1AB49 background.