COLOR #A1A48E

HEX: #A1A48E
RGB: (161,164,142)

Color info

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

RGB color model

#A1A48E color RGB value is (161,164,142).

  • red value is 161;
  • green value is 164;
  • blue value is 142.
RGB:
(161,164,142)
(63%,64%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 142 of 255 = 56%

161
164
142

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

Portions of RGB colors in percentages

R + G + B =
161 + 164 + 142 = 467 (100%)
R 161 of 467 ~ 34.48%
G 164 of 467 ~ 35.12%
B 142 of 467 ~ 30.41%

%34.48
%35.12
%30.41

CMYK color model

#A1A48E color CMYK value is (2,0,13,36).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(2,0,13,36)
C2M0Y13K36 
(2%,0%,13%,36%)
(0.02/0.00/0.13/0.36)	

CMYK percentages

%1.83
%0
%13.41
%35.69

Codes

Color #A1A48E in popluar color models

A1A48E
RGB161164142
HSL68°10.78%60.00%
HSB/HSV68°13.41%64.31%
CMYK1.83%0.00%13.41%
35.69%

Color #A1A48E in popluar number systems.

HEXA1A48E
Decimal161164142
Binary101000011010010010001110
Octal241244216

Shades and tints

Shades of #A1A48E

#A1A48E
(161,164,142)
#939682
(147,150,130)
#858876
(133,136,118)
#777A6A
(119,122,106)
#696C5E
(105,108,94)
#5B5E52
(91,94,82)
#4D5046
(77,80,70)
#3F423A
(63,66,58)
#31342E
(49,52,46)
#232622
(35,38,34)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #A1A48E

#A1A48E
(161,164,142)
#A9AC98
(169,172,152)
#B1B4A2
(177,180,162)
#B9BCAC
(185,188,172)
#C1C4B6
(193,196,182)
#C9CCC0
(201,204,192)
#D1D4CA
(209,212,202)
#D9DCD4
(217,220,212)
#E1E4DE
(225,228,222)
#E9ECE8
(233,236,232)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A48E; }

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

This text font color is #A1A48E.


Background Color

.myBgColor { background-color: #A1A48E; }

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

This div background color is #A1A48E.


Border color

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

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

This div border color is #A1A48E.


Opacity

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

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

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

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

This text has shadow with #A1A48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A48E on black background.


Color preview on white background

This text has color #A1A48E on white background.



Black color preview on #A1A48E background

This text has black color on #A1A48E background.


White color preview on #A1A48E background

This text has white color on #A1A48E background.