COLOR #A1AD54

HEX: #A1AD54
RGB: (161,173,84)

Color info

#A1AD54 contains mainly red and green colors. Web safe color of #A1AD54 is #999966 (or #996).

RGB color model

#A1AD54 color RGB value is (161,173,84).

  • red value is 161;
  • green value is 173;
  • blue value is 84.
RGB:
(161,173,84)
(63%,68%,33%)

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 84 of 255 = 33%

161
173
84

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

Portions of RGB colors in percentages

R + G + B =
161 + 173 + 84 = 418 (100%)
R 161 of 418 ~ 38.52%
G 173 of 418 ~ 41.39%
B 84 of 418 ~ 20.1%

%38.52
%41.39
%20.1

CMYK color model

#A1AD54 color CMYK value is (7,0,51,32).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 51.45%
  • key color value is 32.16%
CMYK:
(7,0,51,32)
C7M0Y51K32 
(7%,0%,51%,32%)
(0.07/0.00/0.51/0.32)	

CMYK percentages

%6.94
%0
%51.45
%32.16

Codes

Color #A1AD54 in popluar color models

A1AD54
RGB16117384
HSL68°35.18%50.39%
HSB/HSV68°51.45%67.84%
CMYK6.94%0.00%51.45%
32.16%

Color #A1AD54 in popluar number systems.

HEXA1AD54
Decimal16117384
Binary10100001101011011010100
Octal241255124

Shades and tints

Shades of #A1AD54

#A1AD54
(161,173,84)
#939E4D
(147,158,77)
#858F46
(133,143,70)
#77803F
(119,128,63)
#697138
(105,113,56)
#5B6231
(91,98,49)
#4D532A
(77,83,42)
#3F4423
(63,68,35)
#31351C
(49,53,28)
#232615
(35,38,21)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #A1AD54

#A1AD54
(161,173,84)
#A9B463
(169,180,99)
#B1BB72
(177,187,114)
#B9C281
(185,194,129)
#C1C990
(193,201,144)
#C9D09F
(201,208,159)
#D1D7AE
(209,215,174)
#D9DEBD
(217,222,189)
#E1E5CC
(225,229,204)
#E9ECDB
(233,236,219)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AD54 color. Also use rgb(161,173,84) instead hex code.

Text Font Color

.myTextColor { color: #A1AD54; }

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

This text font color is #A1AD54.


Background Color

.myBgColor { background-color: #A1AD54; }

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

This div background color is #A1AD54.


Border color

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

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

This div border color is #A1AD54.


Opacity

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

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

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

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

This text has shadow with #A1AD54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AD54 on black background.


Color preview on white background

This text has color #A1AD54 on white background.



Black color preview on #A1AD54 background

This text has black color on #A1AD54 background.


White color preview on #A1AD54 background

This text has white color on #A1AD54 background.