COLOR #A1A57C

HEX: #A1A57C RGB: (161,165,124)

Color info

#A1A57C contains red, green and blue colors in about the same proportion. Web safe color of #A1A57C is #999966 (or #996).

RGB color model

#A1A57C color RGB value is (161,165,124).

RGB: (161,165,124) (63%, 65%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 124 of 255 = 49%

161
165
124

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

Portions of RGB colors in percentages

R + G + B = 161 + 165 + 124 = 450 (100%)
R 161 of 450 ~ 35.78%
G 165 of 450 ~ 36.67%
B 124 of 450 ~ 27.56'%

%35.78
%36.67
%27.56

CMYK color model

#A1A57C color CMYK value is (2,0,25,35).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 35.29%

CMYK: (2,0,25,35)
C2M0Y25K35 (2%, 0%, 25%, 35%)
(0.02 / 0.00 / 0.25 / 0.35)

CMYK percentages

%2.42
%0
%24.85
%35.29

Codes

Color #A1A57C in popluar color models

A1 A5 7C
RGB 161 165 124
HSL 66° 18.55% 56.67%
HSB/HSV 66° 24.85% 64.71%
CMYK 2.42% 0.00% 24.85%
35.29%

Color #A1A57C in popluar number systems.

HEX A1 A5 7C
Decimal 161 165 124
Binary 10100001 10100101 1111100
Octal 241 245 174

Shades and tints

Shades of #A1A57C

#A1A57C
(161,165,124)
#939671
(147,150,113)
#858766
(133,135,102)
#77785B
(119,120,91)
#696950
(105,105,80)
#5B5A45
(91,90,69)
#4D4B3A
(77,75,58)
#3F3C2F
(63,60,47)
#312D24
(49,45,36)
#231E19
(35,30,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #A1A57C

#A1A57C
(161,165,124)
#A9AD87
(169,173,135)
#B1B592
(177,181,146)
#B9BD9D
(185,189,157)
#C1C5A8
(193,197,168)
#C9CDB3
(201,205,179)
#D1D5BE
(209,213,190)
#D9DDC9
(217,221,201)
#E1E5D4
(225,229,212)
#E9EDDF
(233,237,223)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A57C; }

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

This text font color is #A1A57C.

Background Color

.myBgColor { background-color: #A1A57C; }

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

This div background color is #A1A57C.

Border color

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

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

This div border color is #A1A57C.

Opacity

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

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

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

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

This text has shadow with #A1A57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A57C.

Preview

Color preview on black background

This text has color #A1A57C on black background.


Color preview on white background

This text has color #A1A57C on white background.


Black color preview on #A1A57C background

This text has black color on #A1A57C background.


White color preview on #A1A57C background

This text has white color on #A1A57C background.


Related colors

Complementary color

Complementary color for #hex is #5E5A83.


I love getcolorcode.com

Triadic colors

1 #7CA1A5 and #A57CA1 with #A1A57C are triadic colors.

2 #7CA5A1 and #A5A17C with #A1A57C are triadic colors.