COLOR #A1AA01

HEX: #A1AA01
RGB: (161,170,1)

Color info

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

RGB color model

#A1AA01 color RGB value is (161,170,1).

  • red value is 161;
  • green value is 170;
  • blue value is 1.
RGB:
(161,170,1)
(63%,67%,0%)

RGB channels and saturation

R 161 of 255 = 63%
G 170 of 255 = 67%
B 1 of 255 = 0%

161
170
1

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

Portions of RGB colors in percentages

R + G + B =
161 + 170 + 1 = 332 (100%)
R 161 of 332 ~ 48.49%
G 170 of 332 ~ 51.2%
B 1 of 332 ~ 0.3%

%48.49
%51.2

CMYK color model

#A1AA01 color CMYK value is (5,0,99,33).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 99.41%
  • key color value is 33.33%
CMYK:
(5,0,99,33)
C5M0Y99K33 
(5%,0%,99%,33%)
(0.05/0.00/0.99/0.33)	

CMYK percentages

%5.29
%0
%99.41
%33.33

Codes

Color #A1AA01 in popluar color models

A1AA01
RGB1611701
HSL63°98.83%33.53%
HSB/HSV63°99.41%66.67%
CMYK5.29%0.00%99.41%
33.33%

Color #A1AA01 in popluar number systems.

HEXA1AA01
Decimal1611701
Binary10100001101010101
Octal2412521

Shades and tints

Shades of #A1AA01

#A1AA01
(161,170,1)
#939B01
(147,155,1)
#858C01
(133,140,1)
#777D01
(119,125,1)
#696E01
(105,110,1)
#5B5F01
(91,95,1)
#4D5001
(77,80,1)
#3F4101
(63,65,1)
#313201
(49,50,1)
#232301
(35,35,1)
#151401
(21,20,1)
#000000
(0,0,0)

Tints of #A1AA01

#A1AA01
(161,170,1)
#A9B118
(169,177,24)
#B1B82F
(177,184,47)
#B9BF46
(185,191,70)
#C1C65D
(193,198,93)
#C9CD74
(201,205,116)
#D1D48B
(209,212,139)
#D9DBA2
(217,219,162)
#E1E2B9
(225,226,185)
#E9E9D0
(233,233,208)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AA01 color. Also use rgb(161,170,1) instead hex code.

Text Font Color

.myTextColor { color: #A1AA01; }

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

This text font color is #A1AA01.


Background Color

.myBgColor { background-color: #A1AA01; }

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

This div background color is #A1AA01.


Border color

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

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

This div border color is #A1AA01.


Opacity

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

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

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

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

This text has shadow with #A1AA01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AA01 on black background.


Color preview on white background

This text has color #A1AA01 on white background.



Black color preview on #A1AA01 background

This text has black color on #A1AA01 background.


White color preview on #A1AA01 background

This text has white color on #A1AA01 background.