COLOR #A1A457

HEX: #A1A457 RGB: (161,164,87)

Color info

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

RGB color model

#A1A457 color RGB value is (161,164,87).

RGB: (161,164,87) (63%, 64%, 34%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 87 of 255 = 34%

161
164
87

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

Portions of RGB colors in percentages

R + G + B = 161 + 164 + 87 = 412 (100%)
R 161 of 412 ~ 39.08%
G 164 of 412 ~ 39.81%
B 87 of 412 ~ 21.12'%

%39.08
%39.81
%21.12

CMYK color model

#A1A457 color CMYK value is (2,0,47,36).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 46.95%
  • key color value is 35.69%

CMYK: (2,0,47,36)
C2M0Y47K36 (2%, 0%, 47%, 36%)
(0.02 / 0.00 / 0.47 / 0.36)

CMYK percentages

%1.83
%0
%46.95
%35.69

Codes

Color #A1A457 in popluar color models

A1 A4 57
RGB 161 164 87
HSL 62° 30.68% 49.22%
HSB/HSV 62° 46.95% 64.31%
CMYK 1.83% 0.00% 46.95%
35.69%

Color #A1A457 in popluar number systems.

HEX A1 A4 57
Decimal 161 164 87
Binary 10100001 10100100 1010111
Octal 241 244 127

Shades and tints

Shades of #A1A457

#A1A457
(161,164,87)
#939650
(147,150,80)
#858849
(133,136,73)
#777A42
(119,122,66)
#696C3B
(105,108,59)
#5B5E34
(91,94,52)
#4D502D
(77,80,45)
#3F4226
(63,66,38)
#31341F
(49,52,31)
#232618
(35,38,24)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1A457

#A1A457
(161,164,87)
#A9AC66
(169,172,102)
#B1B475
(177,180,117)
#B9BC84
(185,188,132)
#C1C493
(193,196,147)
#C9CCA2
(201,204,162)
#D1D4B1
(209,212,177)
#D9DCC0
(217,220,192)
#E1E4CF
(225,228,207)
#E9ECDE
(233,236,222)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A457 color. Also use rgb(161,164,87) instead hex code.

Text Font Color

.myTextColor { color: #A1A457; }

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

This text font color is #A1A457.

Background Color

.myBgColor { background-color: #A1A457; }

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

This div background color is #A1A457.

Border color

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

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

This div border color is #A1A457.

Opacity

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

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

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

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

This text has shadow with #A1A457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A457.

Preview

Color preview on black background

This text has color #A1A457 on black background.


Color preview on white background

This text has color #A1A457 on white background.


Black color preview on #A1A457 background

This text has black color on #A1A457 background.


White color preview on #A1A457 background

This text has white color on #A1A457 background.


Related colors

Complementary color

Complementary color for #hex is #5E5BA8.


I love getcolorcode.com

Triadic colors

1 #57A1A4 and #A457A1 with #A1A457 are triadic colors.

2 #57A4A1 and #A4A157 with #A1A457 are triadic colors.