COLOR #A1A51F

HEX: #A1A51F
RGB: (161,165,31)

Color info

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

RGB color model

#A1A51F color RGB value is (161,165,31).

  • red value is 161;
  • green value is 165;
  • blue value is 31.
RGB:
(161,165,31)
(63%,65%,12%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 31 of 255 = 12%

161
165
31

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 31 = 357 (100%)
R 161 of 357 ~ 45.1%
G 165 of 357 ~ 46.22%
B 31 of 357 ~ 8.68%

%45.1
%46.22

CMYK color model

#A1A51F color CMYK value is (2,0,81,35).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 81.21%
  • key color value is 35.29%
CMYK:
(2,0,81,35)
C2M0Y81K35 
(2%,0%,81%,35%)
(0.02/0.00/0.81/0.35)	

CMYK percentages

%2.42
%0
%81.21
%35.29

Codes

Color #A1A51F in popluar color models

A1A51F
RGB16116531
HSL62°68.37%38.43%
HSB/HSV62°81.21%64.71%
CMYK2.42%0.00%81.21%
35.29%

Color #A1A51F in popluar number systems.

HEXA1A51F
Decimal16116531
Binary101000011010010111111
Octal24124537

Shades and tints

Shades of #A1A51F

#A1A51F
(161,165,31)
#93961D
(147,150,29)
#85871B
(133,135,27)
#777819
(119,120,25)
#696917
(105,105,23)
#5B5A15
(91,90,21)
#4D4B13
(77,75,19)
#3F3C11
(63,60,17)
#312D0F
(49,45,15)
#231E0D
(35,30,13)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #A1A51F

#A1A51F
(161,165,31)
#A9AD33
(169,173,51)
#B1B547
(177,181,71)
#B9BD5B
(185,189,91)
#C1C56F
(193,197,111)
#C9CD83
(201,205,131)
#D1D597
(209,213,151)
#D9DDAB
(217,221,171)
#E1E5BF
(225,229,191)
#E9EDD3
(233,237,211)
#F1F5E7
(241,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A51F color. Also use rgb(161,165,31) instead hex code.

Text Font Color

.myTextColor { color: #A1A51F; }

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

This text font color is #A1A51F.


Background Color

.myBgColor { background-color: #A1A51F; }

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

This div background color is #A1A51F.


Border color

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

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

This div border color is #A1A51F.


Opacity

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

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

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

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

This text has shadow with #A1A51F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A51F on black background.


Color preview on white background

This text has color #A1A51F on white background.



Black color preview on #A1A51F background

This text has black color on #A1A51F background.


White color preview on #A1A51F background

This text has white color on #A1A51F background.