COLOR #A1AB27

HEX: #A1AB27
RGB: (161,171,39)

Color info

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

RGB color model

#A1AB27 color RGB value is (161,171,39).

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

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 39 of 255 = 15%

161
171
39

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

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 39 = 371 (100%)
R 161 of 371 ~ 43.4%
G 171 of 371 ~ 46.09%
B 39 of 371 ~ 10.51%

%43.4
%46.09
%10.51

CMYK color model

#A1AB27 color CMYK value is (6,0,77,33).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 77.19%
  • key color value is 32.94%
CMYK:
(6,0,77,33)
C6M0Y77K33 
(6%,0%,77%,33%)
(0.06/0.00/0.77/0.33)	

CMYK percentages

%5.85
%0
%77.19
%32.94

Codes

Color #A1AB27 in popluar color models

A1AB27
RGB16117139
HSL65°62.86%41.18%
HSB/HSV65°77.19%67.06%
CMYK5.85%0.00%77.19%
32.94%

Color #A1AB27 in popluar number systems.

HEXA1AB27
Decimal16117139
Binary1010000110101011100111
Octal24125347

Shades and tints

Shades of #A1AB27

#A1AB27
(161,171,39)
#939C24
(147,156,36)
#858D21
(133,141,33)
#777E1E
(119,126,30)
#696F1B
(105,111,27)
#5B6018
(91,96,24)
#4D5115
(77,81,21)
#3F4212
(63,66,18)
#31330F
(49,51,15)
#23240C
(35,36,12)
#151509
(21,21,9)
#000000
(0,0,0)

Tints of #A1AB27

#A1AB27
(161,171,39)
#A9B23A
(169,178,58)
#B1B94D
(177,185,77)
#B9C060
(185,192,96)
#C1C773
(193,199,115)
#C9CE86
(201,206,134)
#D1D599
(209,213,153)
#D9DCAC
(217,220,172)
#E1E3BF
(225,227,191)
#E9EAD2
(233,234,210)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AB27; }

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

This text font color is #A1AB27.


Background Color

.myBgColor { background-color: #A1AB27; }

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

This div background color is #A1AB27.


Border color

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

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

This div border color is #A1AB27.


Opacity

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

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

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

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

This text has shadow with #A1AB27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AB27 on black background.


Color preview on white background

This text has color #A1AB27 on white background.



Black color preview on #A1AB27 background

This text has black color on #A1AB27 background.


White color preview on #A1AB27 background

This text has white color on #A1AB27 background.