COLOR #A1A48C

HEX: #A1A48C RGB: (161,164,140)

Color info

#A1A48C contains red, green and blue colors in about the same proportion. Web safe color of #A1A48C is #999999 (or #999).

RGB color model

#A1A48C color RGB value is (161,164,140).

RGB: (161,164,140) (63%, 64%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 140 of 255 = 55%

161
164
140

R + G + B ~ 61%. #A1A48C is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 164 + 140 = 465 (100%)
R 161 of 465 ~ 34.62%
G 164 of 465 ~ 35.27%
B 140 of 465 ~ 30.11'%

%34.62
%35.27
%30.11

CMYK color model

#A1A48C color CMYK value is (2,0,15,36).

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

CMYK: (2,0,15,36)
C2M0Y15K36 (2%, 0%, 15%, 36%)
(0.02 / 0.00 / 0.15 / 0.36)

CMYK percentages

%1.83
%0
%14.63
%35.69

Codes

Color #A1A48C in popluar color models

A1 A4 8C
RGB 161 164 140
HSL 68° 11.65% 59.61%
HSB/HSV 68° 14.63% 64.31%
CMYK 1.83% 0.00% 14.63%
35.69%

Color #A1A48C in popluar number systems.

HEX A1 A4 8C
Decimal 161 164 140
Binary 10100001 10100100 10001100
Octal 241 244 214

Shades and tints

Shades of #A1A48C

#A1A48C
(161,164,140)
#939680
(147,150,128)
#858874
(133,136,116)
#777A68
(119,122,104)
#696C5C
(105,108,92)
#5B5E50
(91,94,80)
#4D5044
(77,80,68)
#3F4238
(63,66,56)
#31342C
(49,52,44)
#232620
(35,38,32)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #A1A48C

#A1A48C
(161,164,140)
#A9AC96
(169,172,150)
#B1B4A0
(177,180,160)
#B9BCAA
(185,188,170)
#C1C4B4
(193,196,180)
#C9CCBE
(201,204,190)
#D1D4C8
(209,212,200)
#D9DCD2
(217,220,210)
#E1E4DC
(225,228,220)
#E9ECE6
(233,236,230)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A48C; }

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

This text font color is #A1A48C.

Background Color

.myBgColor { background-color: #A1A48C; }

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

This div background color is #A1A48C.

Border color

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

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

This div border color is #A1A48C.

Opacity

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

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

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

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

This text has shadow with #A1A48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A48C.

Preview

Color preview on black background

This text has color #A1A48C on black background.


Color preview on white background

This text has color #A1A48C on white background.


Black color preview on #A1A48C background

This text has black color on #A1A48C background.


White color preview on #A1A48C background

This text has white color on #A1A48C background.


Related colors

Complementary color

Complementary color for #hex is #5E5B73.


I love getcolorcode.com

Triadic colors

1 #8CA1A4 and #A48CA1 with #A1A48C are triadic colors.

2 #8CA4A1 and #A4A18C with #A1A48C are triadic colors.