COLOR #A1A91E

HEX: #A1A91E
RGB: (161,169,30)

Color info

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

RGB color model

#A1A91E color RGB value is (161,169,30).

  • red value is 161;
  • green value is 169;
  • blue value is 30.
RGB:
(161,169,30)
(63%,66%,12%)

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 30 of 255 = 12%

161
169
30

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

Portions of RGB colors in percentages

R + G + B =
161 + 169 + 30 = 360 (100%)
R 161 of 360 ~ 44.72%
G 169 of 360 ~ 46.94%
B 30 of 360 ~ 8.33%

%44.72
%46.94

CMYK color model

#A1A91E color CMYK value is (5,0,82,34).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 82.25%
  • key color value is 33.73%
CMYK:
(5,0,82,34)
C5M0Y82K34 
(5%,0%,82%,34%)
(0.05/0.00/0.82/0.34)	

CMYK percentages

%4.73
%0
%82.25
%33.73

Codes

Color #A1A91E in popluar color models

A1A91E
RGB16116930
HSL63°69.85%39.02%
HSB/HSV63°82.25%66.27%
CMYK4.73%0.00%82.25%
33.73%

Color #A1A91E in popluar number systems.

HEXA1A91E
Decimal16116930
Binary101000011010100111110
Octal24125136

Shades and tints

Shades of #A1A91E

#A1A91E
(161,169,30)
#939A1C
(147,154,28)
#858B1A
(133,139,26)
#777C18
(119,124,24)
#696D16
(105,109,22)
#5B5E14
(91,94,20)
#4D4F12
(77,79,18)
#3F4010
(63,64,16)
#31310E
(49,49,14)
#23220C
(35,34,12)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #A1A91E

#A1A91E
(161,169,30)
#A9B032
(169,176,50)
#B1B746
(177,183,70)
#B9BE5A
(185,190,90)
#C1C56E
(193,197,110)
#C9CC82
(201,204,130)
#D1D396
(209,211,150)
#D9DAAA
(217,218,170)
#E1E1BE
(225,225,190)
#E9E8D2
(233,232,210)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A91E color. Also use rgb(161,169,30) instead hex code.

Text Font Color

.myTextColor { color: #A1A91E; }

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

This text font color is #A1A91E.


Background Color

.myBgColor { background-color: #A1A91E; }

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

This div background color is #A1A91E.


Border color

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

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

This div border color is #A1A91E.


Opacity

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

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

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

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

This text has shadow with #A1A91E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A91E on black background.


Color preview on white background

This text has color #A1A91E on white background.



Black color preview on #A1A91E background

This text has black color on #A1A91E background.


White color preview on #A1A91E background

This text has white color on #A1A91E background.