COLOR #A1A28D

HEX: #A1A28D
RGB: (161,162,141)

Color info

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

RGB color model

#A1A28D color RGB value is (161,162,141).

  • red value is 161;
  • green value is 162;
  • blue value is 141.
RGB:
(161,162,141)
(63%,64%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 162 of 255 = 64%
B 141 of 255 = 55%

161
162
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 162 + 141 = 464 (100%)
R 161 of 464 ~ 34.7%
G 162 of 464 ~ 34.91%
B 141 of 464 ~ 30.39%

%34.7
%34.91
%30.39

CMYK color model

#A1A28D color CMYK value is (1,0,13,36).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK:
(1,0,13,36)
C1M0Y13K36 
(1%,0%,13%,36%)
(0.01/0.00/0.13/0.36)	

CMYK percentages

%0.62
%0
%12.96
%36.47

Codes

Color #A1A28D in popluar color models

A1A28D
RGB161162141
HSL63°10.14%59.41%
HSB/HSV63°12.96%63.53%
CMYK0.62%0.00%12.96%
36.47%

Color #A1A28D in popluar number systems.

HEXA1A28D
Decimal161162141
Binary101000011010001010001101
Octal241242215

Shades and tints

Shades of #A1A28D

#A1A28D
(161,162,141)
#939481
(147,148,129)
#858675
(133,134,117)
#777869
(119,120,105)
#696A5D
(105,106,93)
#5B5C51
(91,92,81)
#4D4E45
(77,78,69)
#3F4039
(63,64,57)
#31322D
(49,50,45)
#232421
(35,36,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #A1A28D

#A1A28D
(161,162,141)
#A9AA97
(169,170,151)
#B1B2A1
(177,178,161)
#B9BAAB
(185,186,171)
#C1C2B5
(193,194,181)
#C9CABF
(201,202,191)
#D1D2C9
(209,210,201)
#D9DAD3
(217,218,211)
#E1E2DD
(225,226,221)
#E9EAE7
(233,234,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A28D color. Also use rgb(161,162,141) instead hex code.

Text Font Color

.myTextColor { color: #A1A28D; }

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

This text font color is #A1A28D.


Background Color

.myBgColor { background-color: #A1A28D; }

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

This div background color is #A1A28D.


Border color

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

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

This div border color is #A1A28D.


Opacity

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

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

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

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

This text has shadow with #A1A28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A28D on black background.


Color preview on white background

This text has color #A1A28D on white background.



Black color preview on #A1A28D background

This text has black color on #A1A28D background.


White color preview on #A1A28D background

This text has white color on #A1A28D background.