COLOR #A1A47F

HEX: #A1A47F RGB: (161,164,127)

Color info

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

RGB color model

#A1A47F color RGB value is (161,164,127).

RGB: (161,164,127) (63%, 64%, 50%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 127 of 255 = 50%

161
164
127

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

Portions of RGB colors in percentages

R + G + B = 161 + 164 + 127 = 452 (100%)
R 161 of 452 ~ 35.62%
G 164 of 452 ~ 36.28%
B 127 of 452 ~ 28.1'%

%35.62
%36.28
%28.1

CMYK color model

#A1A47F color CMYK value is (2,0,23,36).

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

CMYK: (2,0,23,36)
C2M0Y23K36 (2%, 0%, 23%, 36%)
(0.02 / 0.00 / 0.23 / 0.36)

CMYK percentages

%1.83
%0
%22.56
%35.69

Codes

Color #A1A47F in popluar color models

A1 A4 7F
RGB 161 164 127
HSL 65° 16.89% 57.06%
HSB/HSV 65° 22.56% 64.31%
CMYK 1.83% 0.00% 22.56%
35.69%

Color #A1A47F in popluar number systems.

HEX A1 A4 7F
Decimal 161 164 127
Binary 10100001 10100100 1111111
Octal 241 244 177

Shades and tints

Shades of #A1A47F

#A1A47F
(161,164,127)
#939674
(147,150,116)
#858869
(133,136,105)
#777A5E
(119,122,94)
#696C53
(105,108,83)
#5B5E48
(91,94,72)
#4D503D
(77,80,61)
#3F4232
(63,66,50)
#313427
(49,52,39)
#23261C
(35,38,28)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1A47F

#A1A47F
(161,164,127)
#A9AC8A
(169,172,138)
#B1B495
(177,180,149)
#B9BCA0
(185,188,160)
#C1C4AB
(193,196,171)
#C9CCB6
(201,204,182)
#D1D4C1
(209,212,193)
#D9DCCC
(217,220,204)
#E1E4D7
(225,228,215)
#E9ECE2
(233,236,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A47F; }

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

This text font color is #A1A47F.

Background Color

.myBgColor { background-color: #A1A47F; }

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

This div background color is #A1A47F.

Border color

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

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

This div border color is #A1A47F.

Opacity

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

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

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

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

This text has shadow with #A1A47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A47F.

Preview

Color preview on black background

This text has color #A1A47F on black background.


Color preview on white background

This text has color #A1A47F on white background.


Black color preview on #A1A47F background

This text has black color on #A1A47F background.


White color preview on #A1A47F background

This text has white color on #A1A47F background.


Related colors

Complementary color

Complementary color for #hex is #5E5B80.


I love getcolorcode.com

Triadic colors

1 #7FA1A4 and #A47FA1 with #A1A47F are triadic colors.

2 #7FA4A1 and #A4A17F with #A1A47F are triadic colors.