COLOR #A1AB18

HEX: #A1AB18
RGB: (161,171,24)

Color info

#A1AB18 contains mainly red and green colors. Web safe color of #A1AB18 is #999900 (or #990).

RGB color model

#A1AB18 color RGB value is (161,171,24).

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

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 24 of 255 = 9%

161
171
24

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

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 24 = 356 (100%)
R 161 of 356 ~ 45.22%
G 171 of 356 ~ 48.03%
B 24 of 356 ~ 6.74%

%45.22
%48.03

CMYK color model

#A1AB18 color CMYK value is (6,0,86,33).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 85.96%
  • key color value is 32.94%
CMYK:
(6,0,86,33)
C6M0Y86K33 
(6%,0%,86%,33%)
(0.06/0.00/0.86/0.33)	

CMYK percentages

%5.85
%0
%85.96
%32.94

Codes

Color #A1AB18 in popluar color models

A1AB18
RGB16117124
HSL64°75.38%38.24%
HSB/HSV64°85.96%67.06%
CMYK5.85%0.00%85.96%
32.94%

Color #A1AB18 in popluar number systems.

HEXA1AB18
Decimal16117124
Binary101000011010101111000
Octal24125330

Shades and tints

Shades of #A1AB18

#A1AB18
(161,171,24)
#939C16
(147,156,22)
#858D14
(133,141,20)
#777E12
(119,126,18)
#696F10
(105,111,16)
#5B600E
(91,96,14)
#4D510C
(77,81,12)
#3F420A
(63,66,10)
#313308
(49,51,8)
#232406
(35,36,6)
#151504
(21,21,4)
#000000
(0,0,0)

Tints of #A1AB18

#A1AB18
(161,171,24)
#A9B22D
(169,178,45)
#B1B942
(177,185,66)
#B9C057
(185,192,87)
#C1C76C
(193,199,108)
#C9CE81
(201,206,129)
#D1D596
(209,213,150)
#D9DCAB
(217,220,171)
#E1E3C0
(225,227,192)
#E9EAD5
(233,234,213)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AB18; }

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

This text font color is #A1AB18.


Background Color

.myBgColor { background-color: #A1AB18; }

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

This div background color is #A1AB18.


Border color

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

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

This div border color is #A1AB18.


Opacity

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

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

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

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

This text has shadow with #A1AB18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AB18 on black background.


Color preview on white background

This text has color #A1AB18 on white background.



Black color preview on #A1AB18 background

This text has black color on #A1AB18 background.


White color preview on #A1AB18 background

This text has white color on #A1AB18 background.